Package Data | |
---|---|
Maintainer Username: | kule |
Package Create Date: | 2016-12-17 |
Package Last Update: | 2017-01-16 |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-22 03:14:45 |
Package Statistics | |
---|---|
Total Downloads: | 42 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel User Management package is smart and flexible way to boost your app development cycle.
Simple app which enables user, roles and permissions management for your application. Software Tours Laravel User Management do two things:
We recommend installation of package first on fresh laravel 5.2 app.
Bican\Roles\RolesServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
SoftwareTours\Users\Providers\UsersProvider::class,
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
App\Repositories\Users\BackendServiceProvider::class,
App\Repositories\Users\Permissions\BackendServiceProvider::class,
App\Repositories\Users\Roles\BackendServiceProvider::class,
config/auth.php
to 'model' => App\Models\Users\User::class,
public/user
folderWe recommend setting bootstrap
and storage
folders permission after installation.
NOTE: When you run php artisan vendor:publish it do following commands:
Laravel User Management is build on top of Laravel default auth https://laravel.com/docs/5.2/authentication. It uses 2 package for adding User Management CRUD functionality.
Dependencies is automatically required and installed by composer.json.
Bican permisions and roles package https://github.com/romanbican/roles
Laravel Collective Forms & Html https://laravelcollective.com/docs/5.2/html
Username: info@cueagents.com
Password: info
post-update-cmd
which updates and publish entire package all except views: layout, nav, footer and dashboard. (https://getcomposer.org/doc/articles/scripts.md).