Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 417 Bytes

Laravel 5 Confirmation Package (WIP)

Installation

composer require pingpong/confirmation

Add Pingpong\Confirmation\ConfirmationServiceProvider service provider to your providers array in config/app.php file.

Publish the package's config and migrations by running php artisan vendor:publish.

Documentation

Coming Soon

License

This package is open-sourced under BSD-3-Clause license.