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

Change "laravel/framework": "~4.3.*" to "laravel/framework": "~5.0" in your composer.json

Last updated 1 year ago.
0

I solved a similar issue by changing the require section of composer.json file as follows:

"require": {
    "laravel/framework": "~5.0",
    "illuminate/html": "~5.0" //if you want to use HTML and Form
},

Regards,

Last updated 1 year ago.
0

it doesn't work

http://laravel.io/bin/EdDzN

Last updated 1 year ago.
0

JeffreyWay's generators are still expecting the next release to be 4.3, not 5.0... You'll have to remove them or something.

There are already 2 pending pull requests on his GitHub though...

Last updated 1 year ago.
0

Jeffrey has just updated the generators, try using "way/generators": "~3.0" now...

Last updated 1 year ago.
0

Resolved. Thanks!

usm4n said:

I solved a similar issue by changing the require section of composer.json file as follows:

"require": {
   "laravel/framework": "~5.0",
   "illuminate/html": "~5.0" //if you want to use HTML and Form
},

Regards,

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

keevitaja keevitaja Joined 2 Feb 2014

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.