Support the ongoing development of Laravel.io →

Relationships return recursion

Hello. I have 3 models and controllers: images -projects -categories And in ProjectControllers I h...

0 Likes
0 Replies

Tutorials - How to Build Real-Time Laravel Apps with Pusher

I recently ran a workshop at Laracon EU walking through how to add real-time features to Laravel app...

0 Likes
0 Replies

Validation fails on email address check when updating user (but not changing email)

I'm currently adding a user class to my personal laravel site and am working on the update functiona...

0 Likes
1 Replies

how to load jquery to all my form

i have layout.blade.php, in there have included jquery plugin <!DOCTYPE html> <html lang="e...

0 Likes
1 Replies

Reference Case Stories

Hi! I really would like som reference case studies/stories. My employee needs som proof that Laravel...

0 Likes
2 Replies

laravel reflection exception.. class not found.

Ok I have a FormRequest class in app\Http\Requests i have namespaced it correctly and am using it in...

0 Likes
1 Replies

mail send with attachment

I cannot setup mail function to work with attachment. when I add this part of code then I have Error...

0 Likes
1 Replies
Solved
posted 9 years ago

Retrieve data from one table and order by related table column using eloquent

I have two models, Category and Transaction. The table structures are like this.. Categories: id,cat...

0 Likes
0 Replies

pagination is not working in my Laravel 5

Hello in official help here http://laravel.com/docs/5.0/pagination stated that it is possible to...

0 Likes
7 Replies
posted 9 years ago

Dependency injection with Job Laravel 5.1

I have a simply Project repo with a Project interface. I use this in my controllers just fine. Howev...

0 Likes
1 Replies
Solved
posted 9 years ago

RESTful packages

I've been looking at REST packages, something to make building a RESTful API backend quick and easy...

0 Likes
0 Replies
posted 9 years ago

call Model non-statically

I've got this line of code: $project = Project::find($id); I'd like to change it so that the Projec...

0 Likes
1 Replies
posted 9 years ago

Multiple session cookies for same app

Hi there, My app requires that different data is stored in the session for different lengths of time...

0 Likes
0 Replies

Tutorial - How to craft a digital eshop with Laravel 5

Hello, i'm proud to present the release of a new tutorial series on CODETutorial.io . In this tutori...

0 Likes
0 Replies

First Laravel Package... looking for feedback

Hello, I just created my first public Laravel package. It's called DBlog and allows you to create cu...

0 Likes
0 Replies
posted 9 years ago

Retrieving all users of a specific permission in Laravel 5 / Entrust

How can I retrieve the users of a specific permission in Entrust for Laravel 5.0. use App\Role; use...

0 Likes
2 Replies
Solved

Trying to get property of non object

routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...

0 Likes
7 Replies
Solved

Logout logging all users out instead of the one performing the request

Hello everyone, I am having a large issue with the Authentication mechanisms in Laravel. First of al...

0 Likes
1 Replies
posted 9 years ago

Eloquent - Get all result, group by, order by id

Hey guys, I have a model with versions. I get this records with the following code: $versions = Vers...

0 Likes
1 Replies

Problem in loading laravel view with ajax

I am new to web development.I am using laravel for my app where i used blade templates for creating...

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

© 2025 Laravel.io - All rights reserved.