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.local
from.env
file. -
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 --watch
or just compile once:
$ yarn encore dev
- Path:
{SERVER}/admin
- Username:
demo
- Password:
demo