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)