Should I Shift from Laravel 4 to Laravel 5 for My New Project
I've use L4 in my old project, for about 1.5 years. Now I'm facing new project, should I shift to L5 ? How long it will be to learn L5, are there any major change happen from L4 to L5 that make it difficult to shift ?
Answer
Now or in the future you are likely to migrate from Laravel 4 to Laravel 5. Why not give it a shot right now? Laravel has good migration documentation. Areas where care needs to be taken are marked in red notes.
Laravel also has upgrade path documentation from 4.2. I would highly recommend setting up a virtual machine (VM) with your environment, taking a snapshot of the VM, and performing the upgrade in the VM until you get comfortable. Note down steps on a piece of paper. Revert the snapshot to bring the VM back to the state it was before the upgrade and follow the steps you had written down. Once successful, perform the migration on the main system (and take backups before you begin).
Check out Laravel 5's release notes here to get a better understanding of the changes: http://laravel.com/docs/5.0/releases#laravel-5.0.
The level of difficulty is medium (not too hard, not too easy), I feel.
Related Questions
- → "failed to open stream" error when executing "migrate:make"
- → October CMS Plugin Routes.php not registering
- → OctoberCMS Migrate Table
- → OctoberCMS Rain User plugin not working or redirecting
- → October CMS Custom Mail Layout
- → October CMS - How to correctly route
- → October CMS - Conditionally Load a Different Page
- → Make a Laravel collection into angular array (octobercms)
- → In OctoberCMS how do you find the hint path?
- → How to register middlewares in OctoberCMS plugin?
- → Validating fileupload(image Dimensions) in Backend Octobercms
- → OctoberCMS Fileupload completely destroys my backend
- → How do I call the value from another backed page form and use it on a component in OctoberCms