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...
Hi All. I can't get the paginator to work with a calculated SQL field see below for example // this...
I'm currently building a newsletter system for multiple users. Each user has there own set of 'recip...
Hi All, I have a repository to create a new record for residents, but now I need to use the same rep...
Hi, I am trying to format drop down lists items while using lists, SiteSession::where('company_id','...
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