laravel-background-image maintained by marciojc
Description
A Laravel helper to show responsive background images
Author
Last update
2018/03/28 01:24
(dev-master)
Downloads
6
Tags
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') !!}