Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fjerbi/ultimate-admin-bundle

A bundle that allows you to have a full admin dashboard into your Symfony 5 project to manage, products, orders, shipping, blog, users, and more ..
https://github.com/fjerbi/ultimate-admin-bundle

admin-bundle admin-dashboard dashboard dashboard-bundle symfony-bundle symfony5

Last synced: 27 days ago
JSON representation

A bundle that allows you to have a full admin dashboard into your Symfony 5 project to manage, products, orders, shipping, blog, users, and more ..

Awesome Lists containing this project

README

        

### Execute this command in your terminal
`composer require fjerbi/ultimate-admin-bundle`

### Add these lines in your services.yaml
```
fjerbi\AdminBundle\Controller\AdminController:
calls:
- method: setContainer
arguments: [ '@service_container' ]
```

### Add this in your routes.yaml
```
admin:
resource: '@Admin/Controller/'
type: annotation
prefix: /admin

```

### And finally execute this command
` php bin/console doctrine:schema:update --force `

##### check your database if the new tables were added successfully

#### NOTES: if you want to check the routes just execute this command
` php bin/console debug:router `

# What's included ?