changed urls
This commit is contained in:
@@ -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
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user