<?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>Umesh Pandit - Bay20 Software</title>
	<atom:link href="https://www.bay20.com/author/umesh/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.bay20.com</link>
	<description>An e-Commerce Solution Provider</description>
	<lastBuildDate>Fri, 13 Nov 2020 05:59:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Run Magento 2 Command On Root Directory With PHP Script</title>
		<link>https://www.bay20.com/run-magento-2-command-on-root-directory-with-php-script/</link>
		
		<dc:creator><![CDATA[Umesh Pandit]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 05:58:22 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento2 Tutorial]]></category>
		<guid isPermaLink="false">https://www.bay20.com/?p=6657</guid>

					<description><![CDATA[<p>Follow below instructions to run the magento 2 commands: Create a new file on Magento 2 root directory(command.php). Add the following codes in the newly created file. &#60;?php use Magento\Framework\App\Bootstrap; require 'app/bootstrap.php'; $bootstrap = Bootstrap::create(BP, $_SERVER); $objectManager = $bootstrap->getObjectManager(); $state = $objectManager->get('Magento\Framework\App\State'); $state->setAreaCode('frontend'); //command code here /*shell_exec('your_magento_2_commands');              --OR-- system('your_magento_2_commands'); [&#8230;]</p>
<p>The post <a href="https://www.bay20.com/run-magento-2-command-on-root-directory-with-php-script/">Run Magento 2 Command On Root Directory With PHP Script</a> first appeared on <a href="https://www.bay20.com">Bay20 Software</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
