smunabo/exit-poppable
Composer 安装命令:
composer require smunabo/exit-poppable
包简介
An exit popup library for your laravel site!
README 文档
README
Install
Via Composer
$ composer require smunabo/exit-poppable
Usage
Add the service provider to config/app.php (app/config/app.php in Laravel 4), within the providers array.
'providers' => array(
// ...
smunabo\exitPoppable\exitPoppableServiceProvider::class,
)
Then add an alias to config/app.php (app/config/app.php), within the aliases array.
aliases' => [
// ...
"ExitPoppable" => smunabo\exitPoppable\Facades\ExitPoppable::class
]
Finally Publish the package configuration by running this CMD
php artisan vendor:publish
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email stephen.munabo@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-21