ylamalem/laravel-simple-auth

This package for creating simple auth

dev-main 2023-03-12 20:05 UTC

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.