Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2025-04-20 (Yesterday)  | | Not yet rated by the users | | Total: Not yet counted | | Not yet ranked |
|
Description | | Author |
This package can generate text banners with given fonts.
It implements an application that can take a text string parameter from the command line console arguments to display as text banner.
The package calls a separate figlet class that generate text characters that display a banner with the parameter text in the console terminal. | |
 |
|
Innovation award
 Nominee: 18x
Winner: 1x |
|
Instructions
Example
<?php
use Illuminate\Foundation\Inspiring;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based console
| commands. Each Closure is bound to a command instance allowing a
| simple approach to interacting with each command's IO methods.
|
*/
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');
|
Details
Figlet text generator
Figlet text generator is a web application that helps you generating the funny FIGLET texts and images.
To do lists
-
~~finish the CI testing via travis-ci~~
Unit testing
We use the `
QUnit`
to test the front end and AJAX code.
You can refer the folowing steps to build your own local unit testing environment.
-
clone the repo which branch name is ```qunit-testing```.
-
download the composer.phar
-
download the bowerphp.phar
-
do ```chmod 777 storage``` or let the storage folder have the writing permission.
-
run ```php composer.phar install``` in root folder
-
run ```cp .env.example .env```
-
run ```php artisan key:generate```
-
run ```php bowerphp.phar install``` in public folder
-
run ```php artisan serve```
-
open the web browser then you will see the unit testing result.
Contribution
Thank you for considering contributing to the Figlet text generator!
License
The Figlet text generator is open-sourced software licensed under the MIT license.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.