NOTE: This is only for those using OPCache!!!
- requires `composer update` to be ran.
-Clear OPcache:
`php artisan opcache:clear`
-Show OPcache config:
`php artisan opcache:config`
-Show OPcache status:
`php artisan opcache:status`
Pre-compile your application code:
`php artisan opcache:optimize`