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...
You need to add at least one column from model entry to the array in paginate.
You should create a new pull request for the validation rule.
Be careful with large sql files, it's might be better to split your sql dump, because there is an ex...
Maybe this is what you are looking for: Redirect::back() ?
This should work: Categories:find(1)->products()->get() If not, maybe show us the models.
The Laravel portal for problem solving, knowledge sharing and community building.