ylamalem / laravel-simple-auth
This package for creating simple auth
Installs: 202
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-07-04 09:49:09 UTC
README
This package help you to create a simple laravel auth using only blade.
Installing This Package
Follow this steps to install the package :
- composer require ylamalem/laravel-simple-auth:dev-main
- php artisan vendor:publish --tag=YAuth --force
After installing the package add the line include_once 'auth.php'; to the file in routes/web.php.