smunabo / exit-poppable
An exit popup library for your laravel site!
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Language:JavaScript
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0||~6.0
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2025-02-02 05:10:23 UTC
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.