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...
I found a way, given the models structure I described. This way I can access the data. Please let me...
solved: http://www.epigroove.com/blog/laravel-routes-not-working-make-sure-htaccess-is-working
I tried your solution var chriz = { vars: { some_value: {{ number_format($size->it,1) }} another_...
won't work, I don't know my vars before post. What about this idea, have the callback function load...
Thanks for the hints, it worked. I pasted the code here http://pastebin.com/zn8WpeAR
The Laravel portal for problem solving, knowledge sharing and community building.