PHP code example of fourfortymedia / eloquent-model-guard
1. Go to this page and download the library: Download fourfortymedia/eloquent-model-guard library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
fourfortymedia / eloquent-model-guard example snippets
class User extends Model {
use \FourFortyMedia\EloquentModelGuard\Concerns\HasEloquentModelGuard;
}
use Illuminate\Database\Eloquent\Validations\OnCreateRules;
#[OnCreateRules(['name' => 'ate array $roles = [];
}
use Illuminate\Database\Eloquent\Validations\OnUpdateRules;
#[OnUpdateRules(['email' => '
use Illuminate\Database\Eloquent\Validations\OnUpdateRules;
#[OnUpdateRules(['email' => 'Model {
// ...
}