I wonder if it is possible to order by list of strings using eloquent? http://stackoverflow.com/ques...
Noticed that after my last update (composer update) the web site app failed with the error above. So...
I created a command called AttachUsers. When I run the command I get Argument 1 passed to AttachPhon...
Find By Id Using find() $post = Post::find(2); $post->setHidden(['content','read_more','updated_...
Hi all, This is my first post here ! I have "News", "Tutorials" and "Forum&...
Hello guys, IIt is my first post at this community, I hope not last :) So to the point, I am buildin...
How to fix problem when use artisan tinker error: Full REPL not supported. Falling back to simple sh...
hi . i have problem in put data in rest api . for test i use postman . i have one method put data ....
I have a paginate(7) on a result of 8. I do an ajax request on page load to initialize the jquery ui...
Hi, I am trying to set up a simple notification system and found the package here: https://github.co...
Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...
Is there any way to append head tag of parent template from within child template? Template structur...
Hi there, I'm wondering if there's an after method equivalent that will run after my routed method,...
Hey there, Ive got an application in which the models can sent emails when they have some specific c...
Yesterday, I was banging my head against the keyboard all night, having big problems getting authent...
fortrabbit will send you an email whenever you create an application. What exact credentials do I pr...
Hello, currently i'm cloning laravel from github and i can update it via git pull. however, i read i...
i have this join: $mains = Main::join('builds', 'mains.build_id','=','builds.id')->where('builds....
While locally developing, I don't use queues, so I've set the queue driver to sync. I'm creating a b...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community