Laravel query

  Fri 09 / 06 / 2023

  Posted by: Nouman

Category : Laravel

Tags : laravel , php , php laravel

Description

Hi, I have bought a Laravel script related to the Investment platform, and also I have installed it on cpanel, but When I am doing some changes in the frontend part  Nothing is happening on any page, and also I have run the commands to remove the cache, but the response is nothing. 


The commands are :

Route::get('clean',function(){

    Artisan::call('config:clear');

    Artisan::call('cache:clear');

    Artisan::call('view:clear');

    Artisan::call('route:clear');

 });


Kindly give me solutions Thanks


  Answered by CDL First, make sure that you are changing in the right directory, and if you are very sure then clear the cache from the server, or disable the cache and then try again.
  Comment   Share
0 Likes   1 Comment


comment-author
Hadayat Niazi Super Admin

Please share more details about the project, are you able to do the changes in the local environment because may they restricted the access.



Reply


commented 1 year ago