Searchable, a search trait for Laravel Searchable is a trait for Laravel 4.2+ that adds a simple sea...
Having trouble finding the way to use Query Scopes with Repositories. Is there a way? Would like to...
I am creating category model where it has parent of category model itself.. i did the relations in m...
I'm using 2 where methods and I don't know how laravel bind them(&& or ||). Below is the cod...
how to use forbird sql with laravel.?
Hi again, I am learning about Fluent, but my big question is "why?" Can't I just write mos...
Would really love to see pg data types supported in migrations and supported in eloquent. Json, json...
Hi all. I was surprised that the Paginator instance returned by query builder's paginate() had a pr...
Hi, I'm making a form where users are able to choose more than one checkbox choices. http://laravel....
EER: http://imgur.com/U7RpNOn Hello, I'm a new on laravel relationship I've question about this. fo...
Hi, In my system I have a main database where is a "users" tabel and for each user I have...
Hi all! How can I mock a call to One-to-Many relationship? For example, I have a call in controller...
Hi, is there something like $table->timestamp('pid')->nullable()->index()->where('pid',...
SELECT b.cat_id, b.cat_parent FROM cat AS b LEFT JOIN cat AS a ON b.cat_parent = a.cat_id WHERE b.ca...
Runtime version: PHP 5.3.10 Laravel 4.0 Create table like this: Schema::create('components', functio...
here is my function to select data from database http://laravel.io/bin/Qq2oD and i get this error !...
Hi, When I create a new item, I always have the column 'link' empty in my table. The table's column...
I have the following code in my app/start/global.php file: App::error(function(\PDOException $ex...
Hey i have this http://laravel.io/bin/4X3ar how can i get 2 diffrent results with the same query?
I am doing the below SQL, perfectly work in sql query client select `member_status`.`name`, COUNT(me...
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