Looking to hire Laravel developers? Try LaraJobs

laravel-background-image maintained by marciojc

Description
A Laravel helper to show responsive background images
Last update
2018/03/28 01:24 (dev-master)
Links
Downloads
6

Comments
comments powered by Disqus

laravel-background-image

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') !!}