Support the ongoing development of Laravel.io →

DanielOReilly

Joined 21 Aug 2014

Statistics

Threads 0
Replies 6
Solutions 1
Articles 0

danieloreilly has not posted any threads yet

replied 9 years ago

Authentication session lost after redirect

Has the storage folder got write permission?

0 Likes
replied 9 years ago

Authentication session lost after redirect

What is your session configuration? app/config/session.php. Can you paste the configuration?

roshanjafri liked this reply

1 Likes
replied 9 years ago

Custom fields with JSON

Inside the message model add the following: protected $appends = array('is_sent'); public function...

0 Likes
replied 9 years ago

Eloquent relationship with count

You can return the list of files for a project by doing the following. $projects = Project::with('fi...

0 Likes
replied 9 years ago

Eloquent relationship with count

You can't use return $this->hasMany('File', 'hash', 'user_hash')->count(); as a relationship....

0 Likes
Solved

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.