pingpong / confirmation
Laravel 5 Confirmation
v0.0
2016-02-23 08:57 UTC
Requires
- php: >=5.5.9
- illuminate/contracts: ~5
Requires (Dev)
- phpunit/phpunit: ^4.7
This package is not auto-updated.
Last update: 2024-10-26 18:44:03 UTC
README
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.