The packge for Laravel 4, 5 (>= 4.1) that simplifies and speeds up managing hierarchical structur...
Hi, I've created a form where users can choose multiple checkboxes. <input type="checkbox&qu...
Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...
What are the benefits of utilizing laravel's "Routes" opposed to having a custom bootstrap...
How do I edit multiple rows in Laravel? I've searched Google and I'm seeing all sorts of mentions of...
Searchable, a search trait for Laravel Searchable is a trait for Laravel 4.2+ that adds a simple sea...
HI, I want to create a department search.So i created 5 database tables: Department ID | NAME Depart...
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...
Please help with this SO problem. Would be seriously appreciated :) Thanks. http://stackoverflow.com...
I'm using 2 where methods and I don't know how laravel bind them(&& or ||). Below is the cod...
How do I properly execute this function cause currently when I run this function all data will be up...
I have 2 forms validating from the same model, so its kind of a multi part form. The first form vali...
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 all! How can I mock a call to One-to-Many relationship? For example, I have a call in controller...
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...
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