Support the ongoing development of Laravel.io →
posted 10 years ago

What is wrong with this query?

Hi all, I have the following query: $posts = Post::with( 'comments' => function($c) {...

0 Likes
1 Replies

Using Relationships correctly - Team, User and Relation table

Hello, i have three database tables: User, Team and Relation. A user can be a member in multiple tea...

0 Likes
0 Replies

Lock a stock quantity so others can't buy.

Hello All, I am new to the Laravel, and to web Development too, but was very impressed with the fram...

0 Likes
1 Replies
posted 10 years ago

Update multiple rows at once

I've got a form that needs to update multiple rows with different id's at once. Like a spreadsheet....

0 Likes
1 Replies

Laravel 'remember me' for Facebook login

Hi guys, So I am aware that you can authenticate users using Auth::attempt() and setting parameter t...

0 Likes
1 Replies

Multi-tenancy - One database multiple tables

I want to create a multi tenancy application using Laravel. I am using the one database, multiple te...

0 Likes
1 Replies
posted 10 years ago

MSSQL - SELECT failed because the following SET options have incorrect settings: 'ANSI_NULLS'

As always run the SET of solution? Problem: SELECT failed because the following SET options have inc...

0 Likes
1 Replies
posted 10 years ago

create response without any set-cookie header

I tried to send a response after setting: Config::set('session.driver', 'array'); But I still get a...

0 Likes
0 Replies
posted 10 years ago

Installing service on cloud based IDE

I would love to try out this software and I am wondering if anybody has set this up on codenvy or co...

0 Likes
0 Replies
posted 10 years ago

$connection property not working

Why this does not work? class Condition extends Eloquent{ protected $connection = 'another-databas...

0 Likes
0 Replies
posted 10 years ago

laravel reports generator package

somebody knows on any "laravel reports generator package" I would really want it, and mayb...

0 Likes
0 Replies

Query Builder - anonymous function question

Hi there. Here is my code: $personelList = App::make('MedPersonel') ->with( array('servicePri...

0 Likes
0 Replies

Should i make more use of the models?

Hello, i'm a newbie with laravel, and so far i managed to make a good and working code only with the...

0 Likes
3 Replies

->get(); and foreach

Hey, i'm a bit of a newbie, and until now, everytime i had to pull more than 1 result from the datab...

0 Likes
1 Replies

Usage of namespaces with Laravel models.

I found namespaces usage of Laravel models being non-orthogonal. When you create relation, namespace...

0 Likes
2 Replies

Problems inserting record using Eloquent, Call to undefined method Illuminate\Database\Eloquent\Collection::save()

http://laravel.io/bin/Qd4Ma I can't figure out what is wrong about the db relationships that I have...

0 Likes
1 Replies

Is it worth it to use Laravel to write a full blog engine and more?

I am presently using WordPress as a blogging platform. I have read an article on Codeheaps that stat...

0 Likes
4 Replies

Lightbox slider not getting displayed

I have created a page in laravel blade, in which I am using a lightbox plugin combined with owl cara...

0 Likes
0 Replies
posted 10 years ago

Model deleting event does not work

<?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; use Illuminate\Auth\Remi...

0 Likes
3 Replies
posted 10 years ago

Using multiple namespaces to one view?

I have an issue that i can't seem to solve. My issue: I have a view where i call multiple variables...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.