Skip to content

vishal-sancheti/fancyit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FancyIt

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');

About

Laravel package to convert string to fancy string

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages