FullStack Symfony shop
1.0.0
Ein fortschrittliches PHP-Framework zum Erstellen effizienter und skalierbarer serverseitiger Anwendungen.
Eine Fullstack-Shop-App mit Symfony-Framework und Doctrine Orm + Webpack Encore für die clientseitige Handhabung und die Verwendung von Twig als 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