Basic starter template using symfony4.
composer create-project disjfa/glynn-admin-symfony4 my_project
cd my_project
bin/console doctrine:database:create
bin/console doctrine:migrations:migrate
npm install
npm run dev
Start a server using the symfony commandline tool
symfony server:start -d
We use symfony with these recepies:
- orm
- twig
- security
- var-dumper
- server
- security
- make
Next we add these bundles
Clean code
Site bundles, lets npm/yarn