2017 © Pedro Peláez
 

library exit-poppable

An exit popup library for your laravel site!

image

smunabo/exit-poppable

An exit popup library for your laravel site!

  • Sunday, May 21, 2017
  • by stephenx99
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ExitPoppable

Install

Via Composer, (*1)

``` bash $ composer require smunabo/exit-poppable, (*2)


## Usage Add the service provider to config/app.php (app/config/app.php in Laravel 4), within the providers array. ``` 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., (*3)

``` Then add an alias to config/app.php (app/config/app.php), within the aliases array., (*4)

aliases' => [ // ..., (*5)

"ExitPoppable" => smunabo\exitPoppable\Facades\ExitPoppable::class

], (*6)


Finally Publish the package configuration by running this CMD ``` 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., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email stephen.munabo@gmail.com instead of using the issue tracker., (*10)

Credits

License

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

The Versions

21/05 2017

dev-master

9999999-dev

An exit popup library for your laravel site!

  Sources   Download

MIT

The Requires

 

The Development Requires

smunabo exitpoppable laravel exit popup

21/05 2017

v1.1.0

1.1.0.0

:An exit popup library that goes hard in the paint!

  Sources   Download

MIT

The Requires

 

The Development Requires

smunabo exitpoppable laravel exit popup