1php artisan cache:clear
2php artisan route:clear
3php artisan config:clear
4php artisan view:clear
1I had the same problem and to solve it add version where you include your vue frontend file,do it like this it will never cache again:
2
3<script src="{{ asset('js/app.js?version='.date("ymdhis").'') }}"></script>