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

Session loss and regeneration every page reload

Hi friends, I am having this problem for two days now. I am using the database driver of laravel and...

0 Likes
4 Replies
posted 9 years ago

Authentication errors in laravel4

Good morning fellow devs please i am working on login authentication on my app but i want to do a va...

0 Likes
1 Replies

OPTIONS method on cross domain AJAX.

I have made an API server which my client JavaScript calls. The issue is that when I want to POST it...

0 Likes
4 Replies
posted 9 years ago

Class extends multiple classes

It is possible that one class extends two other classes? E.g. i want to extend class User to Eloquen...

0 Likes
3 Replies
posted 9 years ago

New Laravel site - hideimgsrc.com - Feedback requested

Hi I've created a new site using Laravel. It helps you hide the image src of your precious photos an...

0 Likes
0 Replies
posted 9 years ago

Can't install laravel

Hi I'm new to laravel and I'm trying to install it. I open up the command prompt and once I have the...

0 Likes
2 Replies

Payment Gateway for laravel

Hi, I want to add the payment gateway for my laravel project. Can any one suggest me the payment gat...

0 Likes
1 Replies

Creating routes to wildcards

Currently, I'm trying to create a route to a wildcard with the following code (which is in a foreach...

0 Likes
8 Replies
posted 9 years ago

Exception using $this when not in object context

I seem to miss the meaning of this exception and error message. Hoping someone who uses symfony more...

0 Likes
0 Replies
posted 9 years ago

Documentation correction

Hello, it's rather cosmetic but a semicolon is missed at "Passing An Array Of Wheres" exa...

0 Likes
2 Replies
posted 9 years ago

Deferred service providers with dependency injection

Is it possible to use deferred service providers when binding to a type? For example, I want to bind...

0 Likes
1 Replies

Paginate Encrypted Data

My DB is like 2000 records, the info is encrypted, using Crypt in my model... /* NAME*/ public func...

0 Likes
0 Replies

Adding Column to DB Table

I have an existing blog application, and I would like to add a way to have different types of blog p...

0 Likes
1 Replies
posted 9 years ago

belongsToMany + belongsToMany

A User belongstomany (can have many) Collections. A collection belongstomany users. A collection bel...

0 Likes
0 Replies

Problem having a Route named same as folder in Public

I have a route called admin which displays my admin dashboard however its broken since i have a fold...

0 Likes
4 Replies
posted 9 years ago

ORM validation, valid date or null

I have a table that may have a date or may be null. Is it possible to set an ORM validation rule th...

0 Likes
1 Replies

use laravel with record locking

I have a multi-tenant DB that I need to manage incrementing invoice numbers per tenant. It's import...

0 Likes
0 Replies

Eloquent relation

Hello ! I have two models, who have a one-to-many relationship. 1 - a company has many initiators 2...

0 Likes
3 Replies
Solved

Lazy loaded relation results in "ErrorException Relationship method must return an object of type Illuminate\Database\Eloquent\Relations\Relation"

My ERD is something like this: ControlForm hasMany FormRows FormRow hasMany FormColumns FormColumns...

0 Likes
0 Replies

can we find a row based on foreign key??

Suppose we have two tables abc and def. id is primary key of both tables. abc_id is foreign key of d...

0 Likes
4 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.

© 2024 Laravel.io - All rights reserved.