←back to thread

105 points robbyrussell | 1 comments | | HN request time: 0s | source
Show context
kiririn ◴[] No.45073990[source]
Still maintaining a Laravel 3 project. Barely made it 2 years before maintainability became a nightmare and the only upgrade path was complete rewrite. Projects written without an opinionated framework easily sail past 10 years of comfy maintainability
replies(5): >>45074063 #>>45074210 #>>45074585 #>>45075184 #>>45076069 #
noir_lord ◴[] No.45076069[source]
In Laravel's Defence (words I never though I'd say) the L3 -> L4 transistion was a nightmare because he went to PSR4/rewrote a bunch of stuff, I got bit by it as well.

All subsequent upgrades have been easier (if not always easy) by comparison - it was kind of a one time thing.

replies(1): >>45077536 #
1. Implicated ◴[] No.45077536[source]
4.2 -> 5 is a problem. Pretty sure official docs recommend creating a new application and porting it rather than trying to perform a 4.2 -> 5 upgrade.