abdelhamiderrahmouni/useful-laravel-commands

A collection of useful commands for laravel.

v0.1.0 2025-06-25 12:04 UTC

This package is auto-updated.

Last update: 2025-06-25 12:16:18 UTC


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.