2017 © Pedro Peláez
 

library image-fit

This package is for fitting image

image

nassajis/image-fit

This package is for fitting image

  • Wednesday, February 21, 2018
  • by nassajis
  • Repository
  • 1 Watchers
  • 1 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % 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 nassajis/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.*",
        "nassajis/image-fit": "^1.2"
    }
}

or, (*3)

Require this package with composer:, (*4)

composer require nassajis/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.+, (*7)

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

for Laravel 5.0, (*8)

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

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

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

Response Image width & height, (*10)

width & height * 10

The Versions

21/02 2018

dev-master

9999999-dev

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Nassaji

laravel image fit

21/02 2018

1.2.4

1.2.4.0

This package is for fitting image

  Sources   Download

MIT

The Requires

 

by Nassaji

laravel image fit

13/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