OkanaByte / BlankBoard

Basic users and permissions management system, with Laravel 5.5 on the AdminLTE template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlankBoard (95%)

Basic users and permissions management system, with Laravel 5.5 on the AdminLTE template.

Users

Using Laravel's API with BlankBoard you're able create new users, assing roles (or not) to the users to grant them access through out the app.

Roles

Roles are created within the GUI. You can attach permissions to the roles.

Permissions

Permissions are created directly through the Controller. On the instiantiation of the Controller (would be moved to an independent action, to register the Controller on demand). The GUI don't let you creater or delete the Permissions. If you want to remove any permission from you app, just deactivate the desired permission.

Messages

You are be able to create, send and delete messages. If you want, you can store messages as drafts to be procesed in the future.

ToDo:

  • Move Controller's permission registration to a independent action.

About

Basic users and permissions management system, with Laravel 5.5 on the AdminLTE template.

License:GNU General Public License v3.0


Languages

Language:PHP 66.0%Language:HTML 33.8%Language:Vue 0.2%