Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 445 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 445 Bytes

Auto.ru (Symfony PHP framework test application)

Installation

Copy .env from .env.example file and then write your database config

cp .env.example .env

Run composer install

composer install

Run migrations

php bin/console doctrine:migrations:migrate

Run seeders

php bin/console doctrine:fixtures:load

Run:

symfony serv

Enter in browser:

localhost:8000