ylamalem / laravel-simple-auth
This package for creating simple auth
Package info
github.com/yasser-lamalem/laravel-simple-auth
Language:Blade
pkg:composer/ylamalem/laravel-simple-auth
dev-main
2023-03-12 20:05 UTC
This package is auto-updated.
Last update: 2026-04-04 11:27:36 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.