Download the PHP package rabol/laravel-adsense without Composer
On this page you can find all versions of the php package rabol/laravel-adsense. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rabol/laravel-adsense
More information about rabol/laravel-adsense
Files in rabol/laravel-adsense
Download rabol/laravel-adsense
More information about rabol/laravel-adsense
Files in rabol/laravel-adsense
Vendor rabol
Package laravel-adsense
Short Description Display Adsense ads in your Laravel app.
License MIT
Package laravel-adsense
Short Description Display Adsense ads in your Laravel app.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-adsense
Adsense for Laravel 5
Package for including Adsense Ads in Laravel 5, 6, 7, 8, 9, 10, 11
Installation
In your project root run
Set up config file
Run php artisan vendor:publish
.
Edit the generated config file in /config/adsense.php
to add your ad units
Register the package with Laravel
This package is for Laravel 5.5+ so it takes advantage of auto discover, so no manual configuration is needed
Usage
To show ads in your blade templates simply use {!! Adsense::show('responsive') !!}
, for example.
All versions of laravel-adsense with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^7.3|^8.0|^8.1|^8.2|^8.3
The package rabol/laravel-adsense contains the following files
Loading the files please wait ....