Looking to hire Laravel developers? Try LaraJobs

laravel-authable maintained by hotash

Description
Authentication package for Laravel.
Last update
2022/07/31 14:26 (dev-master)
License
Links
Downloads
28

Comments
comments powered by Disqus

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
  1. Extend Middlewares
  2. Replace app/Actions
  3. 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.