Laravel Artisan View Command: The view:clear Command
Learn how to quickly remove all compiled view files from your application using the view:clear command. By default, this command wipes all files from the storage/framework/views/ directory. Use the provided example to clear all compiled view files with ease.