specindia/user
最新稳定版本:V1.0.7
Composer 安装命令:
composer require specindia/user
包简介
This package create login and register process in Laravel
README 文档
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?
- You can access login form "http://yourhost/login"
- You can access register form "http://yourhost/register"
- Note: login and register routes are created by this package
Happy Coding :)
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-28