Hi everyone!
I have a new client who has a website made with laravel 3.2.12, He wants to update it.
However, I can't find any documentation on laravel 3.2.12, and my client wants some changes ASAP.
Then, I'll update it to 5.5 later.
Does anyone knows where I can find doc for 3.12?
Thanks!
I'm not familiar with 3.x versions, but I don't think, there exists such upgrade guide. If your client app isn't very complicated, just rewrite. If you need help, I am available for new projects :)
@laurent1979 My advice to you is to start with a fresh install of Laravel 5.5 (it should be released very soon) laravel new laravel55 --dev and start over with the old project as a reference. Believe me, it will save you time over the course of the project. Otherwise, you will spend a lot of time trying to upgrade without any easy solutions. It will frustrate you to attempt an upgrade from the old code base. Starting from that new project will make it a whole lot easier and you can easily use the new features in Laravel. If you have tests, then the process will be even easier.
@ejdelmonico
Yea, that's what I plan to do , however, my client wants some things done, so I don't really do as I want to, I need to do what he wants and make money, I explained him already it'll take a while to fully upgrade it, and in the meantime he just wants some stuff done.. So i have to go with 3.2 here, I can't go the easier way.. Wish I could tho, but work isn't always pleasing