abdelhamiderrahmouni/useful-laravel-commands
最新稳定版本:v0.2.1
Composer 安装命令:
composer require abdelhamiderrahmouni/useful-laravel-commands
包简介
A collection of useful commands for laravel.
关键字:
README 文档
README
Useful Laravel Commands
A collection of useful Laravel commands to enhance your development workflow.
Usage
Password reset
To reset the password for a user, you can use the following command:
php artisan reset-password {email}
Replace {email} with the email address of the user whose password you want to reset.
The default password will be set to password.
To change the default password, you can use the command as follows:
php artisan reset-password {email} {new_password}
if you want to change the login used to find the user, you can use the command as follows: The default login is email
php artisan reset-password {login} {new_password} --login={column_name}
Contributing
Thank you for considering contributing to Useful Laravel Commands! The contribution guide can be found in the CONTRIBUTING.md file.
Useful Laravel Commands is an open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-25