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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Use https://github.com/macropay-solutions/laravel-crud-wizard-generator to gener
115
115
- BaseModel (it needs datetime NOT timestamp for created_at and updated_at columns)
116
116
- BaseResourceService
117
117
118
-
Create a Controller that uses ResourceControllerTrait and call $this->init() from its __construct.
118
+
Create a Controller that uses ResourceControllerTrait and call `$this->init();` from its __construct.
119
119
120
120
Optionally if you don't want to expose some models as resources but, you want to expose them as relation on an exposed resource then define in your Base Controller or ResourceController:
0 commit comments