Support the ongoing development of Laravel.io →
digitalformula

digitalformula

Joined 8 Feb 2014

Statistics

Threads 17
Replies 23
Solutions 7
Articles 0

Getting useless Exception message since composer update

Since running 'composer update' to go from Laravel 5.0 to 5.1 I'm getting useless info when my app t...

0 Likes
4 Replies
Solved

Laravel Forge w/ AWS & IAM

What specific AWS IAM permissions are required for Laravel Forge deployments?

0 Likes
0 Replies
posted 10 years ago

Customise text when using ->lists?

Hi, I have this: return( Self::orderBy( 'name', 'asc' )->lists( 'name', 'id' ) ); That works but...

0 Likes
0 Replies

Eloquent create says column has no default value

In Laravel 5.1 I've setup my models and added the $fillable array like I usually would. My User mod...

0 Likes
15 Replies

Why does Laravel Elixir with gulp remove some of my CSS?

I have the following in my stylesheet (generated by Gradient.app): div.home_block_clients { backgr...

0 Likes
1 Replies
Solved
replied 10 years ago

Manually install Laravel/Composer packages?

astroanu said: what do you mean ? How did you try to install? I mean install Composer packages wit...

0 Likes
replied 11 years ago

->take() producing no results

Yeah, I posted the exact code. The criteria was matching correctly. The error turned out to be comp...

0 Likes
replied 11 years ago

When will a session *really* expire? Using Cartalyst Sentry.

spekkionu said: I think to do that you would need to remove the session yourself. IE after a certai...

0 Likes
replied 11 years ago

How to redirect inside view

Try this: return Redirect::route('home');

0 Likes
replied 11 years ago

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

Working now - needed to this: $download_path = ( public_path() . '/attachments/' . $asset->attach...

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.

© 2026 Laravel.io - All rights reserved.