husseinferas / laraimage
A Laravel package that adds a simple image functionality to any Laravel model
Installs: 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 53
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/husseinferas/laraimage
Requires
- php: >=7.2
- illuminate/database: ^7.0|^8.0
- illuminate/support: ^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.3
- orchestra/testbench: ^4.0|^5.0|^6.0
README
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:
Installation
Install Laraimage using composer.
composer require husseinferas/laraimage
Documentation
Check out the full documentation at Laraimage
Contributing
- Logo: designed by Yasir Nabeel, Inspired by L5Modular logo.
- Documentation: Inspired by Artem Schander.
- Testing: Inspired by Jaanus Vapper.
Pull requests are welcome. For major changes.
License
Laraimage is licensed under the terms of the MIT License (See LICENSE file for details).
