Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
-5
rated 0 times [  0] [ 5]  / answers: 1 / hits: 16909  / 8 Years ago, fri, june 17, 2016, 12:00:00

I added a .blade.php file and modified a controller and javascript file in my laravel project.
I'm unable to see the changed on the server(localhost).
Is there a command to update/refresh the project ?


More From » php

 Answers
8

Try this:



php artisan view:clear


This will clear all compiled view files



Or other command that you can see by using:



php artisan list


Disable browser cache: Disabling Chrome cache for website development


[#61735] Wednesday, June 15, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
stefanicarolinat

Total Points: 145
Total Questions: 91
Total Answers: 93

Location: Cambodia
Member since Thu, Oct 7, 2021
3 Years ago
;