Checking laravel version in a shared hosting server
Hey Guys
SO i commissioned a developer to upgrade a laravel version to the latest version on a shared hosting server
They claim to have done it, composer.json shows the latest version. Is there a way someone can fake update to a version? I am about to pay them but not sure how to be 100% they have performed the upgrade
@screwtape_mk it would require manually changing the files in vendor. You can always run composer update to ensure they are up to date and not manually changed
@screwtape_mk what version was updated, from what to what. If it was a major update like a 7 to 8, you need to verify they also updated laravel not just the framework. Laravel is manually updated and the framework gets updated / upgraded via composer update.
I certainly wouldn't hire a developer to do an update on an external server. You need your code in version control and that will allow you monitor every line of code that is added to your codebase.
What level of developer would even contemplate upgrading a live server without first building an off-line version and committing changes to source control?