Display app FIGlet logo on artisan commands
gerardbalaoro/laravel-artisan-logo is a Laravel package for display app figlet logo on artisan commands.
It currently has 0 GitHub stars and 21 downloads on Packagist (latest version v1.0.0).
Install it with composer require gerardbalaoro/laravel-artisan-logo.
Discover more Laravel packages by gerardbalaoro
or browse all Laravel packages to compare alternatives.
Last updated
Display app logo on Artisan commands. Inspired by Laravel-Zero.
$ php artisan -V
_ _
| | | |
| | __ _ _ __ __ ___ _____| |
| | / _` | '__/ _` \ \ / / _ \ |
| |___| (_| | | | (_| |\ V / __/ |
|______\__,_|_| \__,_| \_/ \___|_|
5.8.35
composer require gerardbalaoro/laravel-artisan-logo
To change font, alignment, and text direction, publish and modify the configuration file (logo.php).
php artisan vendor:publish --provider="ArtisanLogo\ServiceProvider"
👤 GerardBalaoro
Give a ⭐️ if this project helped you!
Copyright © 2019 GerardBalaoro.
This project is MIT licensed.