v1shky / fancyit
A package to generate fancy string from normal string
v1.0
2017-10-04 12:12 UTC
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2025-06-29 01:07:30 UTC
README
A package to generate fancy string from normal string
Require this package, with Composer, in the root directory of your project.
composer require "v1shky/fancyit":"*"
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.
V1shky\Fancyit\FancyitServiceProvider::class
If you want you can use the facade. Add the reference in config/app.php to your aliases array.
'Fancyit' => V1shky\Fancyit\FancyitFacade::class
Configuration
php artisan vendor:publish
Usage
Fancyit::convert('Hello');