An open API service indexing awesome lists of open source software.

https://github.com/matthv/symfony-demo-forestadmin


https://github.com/matthv/symfony-demo-forestadmin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SYMFONY DEMO FOREST ADMIN

![HOME](https://s3-eu-west-1.amazonaws.com/blog.forestadmin.com/2021/11/[email protected])

* [Requirements](#Requirements)
* [Configuration](#Configuration)
* [Forest Admin](#Forest-Admin)
* [Serving Laravel](#Serving-SYMFONY)

# Requirements

- php >= 8.0

# Configuration

### composer
update the repositories/url section and add your local forest admin package.
```
composer install
```

### .env file
```
Create your .env file
```
set your database connection (DB section)

### migrate & seed
```
php bin/console doctrine:migrations:migrate
//seed
```

# Forest Admin
Start your onboarding on Forest Admin.
```
TODO
```

## Serving Symfony
```
symfony serve
```