Smart and flexible way to boost your app development start
softwaretours/users is a Laravel package for smart and flexible way to boost your app development start.
It currently has 0 GitHub stars and 43 downloads on Packagist (latest version 2.6).
Install it with composer require softwaretours/users.
Discover more Laravel packages by softwaretours
or browse all Laravel packages to compare alternatives.
Last updated
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: [email protected]
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).