php - Update Laravel 4 to newer version by using composer -
php - Update Laravel 4 to newer version by using composer -
i'm using laravel 4, , example, there new version. allow say, laravel 4.2. can update laravel 4 setting composer.json , using composer command? don't want configure files manually when there newer version.
composer.json:
"require": { "laravel/framework": "4.2.*@dev" },
in cmd:
composer update
is right way?
that correct, although need check official documentation , follow official upgrade guide, there still couple of files might need alter manually depending upon version upgrading from.
php laravel-4
Comments
Post a Comment