2017 © Pedro Peláez
 

library fancyit

A package to generate fancy string from normal string

image

v1shky/fancyit

A package to generate fancy string from normal string

  • Wednesday, October 4, 2017
  • by v1shky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FancyIt

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)

The Versions

04/10 2017

dev-master

9999999-dev

A package to generate fancy string from normal string

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

04/10 2017

v1.0

1.0.0.0

A package to generate fancy string from normal string

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires