gerardbalaoro / laravel-artisan-logo
Display app FIGlet logo on artisan commands
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/gerardbalaoro/laravel-artisan-logo
Requires
- php: >=7.1
- gerardbalaoro/figlet-php: ^1.0
- illuminate/console: ^5.6|^6
- illuminate/support: ^5.6|^6
This package is auto-updated.
Last update: 2025-09-20 08:51:51 UTC
README
Display app logo on Artisan commands. Inspired by Laravel-Zero.
$ php artisan -V
_ _
| | | |
| | __ _ _ __ __ ___ _____| |
| | / _` | '__/ _` \ \ / / _ \ |
| |___| (_| | | | (_| |\ V / __/ |
|______\__,_|_| \__,_| \_/ \___|_|
5.8.35
Install
composer require gerardbalaoro/laravel-artisan-logo
Configuration
To change font, alignment, and text direction, publish and modify the configuration file (logo.php).
php artisan vendor:publish --provider="ArtisanLogo\ServiceProvider"
Author
👤 GerardBalaoro
- Github: @GerardBalaoro
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 GerardBalaoro.
This project is MIT licensed.