PHPackages                             nmirceac/color-tools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. nmirceac/color-tools

ActiveLibrary[Image &amp; Media](/categories/media)

nmirceac/color-tools
====================

Color Tools for Laravel

0.9.8.8(1y ago)2901↓100%11proprietaryPHPPHP &gt;=5.4.0

Since Mar 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nmirceac/colorTools)[ Packagist](https://packagist.org/packages/nmirceac/color-tools)[ Docs](https://github.com/nmirceac/colorTools)[ RSS](/packages/nmirceac-color-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (52)Used By (1)

Welcome to ColorTools!
======================

[](#welcome-to-colortools)

Contents
--------

[](#contents)

1. Intro
2. Classes, methods and examples

1. Intro
========

[](#1-intro)

How to install?
---------------

[](#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
-------

[](#samples)

### \\App\\ImageStore example

[](#appimagestore-example)

```
