Support the ongoing development of Laravel.io →

MartijnThomas

Joined 3 Feb 2014

Statistics

Threads 16
Replies 22
Solutions 3
Articles 0

Attribute casting, Date Mutators on pivot table of related models

Sorry for this crosspost, I already asked my question on Laracast, but no response came, that's why...

0 Likes
2 Replies

How to publish a package as a repo?

I created a package (lockated in the workbench dir). It is part of the existing project, but now I w...

0 Likes
1 Replies
Solved

Custom eloquent constraints

I'm not sure what title to give this thread. Imagine that the following eloquent query is build. $wo...

0 Likes
1 Replies

Model events not fired

I'm having trouble firering model events. currently I have the following <?php use Illuminate\Da...

0 Likes
0 Replies
posted 9 years ago

Include package view in default layout

I was wondering if it is possible to yield or include the view of a package without copying the pack...

0 Likes
0 Replies
replied 9 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 9 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 9 years ago

Laravel 5 author trait

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

0 Likes
Solved
replied 9 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 9 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.

© 2024 Laravel.io - All rights reserved.