PHP Classes

File: readme.md

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Figlet Generator   readme.md   Download  
File: readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Figlet Generator
Generate text banners with given fonts
Author: By
Last change:
Date: 1 month ago
Size: 1,056 bytes
 

Contents

Class file image Download

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.