Support the ongoing development of Laravel.io →

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

Naming Convention For Modal And Database Table

Hello All I am confused with naming convention in laravel for model name and database table name.I h...

0 Likes
0 Replies
posted 10 years ago

Extending A Common Model

I have several models which share a similar schema in the database, is there a way I can create a pa...

0 Likes
4 Replies
Solved

Form Model with Child table

Hey there, I would like to know, how can I bind a form to a model with another table. let's say for...

0 Likes
1 Replies

Eloquent chain relations

Hi all, I have tables Table Fields users id posts id, user_id, status_id status...

0 Likes
2 Replies
Solved

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.