Stapler - File Uploads Built Into Your ORM

June 12 2014, 5:55pm

"Stapler works by attaching file uploads to database table records. This is done by defining attachments inside the table's corresponding model and then assigning uploaded files (from your forms) as properties on the model before saving it." Includes hooks for processing attachments and manipulating images. There's a great laravel-specific package available with additional integration.