Support the ongoing development of Laravel.io →

PhiloNL

Joined 10 Jan 2014

Statistics

Threads 0
Replies 3
Solutions 2
Articles 0

philonl has not posted any threads yet

replied 9 years ago

"No input file specified." with Laravel Forge

Have you tried rebooting your server?

0 Likes
replied 9 years ago

Strange registration error

You need to define which fields are fillable: http://laravel.com/docs/eloquent#mass-assignment

0 Likes
Solved
replied 9 years ago

Convert returned collection to the actual model

$temp = <ModelName>::where('slug', $id)->first();

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.