https://github.com/matthv/symfony-demo-forestadmin
https://github.com/matthv/symfony-demo-forestadmin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthv/symfony-demo-forestadmin
- Owner: matthv
- Created: 2022-06-28T13:01:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T08:05:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T02:30:26.331Z (7 months ago)
- Language: PHP
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYMFONY DEMO FOREST ADMIN

* [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
```