Download the PHP package mastergalen/adsense-ads without Composer
On this page you can find all versions of the php package mastergalen/adsense-ads. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mastergalen/adsense-ads
More information about mastergalen/adsense-ads
Files in mastergalen/adsense-ads
Download mastergalen/adsense-ads
More information about mastergalen/adsense-ads
Files in mastergalen/adsense-ads
Vendor mastergalen
Package adsense-ads
Short Description Display Adsense ads easily in Laravel.
License MIT
Package adsense-ads
Short Description Display Adsense ads easily in Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package adsense-ads
Adsense Ads for Laravel 5
Package for easily including Adsense Ad units in Laravel 5.
Installation
In your project root run
Set up config file
Run php artisan config:publish mastergalen/adsense-ads
.
Edit the generated config file in /config/ads.php
to add your ad units
Register the package with Laravel
Add the provider to the providers
array in your config/app.php
file:
Register an alias:
Usage
To show ads in your blade templates simply use {!! Ads::show('responsive') !!}
, for example.
All versions of adsense-ads with dependencies
PHP Build Version
Package Version
The package mastergalen/adsense-ads contains the following files
Loading the files please wait ....