Support the ongoing development of Laravel.io →

danielsum

Joined 3 Apr 2014

Statistics

Threads 3
Replies 3
Solutions 1
Articles 0

How to put middleware logic into a package ?

Hi everyone, Is it possible to put a middleware logic into a package without adding it in Http/Kerne...

0 Likes
0 Replies

Right way to structure a laravel project and routes ?

Hi everyone, In your team we hesitate on 2 approach to structure an app, views and routing when you...

0 Likes
0 Replies

Best method to apply filter after a read event Model::find(xx)->toArray(); ??

In one of my project, I'd like to output a json value from my mysql table immediately to array when...

0 Likes
0 Replies
replied 9 years ago

Class 'Eloquent' not found

Did you try to include a direct ref in your User model like : use Illuminate\Database\Eloquent\Model...

0 Likes
replied 9 years ago

Class 'Eloquent' not found

Try maybe to check if : Illuminate\Database\Eloquent\Model exist in the vendors folder and check app...

0 Likes
replied 9 years ago

Making Laravel work with PHP 5.3

Yeah iWader is right for one of our project we need also to have a 5.3.1 compatibility (not sure for...

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.