Support the ongoing development of Laravel.io →
jayhealey

jayhealey

Joined 26 Feb 2014

Statistics

Threads 1
Replies 28
Solutions 5
Articles 0

How to apply validation on a file from the local file system

I wanted to apply validation to files that already exist on the local file system, just using the st...

0 Likes
0 Replies
replied 11 years ago

Saving logic in a controller

Code like this doesn't belong in a controller or a model. You could use the Repository pattern, whic...

0 Likes
replied 11 years ago

Undefined namespace Eloquent Sluggable

First thing is to check if the dependancy installed properly. Look in your vendor directory for Cvie...

0 Likes
Solved
replied 11 years ago

Parameter based routing

One simple change - add $slug to the anonymous function parameters: Route::get('/{slug}', function($...

0 Likes
replied 11 years ago

Route / Model Binding for 300+ Tables

If I remember correctly, the only reason Laravel-4-Generators is 5.4 is because it uses short-hand a...

0 Likes
replied 11 years ago

where docs on File helper like `File::exists($myfile)`

The documentation/API doesn't cover every single class or function. Dig into the code, you'll find t...

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.