From 0f228df1389dfa298591130a08325571fc8bf3b7 Mon Sep 17 00:00:00 2001 From: DanEnglishby Date: Sat, 23 May 2020 10:17:35 +0100 Subject: [PATCH] Amended resources, added article link Amended Resources.md, added link to CRUD article --- resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources.md b/resources.md index 4cadbf87bd5..c7f9a505544 100755 --- a/resources.md +++ b/resources.md @@ -13,6 +13,7 @@ ## Helpful Articles 1. [Gentle Explanation of 'this keyword in JavaScript](http://rainsoft.io/gentle-explanation-of-this-in-javascript/) +2. [Build a Laravel CRUD Application from scratch](https://www.codewall.co.uk/laravel-crud-demo-with-resource-controller-tutorial/) ## Projects and Ideas 1. [FreeCodeCamp](https://www.freecodecamp.com)