Filter your artisan commands for easy reading

Filter your artisan commands for easy reading

Here is a simple but useful function within you command prompt allowing you to filter your artisan commands. The command below will apply a filter so you only see the ones with auth in them.
$php artisan | grep auth

Categories: Posts