Symfony app for ads management.
- Symfony 5.2.1
- PHP 7.4
- Node v10.16.3
-
Firstly, connect your Symfony app with DB in
.env.localfrom.envfile. -
Install dependencies:
$ composer install- Start server:
$ symfony server:start- Run migrations:
$ php bin/console doctrine:migrations:migrate- Load fixtures:
$ php bin/console doctrine:fixtures:load- Install node modules:
$ yarn install- Run yarn watch:
$ yarn encore dev --watchor just compile once:
$ yarn encore dev- Path:
{SERVER}/admin - Username:
demo - Password:
demo
