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...
I am trying to understand why something works. I have a user model and within it I state that a User...
I am currently trying to insert the value of fields to a table. However, this error keeps coming up:...
New to Laravel. Not sure I understand the difference between these two configuration methods. I'm...
I have a case where I need to maintain some values of a user locally while there are default values...
I have a table in my view with 2 options to move that row up or down the table. I have made a sort_i...
Written with StackEdit. I was happy with laravel 4.2 until i upgraded to 5.2, By the way i wanted...
I have 2 models class BrandModel extends Model { protected $table = 'brand'; public functi...
Hi! I'm creating an app where I'm using a User model that represents Hotels. The columns for these h...
Hi, I am using Zizaco/entrust for managing roles/permissions of users. I have users with admin,super...
Hi, I'm using the Route::resource for my posts. How do I pass an array of values with checkboxes, fr...
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