Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

rezende79/bibliothek

Repository files navigation

How to run on local machine

  1. Create a .env file with this content into project root folder
APP_ENV=dev
APP_SECRET=secret
DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
  1. Run the commands below
composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
php bin/console doctrine:migrations:migrate --env=test
make phpunit
symfony server:start

About

Symfony Framework Playground

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published