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
{{ message }}
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,9 +223,17 @@ This will result in the following HTML:
223
223
<inputname="title[en]"value="Laravel: Up & Running" />
224
224
```
225
225
226
+
To get the validation errors from the session, the name of the input will be mapped to a *dot* notation like `title.en`. This is how old input data is handled as well.
227
+
226
228
### Customize the blade views
227
229
228
-
*todo*
230
+
Publish the configuration file and Blade views with the following command:
You can find the Blade views in the `resources/views/vendor/form-components` folder. With the `form-components.php` configuration file, you can change the location of the Blade view *per* component.
0 commit comments