2017 © Pedro Peláez
 

library plasticity

Your package description here.

image

sukohi/plasticity

Your package description here.

  • Thursday, October 12, 2017
  • by Sukohi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Plasticity

A Laravel package to download file with utf8 file name. (This is for Laravel 5+. For Laravel 4.2), (*1)

Installation

Execute composer command., (*2)

composer require sukohi/plasticity:2.*

Register the service provider in app.php, (*3)

'providers' => array(  
    ...Others...,  
    Sukohi\Plasticity\PlasticityServiceProvider::class,
)

Also alias, (*4)

'aliases' => array(  
    ...Others...,  
    'Plasticity' => Sukohi\Plasticity\Facades\Plasticity::class,
)

Usage

$file = public_path('example.jpg');
$name = '日本語.jpg';
return Plasticity::download($file, $name);

License

This package is licensed under the MIT License., (*5)

Copyright 2016 Sukohi Kuhoh, (*6)

The Versions

12/10 2017

2.0.x-dev

2.0.9999999.9999999-dev

Your package description here.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

12/10 2017

dev-master

9999999-dev

Your package description here.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

12/10 2017

2.0.1

2.0.1.0

Your package description here.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

26/04 2016

2.0.0

2.0.0.0

Your package description here.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

26/04 2016

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

26/04 2016

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi