This package create login and register process in Laravel

V1.0.7 2023-12-28 11:47 UTC

This package is auto-updated.

Last update: 2024-09-28 13:25:11 UTC


README

This package will create login and registration in Laravel project

ENV configuration

  • LOGIN_SUCESS_URL= specify url once your successfully login
  • REGISTER_SUCESS_URL=redirect user after register
LOGIN_SUCESS_URL=http://127.0.0.1:8000
REGISTER_SUCESS_URL=http://127.0.0.1:8000
  • Create layouts folder and app.blade for your laravel project layout
  • Execute below commands
php artisan migrate
php artisan vendor:publish

-- Select "SpecIndia\User\UserServiceProvider" when prompted to Which provider or tag's files would you like to publish?

Happy Coding :)