Search

Laravel Artisan Tinker: The clear-compiled Command

December 7, 2016 —John Koster

The clear-compiled command is used to clear the compiled classes and services application cache. These two files are located in the bootstrap/cache/ directory. The compiled classes cache is stored in a file named compiled.php and the services cache is stored in a file named services.php. This command will remove both of these files if they exist.

This command performs the same action as the php artisan clear:compiled command.

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.