Download the PHP package yaroslawww/nova-ad-director without Composer
On this page you can find all versions of the php package yaroslawww/nova-ad-director. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yaroslawww/nova-ad-director
More information about yaroslawww/nova-ad-director
Files in yaroslawww/nova-ad-director
Package nova-ad-director
Short Description Laravel nova ad manager to display advertise on site.
License MIT
Homepage https://github.com/yaroslawww/nova-ad-director
Informations about the package nova-ad-director
Laravel nova ad manager
Laravel nova ad manager to display advertise on site.
Nova | Package |
---|---|
V1 | V1 |
V4 | V2 |
Installation
You can install the package via composer:
Usage
- Package supports only predefined sizes. That why developer should firstly specify "global" sizes
- Inherit or add to nova AdConfiguration Resource
- Inherit or add to auth service provider AdConfigurationPolicy
- If app uses configuration with "creatable==false" then developer need create new locations
manually
php artisan nova-ad-director:ad-config:create <key-name> <location-name>
- Then configure ads in your system
Key fallback search flow
In multiple situation good to have possibility to use same ad for multiple pages but with some specific ad on specific page, etc. Solution is using fallback flow:
Each key can be computed form multiple nested pointers and system will try to find parent key in case of child is empty.
For example site has multiple pages and multiple posts. That why different pages and posts will search keys like these:
header:page:frontpage
header:page:contact-us
header:post:12
header:post:654
each this keys will search fallbacks:
header:page:frontpage
=>header:page
=>header
header:page:contact-us
=>header:page
=>header
header:post:12
=>header:post
=>header
header:post:654
=>header:post
=>header
Administrator in admin can specify only header
configuration and in any moment add some specific AD item like
header:page:contact-us
to override ad only for contact us page or header:post
to use specific ad only on posts.
Override default fallback separator
Credits
All versions of nova-ad-director with dependencies
illuminate/support Version ^9.0|^10.0
yaroslawww/laravel-ad-director Version ^1.1
laravel/nova Version ^4.0
think.studio/nova-flexible-content Version ^3.0|^4.0