Hai guys, just now started working laravel, i need to right an mysql query in fetching rows between...
Hello everybody, I ma using laravel 5.2 and i have 3 tables users, visits, visits_time, i have relat...
This is my code and my pdf file is into the public/image/pdf/ public function showpdf($fsr_num)...
My inserts are not inserting. I made a save method in the model so I could put in some debugging. He...
I followed the other post in stackoverflow. I had pretty much the same question but the problem is...
Some one has a hint how to make a oneToMany relation with a relation table? I have 2 tables having f...
I found this tutorial on creating dynamic filters for query builder, allowing me to quickly run thro...
Hi Someone is developing an Android app for the website i am working on. This app will have two func...
print_r(User:all()); This prints a lot of fields which are of no use to me like [hidden:protected] =...
Hello, i have general question. How do Eloquent solves cycle dependencies on the tables? Does it at...
I have this sql query, but I have no idea how to sort of write it Raw so that it can be put into my...
I'm using two database connections. One is our data warehouse, one is the mysql database powering th...
I have a csv file which contains all data of my blog, i want to import this file into mysql through...
how do i return same row mutiple times? I tried using wherein('table' , \Session::get('memory')) asw...
As i understand laravel supports the model route binding. I do understand how it works and i find th...
I found an interesting behavior while doing some integration tests using model factories. I set up t...
My database structure like this: category: id, name Parents: category_id parent_id id has parent cat...
Been working on my latest project for school and i've ran into a bit of a problem, i have 3 logins t...
Hello, I have two applications on my local server: [A] http://site.local and [B] http://api.local. T...
Hello I've recently had the need of firing events when update() or delete() methods on QueryBuilder...
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