Can anyone help determine why my middleware would find the $request object empty? Kernel.php protec...
I'm building a Laravel app which also includes an API. I'd like to extend the default Laravel auth s...
In an effort to push our development toward a resource-based design pattern, I'm using RESTful contr...
As I understand current best practice, my web app's API should provide the same methods for both des...
I started out with an ajax form in my blade template which opened like this: {{ Form::open(['data-re...
Thanks, machuga. It helps to hear another's viewpoint on this so I don't go down this path blindly....
Thanks for your reply, michael. I'm curious, though. How do others handle this sort of situation?
Thanks, Matt. I'm not sure why I assumed "resource" was an acceptable parameter, but it do...
UPDATE: My problem was not giving the $scan variable a default value in the TicketController@index m...
The Laravel portal for problem solving, knowledge sharing and community building.