FullStack Symfony shop
1.0.0
Un marco PHP progresivo para crear aplicaciones del lado del servidor eficientes y escalables.
Una aplicación de tienda completa con el marco Symfony y Doctry Orm + Webpack Encore para manejar el lado del cliente y usar twig como motor de plantillas.
$ 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