changed urls

This commit is contained in:
2024-02-15 21:04:53 -08:00
parent a388d401f7
commit 73ef4a7562
2 changed files with 7 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
################################################################################
# Nix install symfony bash script
# v2
# 4lt's install symfony bash script
################################################################################
################################################################################
@@ -61,7 +60,7 @@ echo "Creating scaffolding Twig templates in views directory"
composer require twig
composer require nickyeoman/nytwig
mv config/packages/twig.yaml config/packages/twig.yaml.bak
wget https://git.nickyeoman.com/nick/symfony/raw/branch/main/twig/twig.yaml
wget https://git.4lt.ca/nick/symfony/raw/branch/master/twig/twig.yaml
mv twig.yaml config/packages/twig.yaml
echo "Your twig.yaml config file has been replaced, remove the bak if you are happy."
@@ -83,9 +82,8 @@ echo "SASS installed you still need to run sass sass/$1.sass public/css/main.css
################################################################################
composer req nickyeoman/symfonycms
composer req symfony/process
composer req symfony/process
composer req asset
composer req sensio/framework-extra-bundle
composer req symfony/mailer # gives prompt
################################################################################