laravel和xampp缓存

laravel和xampp缓存,laravel,xampp,laravel-blade,Laravel,Xampp,Laravel Blade,我的问题是,我使用的是laravel.blade.php,每次我对它进行更改并刷新浏览器时,代码都不会更新,因此不会显示我所做的更改,apache中的缓存被禁用,我删除了laravel缓存文件,但浏览器上仍然没有进行更改 有人可以帮我吗?如果laravel中出现缓存问题,您可以使用以下命令来解决缓存问题: composer dump-autoload <----- this will reload all the autoloaded files again php artisan con

我的问题是,我使用的是laravel.blade.php,每次我对它进行更改并刷新浏览器时,代码都不会更新,因此不会显示我所做的更改,apache中的缓存被禁用,我删除了laravel缓存文件,但浏览器上仍然没有进行更改


有人可以帮我吗?

如果laravel中出现缓存问题,您可以使用以下命令来解决缓存问题:

composer dump-autoload <----- this will reload all the autoloaded files again
php artisan config:clear <----- this will clear the config cache
php artisan config:cache <----- this will first clear the cache, and cache it again

composer dump autoload如果laravel中出现缓存问题,可以使用以下命令解决缓存问题:

composer dump-autoload <----- this will reload all the autoloaded files again
php artisan config:clear <----- this will clear the config cache
php artisan config:cache <----- this will first clear the cache, and cache it again

composer dump autoload Try to run command-
php artisan config:clear
这样就解决了问题,因为我还有单独的html文件要注入到页面中,这些文件似乎已经更新,但不是我的blade.php请参阅下面我发布的答案以获取详细信息!尝试运行命令-
php artisan config:clear
这样就解决了问题,因为我还有单独的html文件要注入到页面中,这些文件似乎已经更新,但不是我的刀片。请参阅下面发布的答案以获取详细信息!