Support the ongoing development of Laravel.io →
MartijnThomas

MartijnThomas

Joined 3 Feb 2014

Statistics

Threads 16
Replies 22
Solutions 3
Articles 0

Generate language files

Just wondering if there is an package or a method to generate the language files? Now I just need to...

0 Likes
3 Replies
Solved

Model Event not working

I have the following model: class ProjectTwitterStatus extends Eloquent { protected $table = 'proj...

0 Likes
3 Replies
Solved

Using where and joins in a query returns wrong deleted_at

OK, I have the following piece of code: $projectTwitterStatuses = ProjectTwitterStatus::join('twitte...

0 Likes
0 Replies

Order by date of a nested model

I'm having difficulty to let the laravel query order by a date field of a nested query. This is what...

0 Likes
2 Replies

Pass variable from filter to controller

I was wondering if it is possible to pass variables from a route filter to the controller. I current...

0 Likes
4 Replies
Solved
replied 11 years ago

Laravel 5 author trait

This is all you need to do: <?php namespace App\Http\Controllers\Auth; use App\Http\Controllers\...

0 Likes
replied 11 years ago

Laravel 5 author trait

No you need to override the postLogin() method so it will look like this <?php namespace App\Http...

0 Likes
replied 11 years ago

Laravel 5 author trait

It is used in this line: use AuthenticatesAndRegistersUsers;. That line includes everything that is...

0 Likes
Solved
replied 11 years ago

About the recent forum spam

And they are back again :( http://laravel.io/forum/12-12-2014-919799138999-online-black-magic-and-v...

0 Likes
replied 11 years ago

How to publish a package as a repo?

On the Laravel IRC chat I discussed the problem and found the solution! I just needed to do a git in...

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.

© 2026 Laravel.io - All rights reserved.