From 13fb14c28059b52fc36b815e22cd386e88085615 Mon Sep 17 00:00:00 2001 From: JonasPardon Date: Thu, 20 Jun 2019 09:05:44 +0200 Subject: [PATCH] Add Laracasts to the PHP resources --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index d318e1f..45f9e7e 100644 --- a/store.json +++ b/store.json @@ -571,6 +571,11 @@ "title": "Your code sucks, let's fix it", "desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.", "url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808" + }, + { + "title": "Laracasts", + "desc": "Learn practical, modern web development, through expert screencasts on Laravel, Vue, and so much more.", + "url": "https://laracasts.com" } ] },