I want to implement a backend system with Laravel 4.
Like any other CMS, it is required to be able to:
- Create Users
- Create Roles/Groups
- Assign Users to Roles/Groups
- Set Add/Edit/Delete permissions of modules to Roles/Groups
Is there any package/bundle available in Laravel 4 for above requirement?
I suggest you take a look at http://packalyst.com/ and search for the terms
authentication
,authorization
,roles
, etc.It will give you an up to date overview of all the available packages as well as their popularity.
Here are a couple of popular ones according to the number of downloads: