Skip to content

pingpong-labs/confirmation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.