Author: Manuel Lemos
Package: Laravel Model Images
This package simplifies the generation of images associated with a Laravel model class. It can generate the different versions of an image in different sizes from the original image stored by the model class.
About the Laravel Model Images Package
The package Laravel Model Images is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Store images in models and serve in multiple sizes
Here follows in more detail what it does:
This package can store images in models and serve in multiple sizes.
It provides a trait that can be used in model classes of Laravel applications that can handle image file uploads by storing the files in a given directory.
The uploaded images can be filtered using a custom handler or converted to a specific format configured in the model classes.
The package can help serving the stored model images from a URL reachable by the general public.
Model objects that do not yet have associated images, can return a given default image.
It can also serve the publicly available images in multiple sizes. The sizes can be customized from within the model classes.
Conclusion
The Laravel Model Images can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.