pingpong / confirmation
Laravel 5 Confirmation
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 3
Open Issues: 1
pkg:composer/pingpong/confirmation
Requires
- php: >=5.5.9
- illuminate/contracts: ~5
Requires (Dev)
- phpunit/phpunit: ^4.7
This package is not auto-updated.
Last update: 2025-10-11 23:59:13 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.