From f6d2b8627d57c9ec329480b6a9a9e8e69fa4cdf5 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 20 Jun 2019 11:58:21 +0200 Subject: [PATCH] cleanup php section --- store.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/store.json b/store.json index 58a4842..018d0c5 100644 --- a/store.json +++ b/store.json @@ -523,14 +523,9 @@ "url": "https://www.php.net/manual/en/" }, { - "title": "PHP for beginners", - "desc": "We all start somewhere. When it comes to web development with PHP, well, your first stop is this series. Designed specifically and exclusively for beginners, here, you'll learn the fundamentals of PHP - all the way down to defining variables and arrays.", - "url": "https://laracasts.com/series/php-for-beginners" - }, - { - "title": "Learn PHP in Y Minutes", - "desc": "A quick short overview of PHP utilizing most of the spec.", - "url": "https://learnxinyminutes.com/docs/php/" + "title": "Laracasts", + "desc": "Learn practical, modern web development, through expert screencasts on Laravel, Vue, and so much more.", + "url": "https://laracasts.com" }, { "title": "An online book for learning PHP", @@ -576,11 +571,6 @@ "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" } ] },