I do receive a chalenging task to migrate a old legacy cakephp 2 app to laravel 5.2.
The two must coexist and work togheter, while all modules are migrated to laravel because it is a large app.
Is it possible/feasible? the auth session credentials can be transported to laravel auth session easily?
What kind of traps you can find int this proccess? and how can i avoid them?
I have only found these steps : http://laravel.io/forum/09-08-2014-strategy-for-migrating-a-large-cakephp-project-to-laravel?page=1#reply-28620
Anyone already done this before ?.
CakePHP – As CakePHP is mainly preferred for small projects it is also not considered for data backup and handling tasks. It is not good in terms of data backup and handling used in web development projects. In comparison to CakePHP, Laravel is a better choice in terms of data back and handling.
Key differences between Laravel and CakePHPLaravel works on the object-oriented model, while CakePHP works on the document-oriented database model. Laravel is based on Model View Controller (MVC) architecture, while CakePHP has implemented on the Hierarchical Model View Controller (HMVC) architecture.
Is CakePHP easy to learn? CakePHP is a powerful open-source PHP framework that is easy to learn.
The by far most logical solution would be to transfer the entire application over to Laravel at once. However, if that's not a possibility, it should still be possible. If you keep sessions in Redis, they'll of course be accessible by both applications. The main issues might be:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With