CodeIgniter Forums
Should i wait for production release? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Should i wait for production release? (/showthread.php?tid=72930)

Pages: 1 2


Should i wait for production release? - darksider - 03-01-2019

As the title says, I am starting a new project it's like a multi-author blog.

So, I was thinking to use the latest CodeIgniter 4 beta release to get all the new perks and in future, I don't have to migrate from ci 3 to ci 4.

Migrating from CI 3 to CI 4 is nearly impossible so my question is can I easily migrate from CI 4 beta release to final release?


RE: Should i wait for production release? - InsiteFX - 03-02-2019

It's not for production, but if the site is going to be yours and you do not mind
doing all the upgrade and update stuff then use it at your own risk.


RE: Should i wait for production release? - php_rocs - 03-02-2019

@darksider,

When are you looking to release the multi-author blog?


RE: Should i wait for production release? - darksider - 03-06-2019

(03-02-2019, 07:27 PM)php_rocs Wrote: @darksider,

When are you looking to release the multi-author blog?

Me and my friend just started working on it using CI 3. We have of features in mind so it will take some time.

- Theme Support
- Plugins Support
- Built in Rest API
- Markdown Support
- User Roles
- User Levels and Rewards System Based on The Posts.


RE: Should i wait for production release? - php_rocs - 03-06-2019

@darksider,

In my opinion, if you looking to have a release this year then CI3 would probably be my first choice. Why, because it is proven and very stable. That being said, I would, however limit the COOL features and have a -no more features- lock it down (other then security fixes) date with the understanding that I would be moving to CI4 in the near future.


RE: Should i wait for production release? - EvilMoe - 03-17-2019

What would be easier? Upgrade from CI4 Beta to final or CI3 to CI4 final?


RE: Should i wait for production release? - dave friend - 03-17-2019

(03-17-2019, 12:00 PM)EvilMoe Wrote: What would be easier? Upgrade from CI4 Beta to final or CI3 to CI4 final?

CI4 Beta to final will be easier.


RE: Should i wait for production release? - scalla - 03-17-2019

This seem like a personal project, so I'll say go with ci4 cus migrating from 3 to 4 after the project is completed wouldn't be fun at all.
Just make sure you keep track of ingoing changes on ci4


RE: Should i wait for production release? - marionOxiwiz - 06-26-2019

One of my customer wants to develop an application in CI 4 but he hesitates because he readed that actual beta version contains too bug to use in production. Confirm you it ?


RE: Should i wait for production release? - includebeer - 06-28-2019

CI4 is not ready for production yet. If it's for a really small project and you want to release it soon, use CI3. But for a big project that will take several months to develop, I would use CI4.