stephenx99 / laravel-exit-poppable by stephenx99

An exit popup library for your laravel site!
7
0
2
Package Data
Maintainer Username: stephenx99
Maintainer Contact: stephen.munabo@gmail.com (:Stephen Munabo)
Package Create Date: 2017-05-20
Package Last Update: 2017-05-21
Language: JavaScript
License: MIT
Last Refreshed: 2025-02-10 15:02:19
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

ExitPoppable

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.