ibrand/advert

There is no license information available for the latest version (v1.0.3) of this package.

ibrand advert component

v1.0.3 2019-01-18 08:22 UTC

This package is auto-updated.

Last update: 2024-04-09 15:18:14 UTC


README

Advert Component for Laravel Application.

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Latest Unstable Version

安装

composer require ibrand/advert:~1.0 -vvv

低于 Laravel5.5 版本:

config/app.php文件providers数组中添加:

iBrand\Component\Advert\AdvertServiceProvider::class

生成配置请执行:

php artisan vendor:publish --provider="iBrand\Component\Advert\AdvertServiceProvider"