Answers for "laravel restart php artisan serve"

CSS
1

laravel refresh server

php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan clear-compiled
php artisan config:cache
Posted by: Guest on November-20-2020
0

php artisan serve stop

To execute php artisan serve stop simply goto your commnad line where your server is running
and press ctrl+c. It will stop your server.
Posted by: Guest on April-20-2021

Browse Popular Code Answers by Language