We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c841937 commit 3f664d6Copy full SHA for 3f664d6
CHANGELOG.md
@@ -28,6 +28,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
28
- `OpenIdeService` opens all generated file with PhpStorm if command is called with `--ide={ide}`
29
- `RouteService` adds Backpack Crud route to admin.php
30
31
+### Changed
32
+
33
+- `BackpackCrudModelService` will fill `$fillable` in Model automatically from scheme (if given)
34
+- `BackpackCrudRequestService` will fill `rules()` in Request automatically from scheme (if given)
35
36
## 1.2.0 - 2018-03-18
37
38
### Added
0 commit comments