<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeIgniter install Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/codeigniter-install/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/codeigniter-install/</link>
	<description>Code Solution</description>
	<lastBuildDate>Wed, 17 Mar 2021 09:54:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>CodeIgniter install Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/codeigniter-install/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install CodeIgniter 4</title>
		<link>https://codeplaners.com/how-to-install-codeigniter-4/</link>
					<comments>https://codeplaners.com/how-to-install-codeigniter-4/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 17 Mar 2021 09:52:32 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[CodeIgniter 4 install]]></category>
		<category><![CDATA[CodeIgniter install]]></category>
		<category><![CDATA[composer]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=495</guid>

					<description><![CDATA[<p>CodeIgniter 4 PHP version 7.3 or newer is required, with the *intl* extension and *mbstring* extension installed. The earlier version requires a minimum PHP 5.3 version or higher. In this article, I show how you install the Codeigniter 4 project Enable extensions Manual Install Using composer Run Step 1:- Enable extensions Open php.ini file to &#8230; <a href="https://codeplaners.com/how-to-install-codeigniter-4/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install CodeIgniter 4"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-4/">How to install CodeIgniter 4</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>CodeIgniter 4 PHP version 7.3 or newer is required, with the *intl* extension and *mbstring* extension installed. The earlier version requires a minimum PHP 5.3 version or higher.</p>
<p>In this article, I show how you install the Codeigniter 4 project</p>
<ol>
<li>Enable extensions</li>
<li>Manual Install</li>
<li>Using composer</li>
<li>Run</li>
</ol>
<h3>Step 1:- Enable extensions</h3>
<p>Open <strong>php.ini</strong> file to enable <strong>intl</strong> and <strong>mbstring</strong> extension.<br />
Search extension in the file.</p>
<pre class="brush: php; title: ; notranslate">
extension=intl.dll
extension=mbstring.dll
</pre>
<p>Remove semicolon <strong>(;)</strong> if exists to enable the extension.<br />
Restart xampp server.</p>
<h3>Step 2:- Manual Install</h3>
<ol>
<li>Download CodeIgniter 4 zip file from <a style="color:red;" href="https://codeigniter.com/download">here.</a></li>
<li>Copy in the <strong>htdocs/</strong> folder and extract it.</li>
<li>Rename the folder (e.g. codeigniter4).</li>
</ol>
<h3>Step 3:- Using composer</h3>
<p><strong>Run the following command</strong></p>
<pre class="brush: php; title: ; notranslate">
composer create-project codeigniter4/appstarter project-root
</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/cmdcdi.jpg" alt="install CodeIgniter 4 with composer"></p>
<h3>Step 4:- Run</h3>
<p>Run the project <strong>public/</strong> folder.</p>
<pre class="brush: php; title: ; notranslate">http://localhost/YOUR_FOLDER_NAME/public/</pre>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-4/">How to install CodeIgniter 4</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-codeigniter-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
