queents / auth-module
Auth Module for VILT framework to convert any Model to Auth Model with full API
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:laravel-module
Requires
- queents/vilt: ^1.0
README
Auth Module for VILT framework to convert any Model to Auth Model with full API
Install
composer require queents/auth-module
Add Module to
modules_statuses.json` if not exists
{ "Auth": true }
Make a migration
php artisan migrate
to create a new auth API use this command
php artisan vilt:auth {moduleName} {tableName}
Support
you can join our discord server to get support VILT Admin
Docs
look to the new docs of v4.00 on my website Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.