在laravel中有什么东西可以帮助我建立一个django像子弹证明管理员后端与用户的规则?

now don't tell me "well the use case depends on your app" there is millions of apps written in django, and all make use of djangos admin features. I know laravel is not a CMS, but I am writing an app from scratch. I want to get bullet proof user roles and rights depending on the user. Is there some scaffolding i can use that comes with it maybe?

this is one you can check for laravel admin, I don't know django so don't know how you work with its admin and flow but this is one package you can check. laravel-admin

this can help for laravel admin but not sure like django.

And if you are looking for build in CMS than these are links.

  1. October CMS
  2. Asgard CMS
  3. Lavalite
  4. PyroCMS