So I have a view where I loop through then display a company's employees into a table. We are implem...
So, I have a situation where users can add posts to a forum and then comment on those posts. What I...
What's your route look like that's calling getAdd()? For post information to be passed through to a...
You can still use HTML class without blade: <?php echo HTML::script(url, attributes, secure) ?>...
I've had this issue before, Try using ::resource() instead. ::controller() is too ambiguous. Check o...
you can bed one by passing a closure function in with() as second index of an argument array I belie...
Try creating the object first: $user = new User; $user->field_name = 'value'; $user->save();
The Laravel portal for problem solving, knowledge sharing and community building.