How-to articles, tricks, and solutions about COMMAND-LINE-INTERFACE
Laravel 5 – Clear Cache in Shared Hosting Server
To clear the cache in Laravel 5, you can use the php artisan cache:clear command.
PHP CLI won't log errors
There are a few things that can cause errors to not be logged when running PHP from the command line interface (CLI).
Use different PHP version CLI executable for one command
You can use the alias command in your terminal to create a new command that runs a different version of PHP.