Looking to hire Laravel developers? Try LaraJobs

useful-laravel-commands maintained by abdelhamiderrahmouni

Description
A collection of useful commands for laravel.
Last update
2025/07/02 11:30 (dev-main)
License
Links
Downloads
27
Tags

Comments
comments powered by Disqus

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.