Hello, I really love laravel and its community, but I have to say some words about this forum. I am...
What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...
I try to generate pdf files in homestead, but when I try to use a CSS File inside the HTML it doesn'...
Hey guys, today I found out the laravel validator provides a filled method, but it's not present in...
Hi guys, how far can I go with presenters? Would something like: public function presentUrl() { retu...
It shouldn't be dangerous. Why you think it can be dangerous? Btw: Your function showAuthorPosts cou...
You need to render first the html: $html = View::make('myusers')->with('target', $id)->render(...
The problem is every time you need to check is the User logged in or not, you need to repeat yoursel...
Have you tried to use the laravel way? Create in your model a new relationship instead of using join...
The Laravel portal for problem solving, knowledge sharing and community building.