smunabo/exit-poppable

An exit popup library for your laravel site!

v1.1.0 2017-05-21 14:09 UTC

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.