定制 abdelhamiderrahmouni/useful-laravel-commands 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

abdelhamiderrahmouni/useful-laravel-commands

最新稳定版本:v0.2.1

Composer 安装命令:

composer require abdelhamiderrahmouni/useful-laravel-commands

包简介

A collection of useful commands for laravel.

README 文档

README

GitHub Workflow Status (main) Total Downloads Latest Version License

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-25