Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
I use this snippet for the same thing: <div id="" class="panel-collapse collapse {...
Laravel 5 doesn't have the Form helpers included anymore. You'll have to include the illuminate/html...
Did you wrap the jquery in a document ready callback?
First problem: since you are using a Closure you need to tell it which variable to "import"...
You put the foodtype ID in the URL of the form: {{ $foodtype->id }} Your EditFoodtypeRequest is...
The Laravel portal for problem solving, knowledge sharing and community building.