Download the PHP package nmirceac/color-tools without Composer
On this page you can find all versions of the php package nmirceac/color-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nmirceac/color-tools
More information about nmirceac/color-tools
Files in nmirceac/color-tools
Download nmirceac/color-tools
More information about nmirceac/color-tools
Files in nmirceac/color-tools
Vendor nmirceac
Package color-tools
Short Description Color Tools for Laravel
License proprietary
Homepage https://github.com/nmirceac/colorTools
Package color-tools
Short Description Color Tools for Laravel
License proprietary
Homepage https://github.com/nmirceac/colorTools
Please rate this library. Is it a good library?
Informations about the package color-tools
# Welcome to ColorTools!
Contents
- Intro
- Classes, methods and examples
1. Intro
How to install?
- composer require nmirceac/color-tools
- add \ColorTools\ColorToolsServiceProvider::class to your config/app.php's service providers section
- php artisan vendor:publish
- php artisan migrate
- check config/colortools.php (just in case)
- php artisan colortools:setup
- extend \ColorTools\ImageStore as an app model (see example below)
- add the \ColorTools\HasImages
- check the examples below
- enjoy!
Samples
\App\ImageStore example
Associated Model example
Upload Controller Method
2. Classes, methods and examples
Color::class
Color::class - How to instantiate
Color::class - getters and such
Color::class - setters and modifiers
Image::class
Image::class - How to instantiate
ImageStore::class
ImageStore::class - How to instantiate
All versions of color-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-gd Version *
phpunit/phpunit Version *
aws/aws-sdk-php Version ^3.107
ext-gd Version *
phpunit/phpunit Version *
aws/aws-sdk-php Version ^3.107
The package nmirceac/color-tools contains the following files
Loading the files please wait ....