queents/auth-module

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

Maintainers

Package info

github.com/queents/auth-module

Homepage

Language:Blade

Type:laravel-module

pkg:composer/queents/auth-module

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2022-09-25 11:13 UTC

This package is auto-updated.

Last update: 2026-02-26 18:48:55 UTC


README

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.