changed for working bundles
This commit is contained in:
@@ -55,10 +55,18 @@ 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.gopo.li/nick/symfony/raw/branch/main/twig/twig.yaml
|
||||
wget https://git.nickyeoman.com/nick/symfony/raw/branch/main/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."
|
||||
|
||||
################################################################################
|
||||
# Routes
|
||||
################################################################################
|
||||
|
||||
mv config/routes/routes.yaml config/routes/routes.yaml.bak
|
||||
wget https://git.nickyeoman.com/nick/symfony/raw/branch/main/routes/routes.yaml
|
||||
mv routes.yaml config/routes/routes.yaml
|
||||
|
||||
################################################################################
|
||||
# SASS
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user