In your composer.json file change line:
"laravel/framework": "5.0.*@dev",
to:
"laravel/framework": "5.0.*",
and then from your command line run:
composer update
And, as always, before doing this make a copy of your laravel installation.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community