Open Cevantime opened 3 years ago
Hi, Can you just tell me what will be the name of the permission which should allow access to the resource ? More precisely, which string must be in the user.roles array ?
Well, I guess ROLE_ADMIN should do the trick.
To be specific, I need a Category CRUD that can be edited by admins. So a Category CRUD, not a Game CRUD :)
Hi guys,
As we store game category in database, it would be great to add some CRUD functionnality in BackOffice that could only be accessed by the administrators. I can't do it myself right now (too much work) but guess that this command could be of great help :
php bin/console make:crud
This way, category could be easily added/updated dynamically.