<?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>CakePhp install Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/cakephp-install/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/cakephp-install/</link>
	<description>Code Solution</description>
	<lastBuildDate>Fri, 19 Mar 2021 18:23:22 +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>CakePhp install Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/cakephp-install/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install cakephp</title>
		<link>https://codeplaners.com/how-to-install-cakephp/</link>
					<comments>https://codeplaners.com/how-to-install-cakephp/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 19 Mar 2021 09:00:03 +0000</pubDate>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[CakePhp install]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=513</guid>

					<description><![CDATA[<p>In this article , we will show you install of CakePHP 4 with composer. Through Composer it is simple and easy to install CakePHP. minimum PHP version that we need to install is PHP 7.3. Install Composer Watch link composer Install CakePHP Open Your cmd and set htdocs directory on your XAMPP server to Install &#8230; <a href="https://codeplaners.com/how-to-install-cakephp/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install cakephp"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-cakephp/">How to install cakephp</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article , we will show you install of CakePHP 4 with composer. Through Composer it is simple and easy to install CakePHP.  minimum PHP version that we need to install is PHP 7.3.</p>
<h3>Install Composer</h3>
<p>Watch link <a style="color:red;" target="_blank" href="https://codeplaners.com/how-to-install-composer/" rel="noopener noreferrer">composer</a></p>
<h3>Install CakePHP</h3>
<p>Open Your cmd and set htdocs directory on your XAMPP server to Install CakePHP 4<br />
<img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/cakephpcmd.png" alt="Install CakePHP 4" ></p>
<p>Now Run the following command to install CakePhp 4</p>
<pre class="brush: php; title: ; notranslate">composer create-project --prefer-dist cakephp/app:4.0.3 cakephp4</pre>
<p>installation is complete, use localhost to open your project in browser.</p>
<p>The Path for the same is http://localhost/cakephp4.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/suss.png" alt="Install CakePHP 4" ></p>
<p>Please be at liberty to comment below, problems if you face – we are here to solve your problems.</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-cakephp/">How to install cakephp</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-cakephp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
