2017 © Pedro Peláez
 

library image-fit

This package is for fitting image

image

amir2b/image-fit

This package is for fitting image

  • Saturday, February 24, 2018
  • by amir2b
  • Repository
  • 2 Watchers
  • 3 Stars
  • 196 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 26 % Grown

The README.md

image-fit for Laravel 5

Laravel image fit, (*1)

Installation

The Image-Fit Service Provider can be installed via Composer by requiring the amir2b/image-fit package and setting the minimum-stability to dev (required for Laravel 5) in your project's composer.json., (*2)

{
    "require": {
        "laravel/framework": "5.0.*",
        "amir2b/image-fit": "^1.2"
    }
}

or, (*3)

Require this package with composer:, (*4)

composer require amir2b/image-fit

Update your packages with composer update or install with composer install., (*5)

Find the providers key in config/app.php and register the ImageFit Service Provider., (*6)

for Laravel 5.1+, (*7)

    'providers' => [
        // ...
        Amir2b\ImageFit\ImageFitServiceProvider::class,
    ]

for Laravel 5.0, (*8)

    'providers' => [
        // ...
        'Amir2b\ImageFit\ImageFitServiceProvider',
    ]

Copy the package config to your local config with the publish command:, (*9)

php artisan vendor:publish --provider="Amir2b\ImageFit\ImageFitServiceProvider"

The Versions

24/02 2018

dev-master

9999999-dev

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit

24/02 2018

1.2.3

1.2.3.0

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit

01/07 2017

1.2.2

1.2.2.0

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit

01/07 2017

1.2.1

1.2.1.0

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit

01/07 2017

1.2.0

1.2.0.0

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit

25/06 2017

1.1.0

1.1.0.0

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit

01/02 2017

1.0.1

1.0.1.0

This package is for fiting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit

24/01 2017

1.0.0

1.0.0.0

This package is for fiting image

  Sources   Download

MIT

The Requires

 

by Amir Bashiri

laravel image fit