gufran / former
Better way to handle forms and validation as an entity
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gufran/former
Requires
- illuminate/http: 4.2.*
- illuminate/validation: 4.2.*
Requires (Dev)
- mockery/mockery: 0.9.*@dev
- phpunit/phpunit: 4.3.*@dev
This package is not auto-updated.
Last update: 2022-02-01 12:37:47 UTC
README
Handle Form data and Validation with ease.
Install
run composer require gufran/former *
or add this to your composer.json
file
"require": {
"gufran/former": "*"
}
and run composer install
Documentation
Refer to the Documentation post on my blog.
License
This repository is open-sourced software licensed under the MIT license