Valiskel
____ ____ .__ .__ __ .__
\ \ / /____ | | |__| _____| | __ ____ | |
\ Y /\__ \ | | | |/ ___/ |/ // __ \| |
\ / / __ \| |_| |\___ \| <\ ___/| |__
\___/ (____ /____/__/____ >__|_ \\___ >____/
\/ \/ \/ \/
, (*1)
This package is made for Laravel to help with creating Validation Services. Its still a work in progress. Test's will be added eventually :), (*2)
Note:
This packages requires PHP 5.6.* and will be used/tested with Laravel 5.1.*., (*3)
Install
1. Install the packages
Via the Composer CLI:, (*4)
``` bash
$ composer require ilyes512/valiskel, (*5)
You can also add it manually to your projects's composer.json file:
``` json
"require": {
"ilyes512\valiskel": "dev-master"
}
2. Add the Service Provider
Add the fallowing line to your config/app.php file:, (*6)
<?php
return [
// ...
'providers' => [
// ...
Ilyes512\Valiskel\ValiskelServiceProvider::class,
]
];
Usage
``` php
// todo Write a demo usage :), (*7)
## Testing
``` bash
$ composer test
Contributing
Please see CONTRIBUTING for details., (*8)
Credits
License
The MIT License (MIT). Please see License File for more information., (*9)