- Complete GGZ Ecademy Laravel backend application - RESTful API for learning products, members, filters - Authentication and authorization system - Database migrations and seeders - Custom CRUD generator commands - Email notification system - Integration with frontend applications
This commit is contained in:
15
stubs/custom/Validator.stub
Normal file
15
stubs/custom/Validator.stub
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Validators;
|
||||
|
||||
class {{modelName}}Validator extends AbstractValidator
|
||||
{
|
||||
public function rules()
|
||||
{
|
||||
$this->rules = [
|
||||
|
||||
];
|
||||
|
||||
return $this->rules;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user