Skip to content

husseinferas/laraimage

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 1, 2020 14:29
src
October 11, 2020 12:05
October 11, 2020 12:05
October 1, 2020 19:17
January 29, 2021 22:31
July 25, 2021 20:19
October 3, 2020 09:46

Laraimage logo

Laraimage

A Laravel package that adds a simple image functionality to any Laravel model



Introduction

Laraimage served four use cases when using images in web applications and backend services:

  • Single Column Single Image
  • Single Column Multi Image
  • Multi Column Single Image
  • Multi Column Multi Image

which appearing in this diagram:

Laraimage diagram

Installation

Install Laraimage using composer.

composer require husseinferas/laraimage

Documentation

Check out the full documentation at Laraimage



Contributing

Pull requests are welcome. For major changes.

License

Laraimage is licensed under the terms of the MIT License (See LICENSE file for details).