Skip to content

Repository files navigation

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 ?

About

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 ..

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages