Laravel Form Model Binding Generates Empty Input Fields
If you use the HTML package from LaravelCollective to generate your Laravel forms, you may encounter a problem, when you use form model binding. It may occur, that your input fields remain empty.
The reason may be, that you’ve copied your creation form to your edit...