Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 836 Bytes

File metadata and controls

50 lines (31 loc) · 836 Bytes

VILT Auth

Auth Module for VILT framework to convert any Model to Auth Model with full API

Install

composer require queents/auth-module

Add Module tomodules_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.