dev-master
9999999-devA package to generate fancy string from normal string
MIT
The Requires
- php ^7.0
The Development Requires
v1.0
1.0.0.0A package to generate fancy string from normal string
MIT
The Requires
- php ^7.0
The Development Requires
Wallogit.com
2017 © Pedro Peláez
A package to generate fancy string from normal string
A package to generate fancy string from normal string, (*1)
Require this package, with Composer, in the root directory of your project., (*2)
composer require "v1shky/fancyit":"*", (*3)
Add the service provider to config/app.php in the providers array, or if you're using Laravel 5.5, this can be done via the automatic package discovery., (*4)
V1shky\Fancyit\FancyitServiceProvider::class, (*5)
If you want you can use the facade. Add the reference in config/app.php to your aliases array., (*6)
'Fancyit' => V1shky\Fancyit\FancyitFacade::class, (*7)
Configuration, (*8)
php artisan vendor:publish, (*9)
Usage, (*10)
Fancyit::convert('Hello');, (*11)
A package to generate fancy string from normal string
MIT
A package to generate fancy string from normal string
MIT