Support the ongoing development of Laravel.io →
thomasedwards

thomasedwards

Joined 21 Mar 2014

Statistics

Threads 5
Replies 8
Solutions 2
Articles 0

Pagination, whether or not to render in Blade based on query

I’ve got an admin-type page that allows the use to either Browse using pagination through all cours...

0 Likes
1 Replies

Laravel 5: Passing through validated input to model after FormRequest

Apologies this is on 5, and I know things are likely to change at any given moment, but I think this...

0 Likes
2 Replies
Solved
posted 11 years ago

Call to a member function make() on a non-object

When I run phpunit: PHP Fatal error: Call to a member function make() on a non-object in vendor/lar...

0 Likes
0 Replies

Log out a user during a test

When writing tests, I can be a user: $user = User::find(1); $this->be($user); But, for a few tes...

0 Likes
5 Replies
posted 11 years ago

How can I make a column nullable that already exists?

I don't want to drop and re-create the the column, but I need to now make it nullable. There doesn't...

0 Likes
2 Replies
replied 11 years ago

Unable to access FormData

There’s a lot going on here so it’s hard to follow – I’d try breaking it down bit by bit until it wo...

0 Likes
replied 11 years ago

Laravel 5: Passing through validated input to model after FormRequest

Thanks TerrePorter, that’s more than helpful! Went with $request->all() and works perfectly.

0 Likes
replied 11 years ago

Log out a user during a test

Dammit, so obvious. Yep that worked! Thanks DrPrez

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.