hotash / laravel-authable
Authentication package for Laravel.
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- laravel/jetstream: ^2.10
This package is auto-updated.
Last update: 2024-10-29 06:19:46 UTC
README
About Package
Note: This package is based on Laravel's Jetstream package. It is made for
inertia
stack only. Developer just ❤️Inertia & Vue-3 SSR.
Installation
composer require hotash/laravel-authable
php artisan jetstream:install inertia --teams --api --verification --ssr
- Extend Middlewares
- Replace app/Actions
- Update JetstreamServiceProvider
Put in boot
method:
AuthableServiceProvider::fortify();
Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide is not available yet.
Code of Conduct
Description is PENDING.
Security Vulnerabilities
Description is PENDING.
License
The Authable package is open-sourced software licensed under the MIT license.