<?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>config codeigniter Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/config-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/config-codeigniter/</link>
	<description>Code Solution</description>
	<lastBuildDate>Sun, 14 Feb 2021 16:31:26 +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>config codeigniter Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/config-codeigniter/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install Codeigniter in localhost</title>
		<link>https://codeplaners.com/how-to-install-codeigniter-in-localhost/</link>
					<comments>https://codeplaners.com/how-to-install-codeigniter-in-localhost/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 14 Oct 2020 07:01:45 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[ci install]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[codeigniter install localhost]]></category>
		<category><![CDATA[codeigniter installation]]></category>
		<category><![CDATA[config codeigniter]]></category>
		<category><![CDATA[database config ci]]></category>
		<category><![CDATA[localhost]]></category>
		<guid isPermaLink="false">http://localhost/codeplaners/?p=259</guid>

					<description><![CDATA[<p>This post was last updated on February 14th, 2021 at 04:31 pmCodeigniter Installation Instructions Setp  1)  Unzip the Codeigniter package file. Setp  2)  When you unzip the files Upload the CodeIgniter folders and files to your local server htdocs folder. The index.php file will be at your root. Setp 3)  Open the application/config/config.php file with a text &#8230; <a href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install Codeigniter in localhost"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/">How to install Codeigniter in localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="last-modified">This post was last updated on February 14th, 2021 at 04:31 pm</p><h4>Codeigniter Installation Instructions</h4>
<p><strong>Setp  1)</strong>  Unzip the Codeigniter package file.</p>
<p><strong>Setp  2)  </strong>When you unzip the files Upload the CodeIgniter folders and files to your local server htdocs folder. The <em>index.php</em> file will be at your root.</p>
<p><strong>Setp 3)  </strong>Open the <em>application/config/config.php</em> file with a text editor whatever you are using subline, dreamviewer, notepad++ etc, then set your base URL. If you intend to use encryption or sessions, set your encryption key.</p>
<p><strong>Setp  4)  </strong>If you intend to use a database, open the <em>application/config/database.php</em> file with a text editor whatever you are using subline, dreamviewer, notepad++ etc, orset your database settings.</p>
<p>&nbsp;</p>
<p>Now we are going step by step installing the codeignator or showing you how can we are install the codeignator on our local server so please read the complete article seriously.</p>
<p><strong>Step 5)</strong> Open the following URL in your browser <a href="https://codeigniter.com/">https://codeigniter.com/</a></p>
<p>Click on the below button download link to the latest version of the CI framework.</p>
<p><a href="https://codeigniter.com/"><img decoding="async" loading="lazy" class="aligncenter" src="https://codeplaners.com/wp-content/uploads/2020/10/download.png" width="294" height="98" /></a></p>
<p><strong>Step 6)</strong> Clicking the above link will download the framework as a zipped folder. Unzip the contents of CodeIgniter-v4.0.4.zip</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/01-5.jpg" /></p>
<p><strong>Step 7)</strong> Then download the file you extract the your local host directory then you extract the zip. You can follow the following steps to start your project. Create a new directory in on your development drive, e.g, C:\xampp\htdocs\codeigniter</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/02-4.jpg" /></p>
<p><strong>Step 8) </strong>Now you see the config file in the directory</p>
<pre> C:\xampp\htdocs\codeigniter\application\config/config.php</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/03-6.jpg" /></p>
<p><strong>Step 9)  </strong>Then you going to the edit file you find the this php code after the you enter the your localhost server url directory.</p>
<pre> $config['base_url'] = ‘http://localhost’;</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/04-2.jpg" /></p>
<p><strong>Step 10) </strong>After then you need to establish the connectivity to your database. Go to the path application/config/database.php file. now you go to the these folder follow the directory</p>
<pre> application/config/database.php</pre>
<p>then edit the text editor and set your database settings.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/ci-database.jpg" /></p>
<p><strong>Step 11) </strong>Created the database in phpmyadmin or place the database name in database.php file in your text editor you edit the file.</p>
<pre>$db['default'] = array(
	'dsn'	=&gt; '',
	'hostname' =&gt; 'localhost',
	'username' =&gt; 'root',
	'password' =&gt; '',
	'database' =&gt; 'enter your database name here...',
	'dbdriver' =&gt; 'mysqli',
	'dbprefix' =&gt; '',
	'pconnect' =&gt; FALSE,
	'db_debug' =&gt; (ENVIRONMENT !== 'production'),
	'cache_on' =&gt; FALSE,
	'cachedir' =&gt; '',
	'char_set' =&gt; 'utf8',
	'dbcollat' =&gt; 'utf8_general_ci',
	'swap_pre' =&gt; '',
	'encrypt' =&gt; FALSE,
	'compress' =&gt; FALSE,
	'stricton' =&gt; FALSE,
	'failover' =&gt; array(),
	'save_queries' =&gt; TRUE
);</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/05-1.jpg" /></p>
<p><strong>Step 12) </strong>That&#8217;s finish the setup codeigniter now you run the your folder directory or you see codeignator is working fine on your browser screen.</p>
<p>Load the following URL into your browser</p>
<pre> http://localhost/codeigniter</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/ci-browser.jpg" /></p>
<p>We hope you are understand the read complete article installing the codeigniter on local server.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/">How to install Codeigniter in localhost</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-in-localhost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
