You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,28 @@ If needed you are free to use the `data_source` attribute from the original fiel
158
158
159
159
### Request validation
160
160
161
-
You can also use Request Validation! Just copy the `ajaxStore()` method to your `EntityCrudController` and replace `Request` by your desired request (usually just `StoreRequest`).
161
+
You can also use Request Validation! Just set the `$ajaxStoreRequest` property by using the provided setter method:
162
+
163
+
```php
164
+
<?php
165
+
166
+
use Webfactor\Laravel\Backpack\InstantFields\InstantFields;
0 commit comments