hotash/laravel-authable

Authentication package for Laravel.

v2.0.0 2022-07-31 12:26 UTC

This package is auto-updated.

Last update: 2024-04-29 05:05:59 UTC


README

Total Downloads Latest Stable Version License

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.