martinmarianetti/forceutf8

There is no license information available for the latest version (dev-master) of this package.

dev-master 2015-04-08 20:48 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:09:50 UTC


README

This is a Laravel wrapper for neitanod/forceutf8

#Installation

##Install via composer

Add:

"require": {
    "neitanod/forceutf8": "dev-master"
}

to your composer.json file, then run:

composer update martinmarianetti/laravel-forceutf8

Add:

'Martinmarianetti\Forceutf8\Forceutf8ServiceProvider',

to your providers array in config/app.php

Add:

'Encoding' => 'Martinmarianetti\Forceutf8\Facades\Encoding',

to your aliases array in config/app.php

#Docs Use: https://github.com/neitanod/forceutf8