LaravelPackages.net
Acme Inc.
Toggle sidebar
smunabo/exit-poppable

An exit popup library for your laravel site!

8
0
v1.1.0
About smunabo/exit-poppable

smunabo/exit-poppable is a Laravel package for an exit popup library for your laravel site!. It currently has 0 GitHub stars and 8 downloads on Packagist (latest version v1.1.0). Install it with composer require smunabo/exit-poppable. Discover more Laravel packages by smunabo or browse all Laravel packages to compare alternatives.

Last updated

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments