Skip to content

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

License

Notifications You must be signed in to change notification settings

fjerbi/ultimate-admin-bundle

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages