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...
AH!! That was it, @faisal ! I totally overlooked that inconsistency and never would have guessed tha...
boksiora, I'm doing it just like you are. Storing the cart data in a Cart.php model. At this point,...
I have some experience with Stripe (which I love) and I concur with T2theC in his recommendation tha...
Good clarification on REST vs. design patterns, machuga. Thanks for that. I understand that I can ad...
The Laravel portal for problem solving, knowledge sharing and community building.
The community