Support the ongoing development of Laravel.io →
Neoglyph

Neoglyph

Joined 12 Jan 2016

Statistics

Threads 0
Replies 17
Solutions 6
Articles 0

neoglyph has not posted any threads yet

replied 9 years ago

help with identifier and parameter

Looks fine from here. Do you have a resource controller overwriting the show method, by any chance?...

0 Likes
replied 9 years ago

Use config file in App\Libraries

Not 100% sure, but I don't think you can call config on a file outside the config folder itself. Ho...

0 Likes
replied 9 years ago

Need help with Eloquent

You can do $data = Room::with('panels.devices')->where('user_id', $request->user_id)->get()...

0 Likes
Solved
replied 9 years ago

I can't logged in user using my own controller.

You're encrypting the string 'password' instead of the password parameter sent with your form. publi...

0 Likes
replied 9 years ago

Laravel 5.2 Eloquent relationship with two (composite) keys

How about... class StoreMember extends Model { public function visits() { return $th...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.