Support the ongoing development of Laravel.io →
Installation Configuration Packages
Last updated 1 year ago.
0

Run a composer update. This fixed the issue for another user

http://laravel.io/forum/02-02-2015-getting-symfony-deprecation...

0

I had the same problem (using the latest dev-version).

Change the following in composer.json:

"require": {
		"laravel/framework": "~5.0"
	},

to:

"require": {
		"laravel/framework": "5.0.*@dev"
	},

then run both:

composer update
php artisan optimize

The 5.* branch is not released officially, so probably shouldn't be used in production yet. Taylor will release L5 in just a few hours, probably also fixing this issue :)

0

Thanks a lot, that fixed the problem diden't even need php artisan optimize.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Pab89 pab89 Joined 2 Feb 2015

Moderators

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.