<?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>WordPress Laravel Integration Archives - Pete Panel</title>
	<atom:link href="https://staging.deploypete.com/category/wordpress-laravel-integration/feed/" rel="self" type="application/rss+xml" />
	<link>https://deploypete.com/category/wordpress-laravel-integration/</link>
	<description>The fastest local-to-cloud environment for WordPress, Laravel, and modern PHP projects.</description>
	<lastBuildDate>Fri, 16 Dec 2022 00:37:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://staging.deploypete.com/wp-content/uploads/2020/09/cropped-PeteIconPro-32x32.png</url>
	<title>WordPress Laravel Integration Archives - Pete Panel</title>
	<link>https://deploypete.com/category/wordpress-laravel-integration/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Deploy a WordPress Laravel Integration using Pete&#8217;s superpowers</title>
		<link>https://staging.deploypete.com/deploy-a-wordpress-laravel-integration-using-petes-superpowers/</link>
					<comments>https://staging.deploypete.com/deploy-a-wordpress-laravel-integration-using-petes-superpowers/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 15 Dec 2022 20:15:40 +0000</pubDate>
				<category><![CDATA[WordPress Laravel Integration]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26946</guid>

					<description><![CDATA[<p>Let&#8217;s start this tutorial after having done this: Handling woocommerce orders from Laravel using Pete’s superpowers Then migrate our saveaplaya site to a WordPress Pete in production. To know how to do this, read this tutorial: Migrate your WordPress site to the cloud using WordPress Pete Lets create a fresh git repository to our Laravel [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/deploy-a-wordpress-laravel-integration-using-petes-superpowers/">Deploy a WordPress Laravel Integration using Pete&#8217;s superpowers</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Let&#8217;s start this tutorial after having done this: <a href="/2022/12/14/handling-woocommerce-orders-from-laravel-using-petes-superpowers/">Handling woocommerce orders from Laravel using Pete’s superpowers</a></p>
<p>Then migrate our saveaplaya site to a WordPress Pete in production. To know how to do this, read this tutorial: <a href="/2022/12/06/migrate-your-wordpress-site-to-the-cloud-using-wordpress-pete/">Migrate your WordPress site to the cloud using WordPress Pete</a></p>
<p>Lets create a fresh git repository to our Laravel app woodashboard following the steps in the images below</p>
<p>Then let&#8217;s install the WordPress+Laravel Pete plugin</p>
<p>Copy and paste the GIT repository URL starting with https://</p>
<p>Fill all the fields according </p>
<p>Now browse to the WordPress Laravel integration</p>
<p>To update the Laravel app from development you just have to push to the repository and then pull from the terminal in the cloud installation</p>
<p>The post <a href="https://staging.deploypete.com/deploy-a-wordpress-laravel-integration-using-petes-superpowers/">Deploy a WordPress Laravel Integration using Pete&#8217;s superpowers</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/deploy-a-wordpress-laravel-integration-using-petes-superpowers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Handling woocommerce orders from Laravel using Pete&#8217;s superpowers</title>
		<link>https://staging.deploypete.com/handling-woocommerce-orders-from-laravel-using-petes-superpowers/</link>
					<comments>https://staging.deploypete.com/handling-woocommerce-orders-from-laravel-using-petes-superpowers/#respond</comments>
		
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Wed, 14 Dec 2022 11:48:36 +0000</pubDate>
				<category><![CDATA[WordPress Laravel Integration]]></category>
		<guid isPermaLink="false">https://staging.deploypete.com/?p=26882</guid>

					<description><![CDATA[<p>1. Let&#8217;s start by creating a new WordPress and Laravel integration from WordPress Pete. 2. For this tutorial, we will use Laravel 8, and the name of our Laravel app will be woodashboard. You must have previously imported a WordPress site. 3. We can verify everything is OK by clicking on the link to see [&#8230;]</p>
<p>The post <a href="https://staging.deploypete.com/handling-woocommerce-orders-from-laravel-using-petes-superpowers/">Handling woocommerce orders from Laravel using Pete&#8217;s superpowers</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>1. Let&#8217;s start by creating a new WordPress and Laravel integration from WordPress Pete.</p>
<p>2. For this tutorial, we will use Laravel 8, and the name of our Laravel app will be woodashboard. You must have previously <a href="https://staging.deploypete.com/2018/11/03/migrate-a-wordpress-site-to-wordpresspete/">imported a WordPress site</a>.</p>
<p>3. We can verify everything is OK by clicking on the link to see the examples. </p>
<p>4. After this, it is a good idea to familiarize yourself with the structure of how your files look. Open the WordPress Pete installation folder with your favorite text editor. Since I am old school, I use TextMate.</p>
<ul>
<li>The WordPress Pete installation folder name is saveaplaya</li>
<li>The name of the WordPress site folder is saveaplayapetelocalnet</li>
<li>The name of the Laravel app integrated into WordPress is woodashboard</li>
<li>Inside woodasboard you can find all the files of the Laravel app.</li>
</ul>
<p>The integration Pete does of WordPress and Laravel is clean. That means all WordPress and Laravel files are complete, and you can update each app to its latest versions without breaking the integration. Cool right?</p>
<p>5. To create a controller in Laravel from the terminal, you must enter the apache container in docker. For this, go to the installation guide of your operating system and copy the command to enter the apache container in docker.</p>
<p>6. Now, browse the Laravel app folder and run the command to create a controller.</p>
<p>After this, we copy and paste this code into our WooDashboard controller.</p>
<p>7. Now we create the Laravel view </p>
<p>8. Now we declare the route for this action</p>
<p>9. Now we can see the list of woocommerce orders from Laravel</p>
<p>The post <a href="https://staging.deploypete.com/handling-woocommerce-orders-from-laravel-using-petes-superpowers/">Handling woocommerce orders from Laravel using Pete&#8217;s superpowers</a> appeared first on <a href="https://staging.deploypete.com">Pete Panel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://staging.deploypete.com/handling-woocommerce-orders-from-laravel-using-petes-superpowers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
