2017 © Pedro Peláez
 

library laravel-cron-validator

Cron Expression Validator

image

coop182/laravel-cron-validator

Cron Expression Validator

  • Thursday, December 18, 2014
  • by coop182
  • Repository
  • 1 Watchers
  • 0 Stars
  • 141 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel Cron Validator

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require coop182/laravel-cron-validator., (*1)

"require": {
    "coop182/laravel-cron-validator": "0.*"
}

Next, update Composer from the Terminal:, (*2)

composer update

Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array., (*3)

'Coop182\LaravelCronValidator\CronValidatorServiceProvider'

Usage

Add the following to your Model's validation rules, (*4)

// Add your validation rules here
public static $rules = [
    'cron_field' => 'cron_expression'
];

The Versions

18/12 2014

dev-master

9999999-dev

Cron Expression Validator

  Sources   Download

MIT

The Requires

 

by Matt Cooper

18/12 2014

0.4

0.4.0.0

Cron Expression Validator

  Sources   Download

MIT

The Requires

 

by Matt Cooper

18/12 2014

0.3

0.3.0.0

Cron Expression Validator

  Sources   Download

MIT

The Requires

 

by Matt Cooper

18/12 2014

0.2

0.2.0.0

Cron Expression Validator

  Sources   Download

MIT

The Requires

 

by Matt Cooper