PHP Classes

How to Create a Laravel Model Image Storage Solution that Can Serve the Same Image in Different Sizes - Laravel Model Images package blog

Recommend this page to a friend!
  All package blogs All package blogs   Laravel Model Images Laravel Model Images   Blog Laravel Model Images package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Create a Larav...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: Laravel Model Images

Many sites that display product images or other images need to display the same image in different sizes on different site pages.

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.




Loaded Article

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.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   Laravel Model Images Laravel Model Images   Blog Laravel Model Images package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Create a Larav...