marciojc / laravel-background-image
A Laravel helper to show responsive background images
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/marciojc/laravel-background-image
Requires
- illuminate/support: 5.4.*
Requires (Dev)
- laravel/framework: ^5.4
This package is not auto-updated.
Last update: 2025-10-26 11:23:38 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') !!}