PHP Lab Oxford Dictionary Project
PHP 7.3.2
composer install
yarn install
make a copy of .env with the name .env.local and configure it
yarn encore dev --watch
symfony server:start
or
php -S localhost:8000 from /public
php bin/console doctrine:fixtures:load
php bin/console doctrine:migrations:migrate
Enjoy !