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...
Where is actually no benefit or real difference according to the php manuel: There are four differe...
create_customers.blade.php -> this is a view not an url. You need to pass a route or an action. h...
I ran into the same issue. Does anyone solved the problem?
Joe96 said: Hey, i have this code $auth = User::where('Nome', '=', Input::get('username'))->w...
The Laravel portal for problem solving, knowledge sharing and community building.