Welcome to the Symfony Standard Edition - a fully-functional Symfony4 application that you can use as the skeleton for your new applications.
Create your project running the following command:
$ composer create-project odiseoteam/odiseo-standard-edition [path_to_project]
Edit the .env file and run the commands:
$ cd [path_to_project]
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:update --force
$ php bin/console doctrine:fixtures:load
$ php bin/console cache:clear
$ npm install
$ npm run dev
HAVE FUN!!!
This Symfony4 skeleton project comes with a ready to use testing tools like phpstan and behat.
$ vendor/bin/phpstan.phar analyse -c phpstan.neon -l max src/
Rename behat.yml.dist to behat.yml and change the content according to your project. Next add your Scenarios on features folder and run:
$ vendor/bin/behat
Having docker and docker compose installed you can run the project with the following command:
$ docker-compose up
This project is maintained by Odiseo. Want us to help you with this or any Symfony project? Contact us on team@odiseo.com.ar.