Beta Development
This module is to solve Authentification / Authorization for users. This module does not management User information.
Permission Mangment
Role Management
An extension of the very basic User Model that is provided with the Rakko Platform.
-
/admin/permissions
-
/admin/roles
-
/admin/users
-
auth/login
-
social/login
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_REDIRECT=http://www.site.com/social/login
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT=http://www.site.com/social/login
General Publish "ALL" method
php artisan vendor:publish --provider="App\Modules\Kagi\Providers\KagiServiceProvider"
Specific Publish tags
php artisan vendor:publish --provider="App\Modules\Kagi\Providers\KagiServiceProvider" --tag="configs"
php artisan vendor:publish --provider="App\Modules\Kagi\Providers\KagiServiceProvider" --tag="images"
php artisan vendor:publish --provider="App\Modules\Kagi\Providers\KagiServiceProvider" --tag="vendors"
php artisan vendor:publish --provider="App\Modules\Kagi\Providers\KagiServiceProvider" --tag="views"
http://mailcatcher.me/ was used to test email on localhost
Intended to be used with:
The Following are packages that are specific to this module: