I am struggling to fix the following SQL error: SQLSTATE[42S22]: Column not found: 1054 Unknown colu...
I'm looking into using the built in support of Redis in Laravel for a notification system. I'm tryin...
Hello Laravel Community! I'm trying to use a Dynamic Where Query, however it end up throwing a error...
On Laravel "4.1.29", I have several different type of users. Each type of user has it's ow...
I have managed to evaluate the occurances of distinct values of a column via a raw query. The result...
Hi all, Suppose I have an orders table and it has a price field. The price values are between 1 and...
Hy. First at all, sorry for my english, is not the best, but i try to do the best. I have a database...
how to add column in table migration updated_at ,created_at,delteded_at
this code in routes.php dont work Route::delete('user', function($id){ $newStudent =User::find($id)...
This one has been bugging be for months and I so far I have not found an comprehensive solution to s...
I have a website in which you can login via facebook, twitter or normal register within the site sty...
Hi, I currently have a table which serves as a central link table for many-many relations between se...
Hello, I have a table with priority field which has values 'High', 'Medium' and 'Low'. I need the re...
Hi, Im trying to return the project with the todos linked to it. The todo has a status and I'm tryin...
here is what I have CONTRACTOR and BID table class Contractor extends Eloquent { public function bid...
Hi, I save my data encrypted into the database with the Crypt class. Is it possible to search into t...
Hi all, i am new to laravel and have a fictional Project to learn: I have two Models: Sports and Tra...
In the Laravel docs, pagination is showing working with a single database set up. I use multiple dat...
I have created and included repositories using this tutorial: http://culttt.com/2013/07/08/creating-...
Hi, I have 3 model tables: publishers, authors, and books (many-to-one relation between publishers-a...
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