<?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>Paulund</title>
	<atom:link href="https://paulund.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>https://paulund.co.uk</link>
	<description>Web Development tutorials and snippets for WordPress, Laravel, Javascript, CSS</description>
	<lastBuildDate>Sat, 03 Mar 2018 12:12:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.7.5</generator>
	<item>
		<title>Disable Validation Redirect In Laravel</title>
		<link>https://paulund.co.uk/disable-validation-redirect-in-laravel</link>
		<comments>https://paulund.co.uk/disable-validation-redirect-in-laravel#respond</comments>
		<pubDate>Sat, 03 Mar 2018 12:12:30 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Laravel]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15269</guid>
		<description><![CDATA[In a previous tutorial we investigated how to validate requests in Laravel by using form request objects in your controller. You can view this tutorial by using this link How...]]></description>
				<content:encoded><![CDATA[<p>In a previous tutorial we investigated how to validate requests in Laravel by using form request objects in your controller. You can view this tutorial by using this link How To Validate Requests In Laravel. This form object allows you to place all the validation rules in a single place making it very easy to reuse these in other requests. We also learnt how we can get the validated data out of...</p>
<p><a href="https://paulund.co.uk/disable-validation-redirect-in-laravel" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/disable-validation-redirect-in-laravel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organising PHP Exception Classes</title>
		<link>https://paulund.co.uk/organising-php-exception-classes</link>
		<comments>https://paulund.co.uk/organising-php-exception-classes#respond</comments>
		<pubDate>Sat, 24 Feb 2018 08:39:22 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15239</guid>
		<description><![CDATA[In this tutorial we're going to investigate how we can organise PHP exception classes better in PHP. In PHP you have a lot of options for exception classes each allow...]]></description>
				<content:encoded><![CDATA[<p>In this tutorial we're going to investigate how we can organise PHP exception classes better in PHP. In PHP you have a lot of options for exception classes each allow you to catch different error states and provide a message back to the user. You can see a list of default exceptions on php.net exceptions. To use PHP exceptions you will normally wrap the code you're executing in a try catch. try {...</p>
<p><a href="https://paulund.co.uk/organising-php-exception-classes" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/organising-php-exception-classes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laravel Resource Test Template</title>
		<link>https://paulund.co.uk/laravel-resource-test-template</link>
		<comments>https://paulund.co.uk/laravel-resource-test-template#respond</comments>
		<pubDate>Thu, 15 Feb 2018 10:21:50 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=14919</guid>
		<description><![CDATA[If you've used Laravel for some time you'll understand the use of the Controller Resource. It's a quick way of defining the functionality of a controller done to the core...]]></description>
				<content:encoded><![CDATA[<p>If you've used Laravel for some time you'll understand the use of the Controller Resource. It's a quick way of defining the functionality of a controller done to the core 7 functions. Index Create Store Show Edit Update Delete I'm a big fan of defining your controllers in this matter as it keeps your controllers simple and defined. Therefore this is a template I try to keep to when creating new...</p>
<p><a href="https://paulund.co.uk/laravel-resource-test-template" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/laravel-resource-test-template/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRY Create And Update Laravel Form Requests</title>
		<link>https://paulund.co.uk/dry-create-and-update-laravel-form-requests</link>
		<comments>https://paulund.co.uk/dry-create-and-update-laravel-form-requests#respond</comments>
		<pubDate>Mon, 12 Feb 2018 09:25:54 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15224</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/dry-create-and-update-laravel-form-requests/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Files For February 2018</title>
		<link>https://paulund.co.uk/free-files-for-february-2018</link>
		<comments>https://paulund.co.uk/free-files-for-february-2018#respond</comments>
		<pubDate>Fri, 02 Feb 2018 07:04:41 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15216</guid>
		<description><![CDATA[Each month the Envato marketplace brings you free premium files, here's the free files for February 2018. Envato is a web marketplace where you can get premium files for different...]]></description>
				<content:encoded><![CDATA[<p>Each month the Envato marketplace brings you free premium files, here's the free files for February 2018. Envato is a web marketplace where you can get premium files for different areas of your website. My favourite marketplaces are the script marketplace CodeCanyon and the theme marketplace ThemeForest. Here are the files which you can get for free in February 2018. Super Interactive Maps for...</p>
<p><a href="https://paulund.co.uk/free-files-for-february-2018" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/free-files-for-february-2018/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Sass With NPM</title>
		<link>https://paulund.co.uk/compiling-sass-with-npm</link>
		<comments>https://paulund.co.uk/compiling-sass-with-npm#respond</comments>
		<pubDate>Sun, 14 Jan 2018 19:41:09 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Sass]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15203</guid>
		<description><![CDATA[In this tutorial we're going to look at how we can compile SASS using a NPM package. The package that we're going to use to compile the SASS is called...]]></description>
				<content:encoded><![CDATA[<p>In this tutorial we're going to look at how we can compile SASS using a NPM package. The package that we're going to use to compile the SASS is called node-sass. This is a node package that will bind node.js to LibSass this allows you to compile native scss files into CSS. First we need to install the the node-sass into our project. You can do this by using the following command. npm install...</p>
<p><a href="https://paulund.co.uk/compiling-sass-with-npm" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/compiling-sass-with-npm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Files For January 2018</title>
		<link>https://paulund.co.uk/free-files-for-january-2018</link>
		<comments>https://paulund.co.uk/free-files-for-january-2018#respond</comments>
		<pubDate>Mon, 01 Jan 2018 09:03:34 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15193</guid>
		<description><![CDATA[Happy New Year! Each month the Envato marketplace brings you free premium files, here's the free files for January 2018. Envato is a web marketplace where you can get premium...]]></description>
				<content:encoded><![CDATA[<p>Happy New Year! Each month the Envato marketplace brings you free premium files, here's the free files for January 2018. Envato is a web marketplace where you can get premium files for different areas of your website. My favourite marketplaces are the script marketplace CodeCanyon and the theme marketplace ThemeForest. Here are the files which you can get for free in January 2018. FlipBook 98...</p>
<p><a href="https://paulund.co.uk/free-files-for-january-2018" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/free-files-for-january-2018/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laravel Command To Import Into Algolia</title>
		<link>https://paulund.co.uk/laravel-command-to-import-into-algolia</link>
		<comments>https://paulund.co.uk/laravel-command-to-import-into-algolia#respond</comments>
		<pubDate>Sat, 30 Dec 2017 14:07:13 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Laravel]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15170</guid>
		<description><![CDATA[In the previous article we investigated how you can use Algolia with Laravel to create a realtime search. In this tutorial we learnt about the Laravel Scout command of import...]]></description>
				<content:encoded><![CDATA[<p>In the previous article we investigated how you can use Algolia with Laravel to create a realtime search. In this tutorial we learnt about the Laravel Scout command of import that allows you to import an entire Model data into the Algolia index. But there is a problem with this approach as it will just grab all the data for this model and import it into Algolia. As you can see we're doing this...</p>
<p><a href="https://paulund.co.uk/laravel-command-to-import-into-algolia" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/laravel-command-to-import-into-algolia/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laravel &#038; VueJS Algolia Search</title>
		<link>https://paulund.co.uk/laravel-vuejs-algolia-search</link>
		<comments>https://paulund.co.uk/laravel-vuejs-algolia-search#respond</comments>
		<pubDate>Wed, 27 Dec 2017 09:53:34 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Laravel]]></category>
		<category><![CDATA[VueJS]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15102</guid>
		<description><![CDATA[I wanted to use an Algolia search box on my website and found that they've already done a lot of the hard work for me, by creating the vue-instantsearch package....]]></description>
				<content:encoded><![CDATA[<p>I wanted to use an Algolia search box on my website and found that they've already done a lot of the hard work for me, by creating the vue-instantsearch package. This allows me to quickly hook into the Algolia API and query the index for the results in real time. The problem I had is the vue instant search library will on page load make a blank search to the index and show the last 20 items in the...</p>
<p><a href="https://paulund.co.uk/laravel-vuejs-algolia-search" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/laravel-vuejs-algolia-search/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip To Speed Up Your Laravel Tests</title>
		<link>https://paulund.co.uk/quick-tip-to-speed-up-your-laravel-tests</link>
		<comments>https://paulund.co.uk/quick-tip-to-speed-up-your-laravel-tests#respond</comments>
		<pubDate>Sun, 24 Dec 2017 07:28:46 +0000</pubDate>
		<dc:creator><![CDATA[Paul]]></dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">https://paulund.co.uk/?p=15152</guid>
		<description><![CDATA[Here is a quick tip that will speed up your Laravel unit tests straight from Taylor Otwell (the creator of Laravel). Update your CreatesApplication trait to include this Hash::setRounds call...]]></description>
				<content:encoded><![CDATA[<p>Here is a quick tip that will speed up your Laravel unit tests straight from Taylor Otwell (the creator of Laravel). Update your CreatesApplication trait to include this Hash::setRounds call and then compare the speed difference in running your tests. 🚀 pic.twitter.com/WKGUOgyTCI — Taylor Otwell 🏄‍♂️ (@taylorotwell) December 19, 2017 For this change you just need to edit the...</p>
<p><a href="https://paulund.co.uk/quick-tip-to-speed-up-your-laravel-tests" rel="external nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://paulund.co.uk/quick-tip-to-speed-up-your-laravel-tests/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
