rezende79 / bibliothek

Symfony Framework Playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 98.6%Language:Makefile 1.4%