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
Requires
- illuminate/support: 5.4.*
Requires (Dev)
- laravel/framework: ^5.4
This package is not auto-updated.
Last update: 2024-11-24 06:05:10 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') !!}