I'm doing a view, copied from another, and when I apply changes it does not change, I've put the new route in routes.php I've cleaned the cache, views, routes and settings, and even and rebooted the apache and nothing at all. What could be due?
php artisan cache:clear
php artisan config:cache
php artisan route:clear
php artisan view:clear
I have also deleted the files from / storage / framework / views
By the way, in this case I speak locally, not in production. Once the view is over, I will do the deployment.