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...
i have an form that is set to upload an image and update a database with the image data (if needed)....
Hi, can i ask some help how can i find my old thread here?there is no settings for my old thread,i w...
My application has to adapt to an existing database which uses integer timestamps instead of string...
For the purpose of backward compatibility with an existing script, I would like just one page in my...
Hello friends, I am working with ajax and laravel is possible. done by ajax return instead of a Rout...
I want to display 'Recent Comments' from comments table, including HotelName related to that Comment...
I need to use Cache with memcache and Cache with file. I would be OK if file cache was like FileCach...
Hi, I have some trouble accessing an eloquent model property when the model is mocked for unit test...
I have a form whereby all my validation except for file works. It seems to return the file name prop...
I'm getting a "Too many open files" error on a script that downloads images and reuploads...
I have three primary tables, Accounts, Users, Roles. All accounts are owned by a user but not all us...
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