I have this function: public function show($id) { if (count($post = Post::find($id)))...
Hi there, I finally managed to crop resize and compress an image file the user is submitting through...
I am looking at a way to strip those things from user input comments or posts in my project. I am us...
...how do we get all user's associated likeables? So I used the polymorphic relation method to set u...
I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...
Yes I know, I was wondering if anyone had updated them already
thomaswardiii said: I'm confused. What do you mean you "don't know your vars before post"...
You are not reading my messages, I am not returning a view, I am returning a json and updating the v...
what about the package? You told there is no need to define the array the way I wrote, that I need t...
do you mean presenter pattern? I am looking at the methods and I don't see which one should work for...
The Laravel portal for problem solving, knowledge sharing and community building.