07-19-2020, 05:39 AM
Still, I am missing a more useful CRUD example. I look at the docs, section Build your first application - not complete. I look at the repo Playground - not complete. I google for tutorials and I search Youtube - no result.
Could someone, please anywhere present code that covers a CRUD?
I like to see it handle (besides from the obvious stuff):
Could someone, please anywhere present code that covers a CRUD?
I like to see it handle (besides from the obvious stuff):
- various input, at especially "select"
- various validation examples
- error handling that approaches each input
- flash message on success/fail