Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ..
- Host: GitHub
- URL: https://github.com/fjerbi/ultimate-admin-bundle
- Owner: fjerbi
- License: other
- Created: 2021-05-21T13:36:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T15:14:35.000Z (over 3 years ago)
- Last Synced: 2024-10-04T13:07:09.863Z (about 2 months ago)
- Topics: admin-bundle, admin-dashboard, dashboard, dashboard-bundle, symfony-bundle, symfony5
- Language: Twig
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ?