Which changes are not displayed on the browser ? Can you explain please ?
Sep 3, 2022
5
Level 1
Changes does not show on browser
I have developed a site in laravel 9 and it work well on local machine.
But when we deploy the site on godaddy shared hosting , changes are not showing on browser even after clearing the cache using
Artisan::call('config:clear');
Artisan::call('route:clear');
Artisan::call('view:clear');
Artisan::call('event:clear');
Artisan::call('optimize:clear');
Artisan::call('cache:clear');
Artisan::call('optimize');
Please advice
Thanks
Please or to participate in this conversation.