v1shky/fancyit

A package to generate fancy string from normal string

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/v1shky/fancyit

v1.0 2017-10-04 12:12 UTC

This package is auto-updated.

Last update: 2025-10-29 02:29:20 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');