Long back i had seen my friend pass some arguments after php artisan serve
which would basically loaded the server in the browser and whenever there is change made in any file in laravel project that get reflected by auto refreshing the page. Does anybody have any idea as to what argument needs to be passed.
Asked
Active
Viewed 1,577 times
0

Jeeva
- 632
- 1
- 12
- 21
-
https://stackoverflow.com/questions/49392001/laravel-project-auto-refresh-after-changes something like this? – Sergey Bogdanov Mar 22 '19 at 07:04
-
If you want to load particular blade file, check this. https://stackoverflow.com/questions/48787107/auto-update-page-in-laravel – Vasu Kuncham Mar 22 '19 at 07:08