There was an error while loading. Please reload this page.
Pour automatiquement transformer les fichiers .SASS en fichiers .CSS
cd /Applications/MAMP/htdocs/TC-GitHub/web/css
sass --watch ./app.scss:./app.css
cd /Applications/MAMP/htdocs/TC-GitHub php app/console doctrine:database:drop --force php app/console doctrine:database:create php app/console doctrine:schema:update --force php app/console doctrine:fixtures:load
php app/console doctrine:fixtures:load
rm -rf app/cache/* rm -rf app/logs/*
sudo chmod +a "alexlemoeligou allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs sudo chmod +a "whoami allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
whoami
php composer.phar install