Laravel Artisan Tinker: The clear-compiled Command
Learn how to clear the compiled classes and services application cache with the clear-compiled command. This command will remove the compiled.php and services.php files located in bootstrap/cache/ directory. It's equivalent to the php artisan clear:compiled command.