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?