The framework itself is composed of a series of packages. You can update it by running
composer update
kguner said:
composer update
that's for updating laravel/framework, the skeleton needs to be updated by hand
zenry said:
kguner said:
composer update
that's for updating
laravel/framework, the skeleton needs to be updated by hand
so there isn't a way to update it automagically? i guess i'll stick to cloning the repo :)
alainbelez said:
zenry said:
kguner said:
composer update
that's for updating
laravel/framework, the skeleton needs to be updated by handso there isn't a way to update it automagically? i guess i'll stick to cloning the repo :)
well that would be hard because you would change those files for your own project.
How can I upgrade laravel from 4.0 to 4.1? ;-(
Found it: http://laravel.com/docs/upgrade 7-Mar-2014
@christoferd, please don't revive old threads, create your own new one instead.
Cheers.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.