Answers for "php artisan reset"

PHP
2

php artisan clear

#laravel php artisan clear 
php artisan view:clear 
php artisan cache:clear
php artisan route:clear
php artisan config:clear
Posted by: Guest on December-15-2020
0

php artisan migrate reset

php artisan migrate:reset
Posted by: Guest on September-04-2021
0

artisan refresh

Try this command it works for me

php artisan migrate:fresh
However, be careful! This command will drop all data from your DB:
Posted by: Guest on August-01-2020
0

php artisan reset --force

php artisan migrate:reset --force
Posted by: Guest on May-01-2021

Browse Popular Code Answers by Language