Amazon Best Products with minimum price

Monday 2 October 2017

CodeIgniter 4 (Big Move for the Future)

CodeIgniter is a PHP full-stack  Web Framework that is light, fast, flexible, easy to implement, easy to setup, rich library and Secure. If you want to know more information, about the CodeIgniter Framework please click HERE for further details about CodeIgniter.

CodeIginiter Framework which was originally developed by EllisLab was adopted by BCIT(British Columbia Institute of Technology).

CodeIgniter Community has already launched their current version which is 3.x but there are many competitor of Codeigniter framework and Now days everyone needs to be updated for better opportunity.

So, CodeIgniter had compared to Laravel fewer changes to score with developers, because the competitor framework's functionality and coding style were always a bit better.

Now the good news for Codeigniter Framework Developers i.e Codeigniter4 Development version is already launched.




BIG MOVE FOR THE FUTURE:

In the official CodeIgniter forum, Already announced on 26-06-2016 that the first milestone of CI4 has now been achieved. Now CodeIgniter Community Launched the Development version of CI4 for there Developers.

For Downloading the CI4  Development Version and the documentation please click HERE, Please note this is the development version so this is not finished yet.

The Big Change to the previous version is that there is now a public directory, for the security related reason it is necessary to the separation of application/Framework and public (JS, CSS, Images etc). The document root will no longer be placed in the root directory of CodeIgniter, but Now in the public Folder.

vhost configuration now looms  like this:

<VirtualHost *:80>
ServerName codeigniter4.local
DocumentRoot /var/www/vhosts/codeigniter4.local/public/
</VirtualHost>

SIGNIFICANT CHANGES:

Now the minimum requirement for the PHP interpreter was set relatively high.So for the Installation and Operation PHP > 7.0 is required.

CI4 is now ready for database migration and seeds like Laravel PHP Framework. So the deployment itself and also deploying changes is now  much easier, because database adjustment no longer do this manually. Now this will happen by automatically.

INSTALLATION:

The Most interesting part now CI Developers can Install the CodeIgniter by Composer (Like Laravel) and Manually.

For the Installing , Configuration and the CodeIgniter4 Tutorial please wait for my New Post.

Thank You.

Do leave your comments down below in case of any query..

1 comment: