This package create login and register process in Laravel

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/specindia/user

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

This package is auto-updated.

Last update: 2025-09-28 15:47:13 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 :)