Auth Module for VILT framework to convert any Model to Auth Model with full API
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}
you can join our discord server to get support VILT Admin
look to the new docs of v4.00 on my website Docs
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.