A progressive PHP framework for building efficient and scalable server-side applications.
A fullstack shop app with Symfony framework and doctrine orm + webpack encore for handling client side and using twig as template engine.
$ composer install
$ npm i
# development with symfony cli:
$ symfony server:start
# development with php:
$ php -S localhost:8000 -t /public
#running webpack
$ npm run watch
# make new migration
$ php bin/console make:migration
# migrate last migration
$ php bin/console doctrine:migrations:migrate
# tests
$ php bin/phpunit