Support the ongoing development of Laravel.io →
digitalformula

digitalformula

Joined 8 Feb 2014

Statistics

Threads 17
Replies 23
Solutions 7
Articles 0

Manually install Laravel/Composer packages?

I've got some Laravel packages from @Cartalyst (I have a subscription). I've downloaded the package...

0 Likes
13 Replies

Laravel 5 - Exception during login after user registration

I'm using the built-in L5 authentication mechanisms but am getting the following exception after a u...

0 Likes
1 Replies

Best practice for modifying composer packages

Hi all, I'm using Cartalyst's Sentry 2 (works great) with L4 but I need to add a relationship so tha...

0 Likes
1 Replies

->take() producing no results

I'm getting a bunch of rows, like this: $raw = DB::table( 'objects' )->where( 'user_id', $user_id...

0 Likes
2 Replies
posted 11 years ago

Response::download says "file does not exist" (but it does)

Hi all - I've got this in my app: $download_path = URL::to( '/attachments/' ) . '/' . $item->atta...

0 Likes
1 Replies
Solved
replied 9 years ago

Input::hasFile() returning false while Input::file() gives all the information about file

TerrePorter said: A couple thoughts, What about the 'upload_max_filesize'or 'post_max_size' php.ini...

0 Likes
replied 9 years ago

Getting useless Exception message since composer update

Resolved. It's got nothing to do with Laravel in itself - it's the method I was using to log errors...

0 Likes
Solved
replied 9 years ago

Getting useless Exception message since composer update

This is still happening. Laravel used to throw helpful errors, but it doesn't anymore. Why? [Fri O...

0 Likes
replied 9 years ago

Getting useless Exception message since composer update

I'm pretty sure the SuperClosure package allows closures to be serialized (although I have no idea w...

0 Likes
replied 10 years ago

Eloquent create says column has no default value

smadeira said: I believe the error message indicates that $setting has no values in it which is why...

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.