marciojc/laravel-background-image

There is no license information available for the latest version (dev-master) of this package.

A Laravel helper to show responsive background images

dev-master 2018-03-27 23:24 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:58:26 UTC


README

Made with ❤️ by Márcio

A Laravel helper to show responsive background images

After creating your new Laravel application you can include the BackgroundImage package with the following command:

composer require marciojc/laravel-background-image

Now, you can use BackgroundImage, like this

{!! backgroundImage('/images/home/banner.jpg') !!}