From ddb3486a0eeb63bcd3da3a3dc4fd08b517dd6a4d Mon Sep 17 00:00:00 2001 From: a-komarev Date: Mon, 8 Oct 2018 02:52:23 +0300 Subject: [PATCH 01/57] Add Laravel Love package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55721587..4a21a67f 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Proxy](https://github.com/fideloper/TrustedProxy) - Handling sessions when behind load balancers or other intermediaries. * [Laravel Video Chat](https://github.com/PHPJunior/laravel-video-chat) - Video Chat using Socket.IO and WebRTC * [Widgets for Laravel](https://github.com/arrilot/laravel-widgets) - A powerful alternative to view composers. +* [Laravel Love](https://github.com/cybercog/laravel-love) - It lets people express how they feel about the content. React on Eloquent models with Likes or Dislikes. ##### Media & Document Management From cec198727ac0985a79e7b4d57f40505758f08732 Mon Sep 17 00:00:00 2001 From: Davide Bellini Date: Tue, 23 Oct 2018 00:01:50 +0200 Subject: [PATCH 02/57] Added RunCloud as application hosting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55721587..fb0e0d56 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Cloudways](https://www.cloudways.com/en/laravel-hosting.php) * [Ploi](https://ploi.io/) * [CodePier](https://codepier.io?ref=awesome-laravel) +* [RunCloud](https://runcloud.io/) ## Application Deployment From 414c0db703f3750729c045b704ec7c055f13a5ba Mon Sep 17 00:00:00 2001 From: jl9404 Date: Tue, 30 Oct 2018 23:36:39 +0800 Subject: [PATCH 03/57] Add grimzy/laravel-mysql-spatial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55721587..e0666cee 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Tenanti](https://github.com/orchestral/tenanti) - Multi-tenant database schema manager * [Laravel Repository](https://github.com/andersao/l5-repository) - Repositories to abstract the database layer * [Lada Cache](https://github.com/spiritix/lada-cache) - A Redis based, fully automated and scalable database cache layer +* [Laravel MySQL Spatial extension](https://github.com/grimzy/laravel-mysql-spatial) - easily work with MySQL Spatial Data Types and MySQL Spatial Functions ##### Search From 66695ec39070a4ddc1c50e967a570758f18eda15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Fri, 2 Nov 2018 14:20:35 +0100 Subject: [PATCH 04/57] paginateroute is abandonned Source: https://github.com/spatie/laravel-paginateroute --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 55721587..edb8dcc9 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Talk](https://github.com/nahid/talk) - Realtime User messaging system * [Laravel Messenger](https://github.com/cmgmyr/laravel-messenger) - User messaging system * [Laravel Moderation](https://github.com/hootlex/laravel-moderation) - Approve or reject resources like posts, comments, users, etc. -* [Laravel Paginateroute](https://github.com/spatie/laravel-paginateroute) - Use Laravel's paginator without the query string * [Laravel URL Signer](https://github.com/spatie/laravel-url-signer) - Create and validate signed URLs with a limited lifetime * [Laravel Tags](https://github.com/spatie/laravel-tags) - Add tags and taggable behaviour * [Laravel Stats Tracker](https://github.com/antonioribeiro/tracker) - Gather information from requests to identify and store From 92c49b65235aa497af52941323b9c18729c7dd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Fri, 2 Nov 2018 14:21:52 +0100 Subject: [PATCH 05/57] Laravel URL Signer is abandonned Laravel URL Signer is abandonned. Source: https://github.com/spatie/laravel-url-signer --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 55721587..0c82d7b3 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Messenger](https://github.com/cmgmyr/laravel-messenger) - User messaging system * [Laravel Moderation](https://github.com/hootlex/laravel-moderation) - Approve or reject resources like posts, comments, users, etc. * [Laravel Paginateroute](https://github.com/spatie/laravel-paginateroute) - Use Laravel's paginator without the query string -* [Laravel URL Signer](https://github.com/spatie/laravel-url-signer) - Create and validate signed URLs with a limited lifetime * [Laravel Tags](https://github.com/spatie/laravel-tags) - Add tags and taggable behaviour * [Laravel Stats Tracker](https://github.com/antonioribeiro/tracker) - Gather information from requests to identify and store * [Listify](https://github.com/lookitsatravis/listify) - Add sorting/ordering capabilities to any Eloquent model From 17e9aa4a2be0df6eb7853ea6e1f9ee629b9dd72a Mon Sep 17 00:00:00 2001 From: mishu Date: Thu, 8 Nov 2018 09:57:50 +0200 Subject: [PATCH 06/57] adds Laravel Enso to the Starter Projects section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55721587..e7cb6fdb 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Zero - Console application](https://github.com/laravel-zero/laravel-zero) * [Apiato](https://github.com/apiato/apiato) * [Laravel Adminpanel - A Laravel 5 Adminpanel](https://github.com/viralsolani/laravel-adminpanel) +* [Laravel Enso - SPA Admin Panel built with Bulma, VueJS and Laravel](https://github.com/laravel-enso/enso) ## Codebases for Reference From 81836166c2d0f295e72f997a8162bebfcd88aa8e Mon Sep 17 00:00:00 2001 From: Maxolex Togolais Date: Wed, 21 Nov 2018 20:43:37 +0000 Subject: [PATCH 07/57] Update README.md Add Laravel Telescope And Laravel Nova to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55721587..3d6d610f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Terminal](https://github.com/recca0120/laravel-terminal) - run artisan in a web browser * [Laravel API Tester](https://github.com/asvae/laravel-api-tester) - Postman-like tool with Laravel routes * [Laravel Tail](https://github.com/spatie/laravel-tail) - The missing tail command +* [Larvel Telescope](https://github.com/laravel/telescope) - Laravel Telescope is an elegant debug assistant for the Laravel framework ##### Authentication & Authorization @@ -138,6 +139,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Proxy](https://github.com/fideloper/TrustedProxy) - Handling sessions when behind load balancers or other intermediaries. * [Laravel Video Chat](https://github.com/PHPJunior/laravel-video-chat) - Video Chat using Socket.IO and WebRTC * [Widgets for Laravel](https://github.com/arrilot/laravel-widgets) - A powerful alternative to view composers. +* [Laravel Nova](https://nova.laravel.com/) - Nova is a beautifully designed administration panel for Laravel ##### Media & Document Management From 849bc6c6c0fd28eb8daa279af84a3e820c923665 Mon Sep 17 00:00:00 2001 From: Iman Date: Mon, 26 Nov 2018 15:51:39 +0330 Subject: [PATCH 08/57] Added laravel-heyman package Added laravel-heyman package. Created by the author of laravel-widgetize Note that this package is somewhat unique, that it complements the work of other ACL packages (like laratrust, Bouncer and etc.) In other words, it is not a re-invention of the already invented wheel. ;-) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0f7b85e..ac20b08c 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel User Verification](https://github.com/jrean/laravel-user-verification) - Handle the user verification flow and validate email * [Adldap2 Laravel](https://github.com/Adldap2/Adldap2-Laravel) - LDAP authentication and Active Directory management * [Doorman](https://github.com/clarkeash/doorman) - Limit access to your Laravel applications by using invite codes +* [Laravel Heyman](https://github.com/imanghafoori1/laravel-heyman) - Heyman just continues where the other role&permission packages left off ##### Utilities From 0c227ad1e88c5a80e578840555f104bc314c20d2 Mon Sep 17 00:00:00 2001 From: BePsvPT Date: Tue, 27 Nov 2018 21:10:14 +0800 Subject: [PATCH 09/57] add bepsvpt/secure-headers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55721587..e6229e14 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Proxy](https://github.com/fideloper/TrustedProxy) - Handling sessions when behind load balancers or other intermediaries. * [Laravel Video Chat](https://github.com/PHPJunior/laravel-video-chat) - Video Chat using Socket.IO and WebRTC * [Widgets for Laravel](https://github.com/arrilot/laravel-widgets) - A powerful alternative to view composers. +* [Secure Headers](https://github.com/BePsvPT/secure-headers) - Add security related headers to HTTP response ##### Media & Document Management From 6888061be159c06a4ef2e8b75af630e63cacbdd7 Mon Sep 17 00:00:00 2001 From: Alefe Souza Date: Mon, 3 Dec 2018 14:04:26 -0200 Subject: [PATCH 10/57] Add alefesouza/laravel-vue-boilerplate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55721587..c0de8172 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Zero - Console application](https://github.com/laravel-zero/laravel-zero) * [Apiato](https://github.com/apiato/apiato) * [Laravel Adminpanel - A Laravel 5 Adminpanel](https://github.com/viralsolani/laravel-adminpanel) +* [Laravel Vue Boilerplate](https://github.com/alefesouza/laravel-vue-boilerplate) ## Codebases for Reference From 6cfe8a7d8c01c32c3a43bf318f547bb391576fc4 Mon Sep 17 00:00:00 2001 From: Adi SK Date: Wed, 5 Dec 2018 12:42:03 +0530 Subject: [PATCH 11/57] Added LaravelLinks to misc category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55721587..e60fd4cb 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ## Miscellaneous * [CodeCanyon](https://codecanyon.net/tags/laravel?term=laravel) - Paid scripts and plugins +* [LaravelLinks](https://telegram.me/laravellinks) - A Telegram Channel dedicated to sharing great Laravel Resources ## Contributing From cdf77362ee5cdbd75767ee847250e908a7554eea Mon Sep 17 00:00:00 2001 From: Iman Date: Wed, 19 Dec 2018 10:30:30 +0330 Subject: [PATCH 12/57] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac20b08c..96a670a0 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel User Verification](https://github.com/jrean/laravel-user-verification) - Handle the user verification flow and validate email * [Adldap2 Laravel](https://github.com/Adldap2/Adldap2-Laravel) - LDAP authentication and Active Directory management * [Doorman](https://github.com/clarkeash/doorman) - Limit access to your Laravel applications by using invite codes -* [Laravel Heyman](https://github.com/imanghafoori1/laravel-heyman) - Heyman just continues where the other role&permission packages left off +* [Laravel Heyman](https://github.com/imanghafoori1/laravel-heyman) - Heyman continues where the above role-permission packages left off ##### Utilities From 1bacbf774b714aa0ebc552a5ba46a610cce38772 Mon Sep 17 00:00:00 2001 From: Adi SK Date: Fri, 21 Dec 2018 06:38:55 +0530 Subject: [PATCH 13/57] Added LaravelCollections.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e60fd4cb..cb78bd10 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ## Miscellaneous * [CodeCanyon](https://codecanyon.net/tags/laravel?term=laravel) - Paid scripts and plugins +* [Laravel Collections](https://laravelcollections.com) - Every Laravel Developers Goto Resource Site * [LaravelLinks](https://telegram.me/laravellinks) - A Telegram Channel dedicated to sharing great Laravel Resources ## Contributing From f498ad470ad3fc14d3e9889caba5b2b8c19e0d39 Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Sat, 26 Jan 2019 23:16:21 +0000 Subject: [PATCH 14/57] Update requirements --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea0199f7..6f82451f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ Contributions are welcome, and are accepted via pull requests. Please review the ## Must haves for Packages, Starter Projects, Codebases etc. -- 200 stars on Github. -- Support Laravel 5.1 LTS or higher. +- 300+ stars on GitHub. +- Support Laravel 5.5 LTS or higher. - Use [PSR-4](http://www.php-fig.org/psr/psr-4/) autoloader. - Packages must be listed on [Packagist](https://packagist.org/). - Packages must have also had 10,000 downloads. From c3755514685c1db5e29fdd237d5425bd8a254351 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sun, 27 Jan 2019 09:56:33 +0700 Subject: [PATCH 15/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..cde3d95f 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ## Application Deployment +* [Deployer](https://deployer.org/) - A deployment tool with support for Laravel out of the box * [Envoyer](https://envoyer.io/) - Zero down-time Deployer for PHP & Laravel projects * [Rocketeer](https://github.com/rocketeers/rocketeer) - Task runner and deployment package From d26b9f37ccff77d54c3dfb3e9ff700f1bf95bdf6 Mon Sep 17 00:00:00 2001 From: Amadeusz Annissimo Date: Tue, 29 Jan 2019 08:08:33 +0000 Subject: [PATCH 16/57] Added Matt Stauffer's examples of using Illuminate components This may not be strictly a 'production' codebase, but it's a good project that can be used as a reference. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..7dac60c6 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Monica](https://github.com/monicahq/monica) - Personal relationship management system * [Snipe-IT](https://github.com/snipe/snipe-it) - IT asset/license management system * [Akaunting](https://github.com/akaunting/akaunting) - Accounting software for small businesses and freelancers +* [Torch](https://github.com/mattstauffer/Torch) - Examples of using each Illuminate component in non-Laravel applications ## Content Management Systems From c80b387bb3d064cfd1771747f2507a380d8a2767 Mon Sep 17 00:00:00 2001 From: Tanbir chowdhury Date: Wed, 27 Feb 2019 13:41:16 +0600 Subject: [PATCH 17/57] Added laravel Bangladesh Community --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..91d9ec05 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Global Community](https://www.facebook.com/groups/group.laravel/) * [Laravel Russia](https://laravel.ru/) ([VK group](http://m.vk.com/laravel_rus)) * [Laravel France](https://laravel.fr/) +* [Laravel Bangladesh](https://www.facebook.com/groups/LaravelBanglaDesh/) * [Laravel Indonesia](http://id-laravel.com/) ([Facebook group](https://www.facebook.com/groups/laravel/), [Telegram](https://t.me/laravelindonesia)) * [Laravel Brasil](http://www.laravel.com.br/) ([Facebook group](https://www.facebook.com/groups/laravelbrasil/), [Slack](http://slack.laravel.com.br), [Telegram](https://telegram.me/laravelbr), [Google+](https://plus.google.com/communities/116661672628675028624), [GitHub](https://github.com/laravelbrasil)) * [Laravel Turkey](http://www.laravel.gen.tr/) ([Facebook group](https://www.facebook.com/groups/laravelturkiye/)) From f7f6c5eecd386a8b3d7caebae200f9c421896dd0 Mon Sep 17 00:00:00 2001 From: Neil M Date: Tue, 5 Mar 2019 21:11:54 +0000 Subject: [PATCH 18/57] Add Pixelfed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..408a48de 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Monica](https://github.com/monicahq/monica) - Personal relationship management system * [Snipe-IT](https://github.com/snipe/snipe-it) - IT asset/license management system * [Akaunting](https://github.com/akaunting/akaunting) - Accounting software for small businesses and freelancers +* [Pixelfed](https://github.com/pixelfed/pixelfed) - A free and ethical photo sharing platform, powered by ActivityPub federation ## Content Management Systems From c0515d4fc3692f3dde08fc509d83ec8e5db1c59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=99=BA=E8=B6=85?= Date: Thu, 28 Mar 2019 17:39:11 +0800 Subject: [PATCH 19/57] folkloreinc graphql is no longuer maintained [https://github.com/folkloreinc/laravel-graphql#this-package-is-no-longuer-maintained-please-use-rebinggraphql-laravel-or-other-laravel-graphql-packages](https://github.com/folkloreinc/laravel-graphql#this-package-is-no-longuer-maintained-please-use-rebinggraphql-laravel-or-other-laravel-graphql-packages) As folkloreinc/laravel-graphql readme says "This package is no longuer maintained", and this repository has been archived. But rebing/graphql-laravel can instead it almost perfect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d60d0b..fda54f11 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Dingo API](https://github.com/dingo/api) - Multi-purpose toolkit for developing RESTful APIs * [Laravel CORS](https://github.com/barryvdh/laravel-cors) - Add CORS (Cross-Origin Resource Sharing) headers support * [Laravel Fractal](https://github.com/spatie/laravel-fractal) - Output complex, flexible, AJAX/RESTful data structures with Fractal -* [Laravel GraphQL](https://github.com/Folkloreatelier/laravel-graphql) - Supports Relay, eloquent models, validation and GraphiQL +* [Laravel GraphQL](https://github.com/rebing/graphql-laravel) - Supports Relay, eloquent models, validation and GraphiQL * [Lighthouse](https://github.com/nuwave/lighthouse) - An up and coming GraphQL library for Laravel * [Laravel Responder](https://github.com/flugger/laravel-responder) - Build custom API responses with Fractal From 019a15407912619b29e686e9195a7f2386a2c4f5 Mon Sep 17 00:00:00 2001 From: Andrew Schmelyun Date: Wed, 17 Apr 2019 12:56:19 -0400 Subject: [PATCH 20/57] Adds larametrics to monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..f6e93351 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Horizon](https://github.com/laravel/horizon) - Monitor and configure queues with a simple web UI * [Laravel Failed Job Monitor](https://github.com/spatie/laravel-failed-job-monitor) - Get notified when a queued job fails * [Laravel Uptime Monitor](https://github.com/spatie/laravel-uptime-monitor) - A powerful and easy to configure uptime and ssl monitor +* [Larametrics](https://github.com/aschmelyun/larametrics) - A self-hosted metrics and notifications platform for Laravel apps ##### Localization From 7036db1070d10c93017149868e12989430bde755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=85=8B?= Date: Wed, 24 Apr 2019 13:19:48 +0800 Subject: [PATCH 21/57] Add Laravolt Avatar Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..4d8cad00 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Stapler](https://github.com/CodeSleeve/laravel-stapler) - ORM-based file upload manager * [Laravel Excel](https://github.com/Maatwebsite/Laravel-Excel) - Import and export Excel and CSV files * [Fast Excel](https://github.com/rap2hpoutre/fast-excel) - Fast XLSX, CSV and ODT import and export for Laravel +* [Laravolt Avatar](https://github.com/laravolt/avatar) - Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless. ##### Integration with Javascript From 8e4fdda64e58cfd589c000511e3ed1ed410374ae Mon Sep 17 00:00:00 2001 From: Jinva Date: Sun, 5 May 2019 09:33:05 +0800 Subject: [PATCH 22/57] add page cache tool Caches responses as static files on disk for lightning fast page loads. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..5e46df3c 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Purifier](https://github.com/mewebstudio/purifier) - HTML filter * [Revisionable](https://github.com/VentureCraft/revisionable) - Create a revision history for Eloquent models * [SEOTools](https://github.com/artesaos/seotools) - Helpers for some common SEO techniques +* [Page Cache](https://github.com/JosephSilber/page-cache) - Caches responses as static files on disk for lightning fast page loads * [Laravel Setting](https://github.com/anlutro/laravel-settings) - Persistent configuration settings that are stored in JSON files * [Friendship](https://github.com/hootlex/laravel-friendships) - Friendship management system * [Teamwork](https://github.com/mpociot/teamwork) - User to team associations with an invite system From 9bbab28cc0ed256473310592875b20ca16bcb869 Mon Sep 17 00:00:00 2001 From: LaraShout <43721886+LaraShout@users.noreply.github.com> Date: Mon, 20 May 2019 12:41:38 +0100 Subject: [PATCH 23/57] larashout link added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..c0377900 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [KernelDev](https://www.kerneldev.com/category/web-development/laravel/) * [Pusher Laravel Tutorials](https://pusher.com/tutorials?tag=Laravel) * [Josip Crnkovic](https://crnkovic.me/tag/laravel/) +* [LaraShout](https://larashout.com/) ## Videos From 3fdece5c73f9f1aabd0d146a32bca81c937a7d97 Mon Sep 17 00:00:00 2001 From: Cristian Tabacitu Date: Tue, 30 Jul 2019 10:05:34 +0300 Subject: [PATCH 24/57] Fix typo Larcaon to Laracon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66d60d0b..7427ffda 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laracon US 2018](https://www.youtube.com/watch?v=3eyftAR5ilo&list=PL-yJve--iT5oM2LgF37VXsBb8Os4ZulIc) * [Laracon EU 2017](https://www.youtube.com/watch?v=JPxhnRh1Rr8&list=PLMdXHJK-lGoBFZgG2juDXF6LiikpQeLx2) -* [Larcaon US 2017](https://streamacon.com/video/laracon-us-2017) +* [Laracon US 2017](https://streamacon.com/video/laracon-us-2017) * [Laracon EU 2016](https://www.youtube.com/playlist?list=PLMdXHJK-lGoCMkOxqe82hOC8tgthqhHCN) * [Laracon US 2016](https://streamacon.com/video/laracon-us-2016) * [Laracon EU 2015](https://www.youtube.com/playlist?list=PLMdXHJK-lGoA9SIsuFy0UWL8PZD1G3YFZ) From a2d59e2102a89a7ece531a561a1418374bbc5016 Mon Sep 17 00:00:00 2001 From: wmhello <871228582@qq.com> Date: Thu, 1 Aug 2019 23:24:07 +0800 Subject: [PATCH 25/57] laravel_template_with_vue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d60d0b..eeb6dfae 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Adminpanel - A Laravel 5 Adminpanel](https://github.com/viralsolani/laravel-adminpanel) * [Laravel Vue Boilerplate](https://github.com/alefesouza/laravel-vue-boilerplate) * [Laravel Enso - SPA Admin Panel built with Bulma, VueJS and Laravel](https://github.com/laravel-enso/enso) +* [laravel_template_with_vue - SPA Admin Panel built with Element-ui、 VueJS 、Laravel and laravel-echo-server ](https://github.com/wmhello/laravel_template_with_vue) ## Codebases for Reference From 909344f60c7533fe503332eb7287aae9da38d378 Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Sun, 4 Aug 2019 00:10:55 +0100 Subject: [PATCH 26/57] Increase star requirements --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f82451f..474c85b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,12 +4,11 @@ Contributions are welcome, and are accepted via pull requests. Please review the ## Must haves for Packages, Starter Projects, Codebases etc. -- 300+ stars on GitHub. +- 400+ stars on GitHub. - Support Laravel 5.5 LTS or higher. - Use [PSR-4](http://www.php-fig.org/psr/psr-4/) autoloader. - Packages must be listed on [Packagist](https://packagist.org/). - Packages must have also had 10,000 downloads. -- Tests! - Utilize [Travis-CI](https://travis-ci.org/) or similar CI tools to automatically check coding standards and run tests. ## Adding to the list of Popular Packages From 5457b2d553791ca31d36e49e316a29609deb88de Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Sun, 4 Aug 2019 00:29:16 +0100 Subject: [PATCH 27/57] Minor clean up and URL changes --- README.md | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0eaa413e..b679f5e3 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ## Books -* [Laravel Starter](https://www.packtpub.com/web-development/laravel-starter) by Shawn McCool +* [Laravel Starter](https://www.amazon.com/Laravel-Starter-Shawn-McCool-ebook/dp/B00ABFQ0AS) by Shawn McCool * [Laravel: Code Happy](https://leanpub.com/codehappy) by Dayle Rees * [Laravel: Code Bright](https://leanpub.com/codebright) by Dayle Rees * [Laravel: Code Smart](https://leanpub.com/codesmart) by Dayle Rees @@ -386,7 +386,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Design Patterns with PHP and Laravel](https://leanpub.com/larasign) by Kelt Dockins * [Mastering Laravel](https://www.packtpub.com/web-development/mastering-laravel) by Christopher John Pecoraro * [How to Build Real-Time Laravel Apps with Pusher](http://pusher-community.github.io/real-time-laravel/) by Pusher -* [Learning Laravel's Eloquent](https://www.packtpub.com/web-development/learning-laravel%E2%80%99s-eloquent) by Francesco Malatesta +* [Learning Laravel's Eloquent](https://www.amazon.com/Learning-Laravels-Eloquent-Francesco-Malatesta-ebook/dp/B00YSILQ6C) by Francesco Malatesta * [Laravel 5 Learn Easy](https://leanpub.com/laravel5learneasy) by Sanjib Sinha * [Laravel and AngularJS](https://leanpub.com/laravel-and-angularjs) by Daniel Schmitz and Daniel Pedrinha Georgii * [Laravel Collections Unraveled](https://leanpub.com/laravelcollectionsunraveled) by Jeff Madsen @@ -421,10 +421,10 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [REST API With Lumen](https://github.com/hasib32/rest-api-with-lumen) * [Laravel Zero - Console application](https://github.com/laravel-zero/laravel-zero) * [Apiato](https://github.com/apiato/apiato) -* [Laravel Adminpanel - A Laravel 5 Adminpanel](https://github.com/viralsolani/laravel-adminpanel) +* [Laravel Adminpanel](https://github.com/viralsolani/laravel-adminpanel) * [Laravel Vue Boilerplate](https://github.com/alefesouza/laravel-vue-boilerplate) -* [Laravel Enso - SPA Admin Panel built with Bulma, VueJS and Laravel](https://github.com/laravel-enso/enso) -* [laravel_template_with_vue - SPA Admin Panel built with Element-ui、 VueJS 、Laravel and laravel-echo-server ](https://github.com/wmhello/laravel_template_with_vue) +* [Laravel Enso](https://github.com/laravel-enso/enso) +* [Laravel Template with Vue](https://github.com/wmhello/laravel_template_with_vue) ## Codebases for Reference @@ -475,7 +475,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laracasts Forum](https://laracasts.com/discuss) * [Laravel.io Forum](http://laravel.io/forum) -* [Larachat Slack](https://larachat.slack.com/) ([Signup](https://larachat.co/slack)) +* [Larachat Slack](https://larachat.slack.com/) ([Signup](https://larachat.co/register)) * [Gitter](https://gitter.im/laravel/laravel) * [IRC Channel](http://laravel.io/chat) * [StackOverflow](http://stackoverflow.com/questions/tagged/laravel) @@ -494,26 +494,25 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Russia](https://laravel.ru/) ([VK group](http://m.vk.com/laravel_rus)) * [Laravel France](https://laravel.fr/) * [Laravel Bangladesh](https://www.facebook.com/groups/LaravelBanglaDesh/) -* [Laravel Indonesia](http://id-laravel.com/) ([Facebook group](https://www.facebook.com/groups/laravel/), [Telegram](https://t.me/laravelindonesia)) -* [Laravel Brasil](http://www.laravel.com.br/) ([Facebook group](https://www.facebook.com/groups/laravelbrasil/), [Slack](http://slack.laravel.com.br), [Telegram](https://telegram.me/laravelbr), [Google+](https://plus.google.com/communities/116661672628675028624), [GitHub](https://github.com/laravelbrasil)) -* [Laravel Turkey](http://www.laravel.gen.tr/) ([Facebook group](https://www.facebook.com/groups/laravelturkiye/)) -* [Laravel Nigeria](http://www.laranaija.com/) ([Facebook group](https://www.facebook.com/groups/laravelnigeria/)) +* [Laravel Indonesia](http://id-laravel.com/) ([Facebook](https://www.facebook.com/groups/laravel/), [Telegram](https://t.me/laravelindonesia)) +* [Laravel Brasil](http://www.laravel.com.br/) ([Facebook](https://www.facebook.com/groups/laravelbrasil/), [Slack](http://slack.laravel.com.br), [Telegram](https://telegram.me/laravelbr), [GitHub](https://github.com/laravelbrasil)) +* [Laravel Turkey](http://www.laravel.gen.tr/) ([Facebook](https://www.facebook.com/groups/laravelturkiye/)) +* [Laravel Nigeria](http://www.laranaija.com/) ([Facebook](https://www.facebook.com/groups/laravelnigeria/)) * [Laravel China](https://phphub.org/) -* [Laravel Taiwan](https://laravel.tw/) ([Facebook group](https://www.facebook.com/groups/laravel.tw/)) +* [Laravel Taiwan](https://laravel.tw/) ([Facebook](https://www.facebook.com/groups/laravel.tw/)) * [Laravel Spanish](http://laraveles.com/foro/) -* [Laravel Korea](https://www.laravel.co.kr/) ([Facebook group](https://www.facebook.com/groups/laravelkorea/)) -* [Laravel Japan](http://laravel.jp/) ([Facebook group](https://www.facebook.com/groups/laravel.jp/)) -* [Laravel Tokyo](https://laravel.tokyo/) ([Facebook group](https://www.facebook.com/groups/laraveltokyo/)) +* [Laravel Korea](https://www.laravel.co.kr/) ([Facebook](https://www.facebook.com/groups/laravelkorea/)) +* [Laravel Japan](http://laravel.jp/) ([Facebook](https://www.facebook.com/groups/laravel.jp/)) * [Laravel Malaysia](https://www.facebook.com/groups/laravel.my/) -* [Laravel Algeria Facebook Group](https://www.facebook.com/groups/LaravelAlgeria/) -* [Laravel Greece](http://www.laravel.gr) ([Facebook page](https://www.facebook.com/laravelgr)) -* [Laravel Middle East](http://laravelme.com/) ([Facebook page](https://www.facebook.com/laravelme)) +* [Laravel Algeria](https://www.facebook.com/groups/LaravelAlgeria/) +* [Laravel Greece](http://www.laravel.gr) ([Facebook](https://www.facebook.com/laravelgr)) +* [Laravel Middle East](http://laravelme.com/) ([Facebook](https://www.facebook.com/laravelme)) * [Laravel Georgia](https://www.facebook.com/groups/laravel.georgia/) * [Laravel Italy](http://laravel-italia.it) -* [Laravel Viet Nam](https://www.facebook.com/groups/vietnam.laravel/) +* [Laravel Vietnam](https://www.facebook.com/groups/vietnam.laravel/) * [Laravel Slovenia](https://www.facebook.com/groups/laravelslovenija/) * [Laravel Hungary](https://laravel.hu) -* [Laravel Cameroon](https://laravelcm.com/) ([Slack](https://laravelcm.slack.com), [GitHub](https://github.com/laravelcm), [Facebook page](https://www.facebook.com/laravelcm), [Twitter](https://twitter.com/laravelcm)) +* [Laravel Cameroon](https://laravelcm.com/) ([Slack](https://laravelcm.slack.com), [GitHub](https://github.com/laravelcm), [Facebook](https://www.facebook.com/laravelcm), [Twitter](https://twitter.com/laravelcm)) ##### Meetups From 37d6f5bd3cc6174e07fd9b1807405df0b8268f1e Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Sun, 4 Aug 2019 13:47:47 +0100 Subject: [PATCH 28/57] Update links to laracon videos --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b679f5e3..75aa4962 100644 --- a/README.md +++ b/README.md @@ -347,15 +347,17 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ##### Videos -* [Laracon US 2018](https://www.youtube.com/watch?v=3eyftAR5ilo&list=PL-yJve--iT5oM2LgF37VXsBb8Os4ZulIc) -* [Laracon EU 2017](https://www.youtube.com/watch?v=JPxhnRh1Rr8&list=PLMdXHJK-lGoBFZgG2juDXF6LiikpQeLx2) -* [Laracon US 2017](https://streamacon.com/video/laracon-us-2017) +* [Laracon EU 2018](https://www.youtube.com/playlist?list=PLMdXHJK-lGoC64wnqvm6v1R5dsuAV-MpS) +* [Laracon US 2018](https://www.youtube.com/playlist?list=PL-yJve--iT5oM2LgF37VXsBb8Os4ZulIc) +* [Laracon EU 2017](https://www.youtube.com/playlist?list=PLMdXHJK-lGoBFZgG2juDXF6LiikpQeLx2) +* [Laracon US 2017](https://www.youtube.com/playlist?list=PL-yJve--iT5oaLQA6OI8TWLVSOBP1qhs3) * [Laracon EU 2016](https://www.youtube.com/playlist?list=PLMdXHJK-lGoCMkOxqe82hOC8tgthqhHCN) -* [Laracon US 2016](https://streamacon.com/video/laracon-us-2016) +* [Laracon US 2016](https://www.youtube.com/playlist?list=PL-yJve--iT5o9fH_cRY0u6P751pcF59GK) * [Laracon EU 2015](https://www.youtube.com/playlist?list=PLMdXHJK-lGoA9SIsuFy0UWL8PZD1G3YFZ) -* [Laracon EU 2014](http://laracon.eu/2014/#schedule) -* [Laracon US 2014](http://userscape.com/laracon/2014/) -* [Laracon EU 2013](http://laracon.eu/2013/talks/) +* Laracon US 2015 - not recorded +* [Laracon EU 2014](https://www.youtube.com/playlist?list=PLMdXHJK-lGoCYhxlU3OJ5bOGhcKtDMkcN) +* [Laracon US 2014](https://www.youtube.com/channel/UCRawXmZv30Vf_MivyPYb_GQ/videos) +* [Laracon EU 2013](https://www.youtube.com/playlist?list=PLMdXHJK-lGoB-CIVsiQt0WU8WcYrb5eoe) * [Laracon US 2013](https://www.youtube.com/playlist?list=PLkwAlZpjHQbLcox_S_AgGU24QUfKgXayN) ## Books From 84c0ceece6a6790a92270d10562b9574756b571b Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Sun, 4 Aug 2019 14:31:29 +0100 Subject: [PATCH 29/57] Update tutorials and blogs section --- README.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 75aa4962..0dcdab30 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) - [Application Hosting](#application-hosting) - [Application Deployment](#application-deployment) - [Code Snippets](#code-snippets) -- [Articles, Tutorials, Blogs, etc.](#articles-tutorials-blogs-etc) +- [Tutorials & Blogs](#tutorials-blogs) - [Videos](#videos) - [Conferences](#conferences) - [Books](#books) @@ -286,35 +286,25 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel LTS Cheat Sheet ](https://summerblue.github.io/laravel5-cheatsheet/) ([Chinese version](https://cs.phphub.org/)) * [Laravel Tricks](http://laravel-tricks.com/) -## Articles, Tutorials, Blogs etc. +## Tutorials & Blogs +* [Taylor Otwell](http://taylorotwell.com/) * [Tuts+](https://code.tutsplus.com/categories/laravel) -* [SitePoint](https://www.sitepoint.com/php/laravel-php/) * [Medium](https://medium.com/tag/laravel/latest) +* [Laravel Daily](https://laraveldaily.com/) * [Scotch](https://scotch.io/tag/laravel) -* [Taylor Otwell](http://taylorotwell.com/) -* [Digital Ocean](https://www.digitalocean.com/community/search?q=laravel&type=tutorials) +* [Digital Ocean](https://www.digitalocean.com/community/search?q=laravel&primary_filter=newest&type=tutorials) * [Matt Stauffer](https://mattstauffer.co/blog) -* [Mohamed Said](https://themsaid.com/) * [Vegi Bit](https://vegibit.com/tag/laravel/) -* [Andrews Ang](http://blog.kongnir.com/category/laravel-2/) -* [Eric Barnes](https://ericlbarnes.com/tag/laravel/) * [Neon Tsunami](https://www.neontsunami.com/tags/laravel) -* [Stidges](https://blog.stidges.com/) * [Dor.ky](https://dor.ky/tag/laravel/) * [Stillat](https://stillat.com/explore/categories/laravel-5) * [Easy Laravel Book Blog](http://www.easylaravelbook.com/blog/) -* [Laravel Tips](https://laraveltips.wordpress.com/) -* [Codingo Tuts](https://tuts.codingo.me/category/web-development/laravel) * [Laraveles](http://laraveles.com/blog/) (ES) -* [Styde](https://styde.net/cursos/) (ES) -* [Laravel Daily](http://laraveldaily.com/blog/) -* [Freek Van der Herten](https://murze.be/tag/laravel/) +* [Styde](https://styde.net/category/laravel-5/) (ES) * [Cloudways Laravel Blog](http://cloudways.com/blog/laravel) * [Laravel Best Practices](https://github.com/alexeymezenin/laravel-best-practices) -* [KernelDev](https://www.kerneldev.com/category/web-development/laravel/) * [Pusher Laravel Tutorials](https://pusher.com/tutorials?tag=Laravel) -* [Josip Crnkovic](https://crnkovic.me/tag/laravel/) * [LaraShout](https://larashout.com/) ## Videos From 01ccb609004ff171eff8fd63f3cc8a91118ed95f Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Sun, 4 Aug 2019 14:36:16 +0100 Subject: [PATCH 30/57] Minor formatting fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dcdab30..ffa6b75f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) - [Application Hosting](#application-hosting) - [Application Deployment](#application-deployment) - [Code Snippets](#code-snippets) -- [Tutorials & Blogs](#tutorials-blogs) +- [Tutorials & Blogs](#tutorials--blogs) - [Videos](#videos) - [Conferences](#conferences) - [Books](#books) @@ -344,7 +344,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laracon EU 2016](https://www.youtube.com/playlist?list=PLMdXHJK-lGoCMkOxqe82hOC8tgthqhHCN) * [Laracon US 2016](https://www.youtube.com/playlist?list=PL-yJve--iT5o9fH_cRY0u6P751pcF59GK) * [Laracon EU 2015](https://www.youtube.com/playlist?list=PLMdXHJK-lGoA9SIsuFy0UWL8PZD1G3YFZ) -* Laracon US 2015 - not recorded +* Laracon US 2015 * [Laracon EU 2014](https://www.youtube.com/playlist?list=PLMdXHJK-lGoCYhxlU3OJ5bOGhcKtDMkcN) * [Laracon US 2014](https://www.youtube.com/channel/UCRawXmZv30Vf_MivyPYb_GQ/videos) * [Laracon EU 2013](https://www.youtube.com/playlist?list=PLMdXHJK-lGoB-CIVsiQt0WU8WcYrb5eoe) From 90c4ff23d4f7d44296d2e43869798f76d5c78398 Mon Sep 17 00:00:00 2001 From: Gandalf the White Date: Wed, 14 Aug 2019 23:11:08 -0400 Subject: [PATCH 31/57] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..2d146d3f 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel GeoIP](https://github.com/Torann/laravel-geoip) - Determine the location of website visitors based on their IP addresses * [Laravel Hashids](https://github.com/vinkla/laravel-hashids) - Generate unique, non-sequential ids using [Hashids](http://hashids.org/php/) * [Laravel Impersonate](https://github.com/404labfr/laravel-impersonate) - A package to authenticate as one of your users +* [Laravel Mailbox](https://docs.beyondco.de/laravel-mailbox/) - A package to handle incoming emails * [Laravel Markdown](https://github.com/GrahamCampbell/Laravel-Markdown) - CommonMark markdown parser * [Laravel Menu](https://github.com/spatie/laravel-menu) - Html menu generator for Laravel * [Laravel Talk](https://github.com/nahid/talk) - Realtime User messaging system From aa4e26bcf909fcf804b9e235f187e7fd70808cdd Mon Sep 17 00:00:00 2001 From: Andre Sayej Date: Thu, 22 Aug 2019 10:36:50 +0300 Subject: [PATCH 32/57] Added Twill Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. By standardizing common functions without compromising developer control, Twill makes it easy to deliver a feature-rich admin console that focuses on modern publishing needs. Twill is an AREA 17 product. It was crafted with the belief that content management should be a creative, productive, and enjoyable experience for both publishers and developers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..4cb7db4e 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Borgert CMS](https://github.com/odirleiborgert/borgert-cms/) * [PJ Blog](https://github.com/jcc/blog/) * [Laralum](https://github.com/Laralum/Laralum) +* [Twill](https://github.com/area17/twill) ## Podcasts From 7fae0b7713e659debd9341325d3eca2aeeda303d Mon Sep 17 00:00:00 2001 From: Myo Win Thein <20858430+MWT1991@users.noreply.github.com> Date: Mon, 26 Aug 2019 15:57:01 +0630 Subject: [PATCH 33/57] Add laravel_ffmpeg package Add package Laravel FFmpeg under Media & Document Management. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..da576f49 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Excel](https://github.com/Maatwebsite/Laravel-Excel) - Import and export Excel and CSV files * [Fast Excel](https://github.com/rap2hpoutre/fast-excel) - Fast XLSX, CSV and ODT import and export for Laravel * [Laravolt Avatar](https://github.com/laravolt/avatar) - Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless. +* [Laravel FFmpeg](https://github.com/pascalbaljetmedia/laravel-ffmpeg) - This package provides an integration with FFmpeg for Laravel 5.8. ##### Integration with Javascript From 7360f5565e5a5a2bb1aa3ef6c88f563e47caef8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20N=C3=B8rgaard?= Date: Mon, 2 Sep 2019 13:37:06 +0200 Subject: [PATCH 34/57] Added Build an API with Laravel book to books list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..eef3b9a8 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [React Native and Laravel for Future Mobile Development](https://leanpub.com/rn_laravel) by Ega Radiegtya * [Servers for Hackers](https://book.serversforhackers.com) by Chris Fidao * [Full-Stack Vue.js 2 and Laravel 5](https://www.amazon.com/Full-Stack-Vue-js-Laravel-frontend-together/dp/1788299582) by Anthony Gore +* [Build an API with Laravel](https://buildanapi.com) by Wacky Studio ## Starter Projects From ddcde35e8de1e5deb9a5960fdb1c095bdeaa2a08 Mon Sep 17 00:00:00 2001 From: QuintenJustus Date: Tue, 10 Sep 2019 22:52:04 +0200 Subject: [PATCH 35/57] Added Prequel to developer tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..6a7a38f0 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Workbench Export to Migrations](https://github.com/beckenrode/mysql-workbench-export-laravel-5-migrations) - Workbench plugin for exporting Models to Laravel migrations * [Laravel Decomposer](https://github.com/lubusIN/laravel-decomposer) - List all installed packages, their dependencies, app & server details * [LaRecipe](https://github.com/saleem-hadad/larecipe) - Write gorgeous documentations for your products using Markdown inside your Laravel app. +* [Prequel](https://github.com/Protoqol/Prequel/) - A clear and concise database management GUI tweaked for Laravel. ##### Testing & Debugging From 28ac3b851096b40a1ebef42b0202257c474c3235 Mon Sep 17 00:00:00 2001 From: Robert Fridzema Date: Wed, 11 Sep 2019 14:14:19 +0200 Subject: [PATCH 36/57] Added laravel vapor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..469953ee 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Ploi](https://ploi.io/) * [CodePier](https://codepier.io?ref=awesome-laravel) * [RunCloud](https://runcloud.io/) +* [Vapor](https://vapor.laravel.com) ## Application Deployment From bc44ad6c6162776a1a2b3e417fa8d47698f0c141 Mon Sep 17 00:00:00 2001 From: Paul Ayuk Date: Tue, 1 Oct 2019 07:35:23 +0100 Subject: [PATCH 37/57] Update ReadMe Updated the website for laravel nigeria --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa6b75f..25c84288 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Indonesia](http://id-laravel.com/) ([Facebook](https://www.facebook.com/groups/laravel/), [Telegram](https://t.me/laravelindonesia)) * [Laravel Brasil](http://www.laravel.com.br/) ([Facebook](https://www.facebook.com/groups/laravelbrasil/), [Slack](http://slack.laravel.com.br), [Telegram](https://telegram.me/laravelbr), [GitHub](https://github.com/laravelbrasil)) * [Laravel Turkey](http://www.laravel.gen.tr/) ([Facebook](https://www.facebook.com/groups/laravelturkiye/)) -* [Laravel Nigeria](http://www.laranaija.com/) ([Facebook](https://www.facebook.com/groups/laravelnigeria/)) +* [Laravel Nigeria](http://www.laravelnigeria.com/) ([Facebook](https://www.facebook.com/groups/laravelnigeria/)) * [Laravel China](https://phphub.org/) * [Laravel Taiwan](https://laravel.tw/) ([Facebook](https://www.facebook.com/groups/laravel.tw/)) * [Laravel Spanish](http://laraveles.com/foro/) From 02caa219eef5920bd1404ae3381d92dab4a5f94d Mon Sep 17 00:00:00 2001 From: Davide Bellini Date: Mon, 7 Oct 2019 22:18:09 +0200 Subject: [PATCH 38/57] Fixed typo on Laravel Telescope --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa6b75f..8c576c8b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Terminal](https://github.com/recca0120/laravel-terminal) - run artisan in a web browser * [Laravel API Tester](https://github.com/asvae/laravel-api-tester) - Postman-like tool with Laravel routes * [Laravel Tail](https://github.com/spatie/laravel-tail) - The missing tail command -* [Larvel Telescope](https://github.com/laravel/telescope) - Laravel Telescope is an elegant debug assistant for the Laravel framework +* [Laravel Telescope](https://github.com/laravel/telescope) - Laravel Telescope is an elegant debug assistant for the Laravel framework ##### Authentication & Authorization @@ -416,7 +416,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Adminpanel](https://github.com/viralsolani/laravel-adminpanel) * [Laravel Vue Boilerplate](https://github.com/alefesouza/laravel-vue-boilerplate) * [Laravel Enso](https://github.com/laravel-enso/enso) -* [Laravel Template with Vue](https://github.com/wmhello/laravel_template_with_vue) +* [Laravel Template with Vue](https://github.com/wmhello/laravel_template_with_vue) ## Codebases for Reference From 25d2eaec662e0dcee90917ca878d6d037215af00 Mon Sep 17 00:00:00 2001 From: Davide Bellini Date: Mon, 7 Oct 2019 22:24:14 +0200 Subject: [PATCH 39/57] Added Ignition to Testing and Debugging section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..95ea44d3 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Test Factory Generator](https://github.com/mpociot/laravel-test-factory-helper) - Generate Laravel test factories from your existing models * [Clockwork](https://github.com/itsgoingd/clockwork) - Integrates Clockwork Chrome extension for debugging and profiling apps * [Debug Bar](https://github.com/barryvdh/laravel-debugbar) - Integrates PHP Debug Bar with Laravel +* [Ignition](https://github.com/facade/ignition) - A beautiful error page for Laravel apps * [Laravel 5 Log Viewer](https://github.com/rap2hpoutre/laravel-log-viewer) - Log viewer * [LogViewer](https://github.com/ARCANEDEV/LogViewer) - Provides a log viewer * [LERN](https://github.com/tylercd100/lern#lern-laravel-exception-recorder-and-notifier) - Record exceptions into a database and will send you a notification From 55dfb97394503331c53653a90b259d4096fb1f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 13 Oct 2019 20:38:33 +0200 Subject: [PATCH 40/57] Add stancl/tenancy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..c6af4848 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Secure Headers](https://github.com/BePsvPT/secure-headers) - Add security related headers to HTTP response * [Laravel Nova](https://nova.laravel.com/) - Nova is a beautifully designed administration panel for Laravel * [Laravel Love](https://github.com/cybercog/laravel-love) - It lets people express how they feel about the content. React on Eloquent models with Likes or Dislikes. +* [stancl/tenancy](https://tenancy.samuelstancl.me) - Automatic tenancy for your Laravel app. No code changes needed. ##### Media & Document Management From 640b95296ad1cd4a5d26b7701d002eab6f940061 Mon Sep 17 00:00:00 2001 From: Afolayan Oluwaseun Raphael Date: Sun, 13 Oct 2019 15:16:10 -0400 Subject: [PATCH 41/57] Added Laravel Nigeria to Conferences List Laravel Nigeria is a Super Conference aimed t Demystifying Laravel Yearly . Url is https://www.laravelnigeria.com/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..ce74ea88 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laracon Australia](https://laracon.com.au/) * [Laravel Live UK](https://laravellive.uk/) * [Laravel Live India](http://laravellive.in/) +* [Laravel Nigeria](https://laravelnigeria.com) ##### Videos From 948059bcec6c5b5b95fcbde8def66245eb4e1fd1 Mon Sep 17 00:00:00 2001 From: Afolayan Oluwaseun Raphael Date: Sun, 13 Oct 2019 15:16:35 -0400 Subject: [PATCH 42/57] Added Laravel Nigeria to Conferences List Laravel Nigeria is a Super Conference aimed t Demystifying Laravel Yearly . Url is https://www.laravelnigeria.com/ From 7bf05f6f0a77f116d97a94916ae10852b01e8ec8 Mon Sep 17 00:00:00 2001 From: Abhin Date: Mon, 14 Oct 2019 21:30:38 +0530 Subject: [PATCH 43/57] Added Laravel-Searchy Added Laravel-Searchy to serach packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..fc160457 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Searchable](https://github.com/nicolaslopezj/searchable) - Trait that adds a simple search function to Eloquent models * [TNTSearch](https://github.com/teamtnt/tntsearch) - A fully featured full text search engine written in PHP * [TNTSearch driver](https://github.com/teamtnt/laravel-scout-tntsearch-driver) - Driver for [Laravel Scout](https://github.com/laravel/scout) search package based on TNTSearch +* [Laravel-Searchy](https://github.com/TomLingham/Laravel-Searchy) - Fuzzy search, basic string matching, Levenshtein Distance ##### APIs From 892f4d8ad78afd04c73e82bd7fd7acfdcf56db97 Mon Sep 17 00:00:00 2001 From: Bhavesh Daswani <32614748+bhaveshdaswani93@users.noreply.github.com> Date: Thu, 17 Oct 2019 12:42:34 +0530 Subject: [PATCH 44/57] Added Laravel India Community Added Laravel India community Website,Slack Channel, Twitter, Facebook,Youtube account details --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..01b42e0b 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [LinkedIn](https://www.linkedin.com/groups/4419933/profile) * [Laraveles Slack](https://laraveles.slack.com) ([Signup](http://laraveles.com/blog/wp-login.php?action=slack-invitation)) * [Laravel UK](https://laravelphp.uk/), [Slack Signup](https://laravelphp.uk/login/slack) +* [Laravel India](https://laravellive.in/), [Slack Signup](https://laravelliveindia.slack.com/join/shared_invite/enQtNjQyMDE4NDA3MDQzLWMyZmIxNGZkNGVkNGFmMzE1MTgyOGNiZGY1ZmU1ZDQ3Mzk2ODBlZGJlODk3ZmI0OWNlZmI5MzQyZDJhYzg1NjE), [Twitter] (https://twitter.com/LaravelLiveIN), [Facebook] (https://www.facebook.com/laravellive/), [Youtube] (https://www.youtube.com/channel/UC6TxYSHI7g9FMJ7VlHk72Yg) ##### Local User Groups From 6e5e70185cd317641510352a9027c233f7cd211a Mon Sep 17 00:00:00 2001 From: Bhavesh Daswani <32614748+bhaveshdaswani93@users.noreply.github.com> Date: Thu, 17 Oct 2019 12:45:11 +0530 Subject: [PATCH 45/57] Added Laravel India Community Added Laravel India website, Slack, Facebook, Twitter, Youtube details --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b42e0b..5fefc817 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [LinkedIn](https://www.linkedin.com/groups/4419933/profile) * [Laraveles Slack](https://laraveles.slack.com) ([Signup](http://laraveles.com/blog/wp-login.php?action=slack-invitation)) * [Laravel UK](https://laravelphp.uk/), [Slack Signup](https://laravelphp.uk/login/slack) -* [Laravel India](https://laravellive.in/), [Slack Signup](https://laravelliveindia.slack.com/join/shared_invite/enQtNjQyMDE4NDA3MDQzLWMyZmIxNGZkNGVkNGFmMzE1MTgyOGNiZGY1ZmU1ZDQ3Mzk2ODBlZGJlODk3ZmI0OWNlZmI5MzQyZDJhYzg1NjE), [Twitter] (https://twitter.com/LaravelLiveIN), [Facebook] (https://www.facebook.com/laravellive/), [Youtube] (https://www.youtube.com/channel/UC6TxYSHI7g9FMJ7VlHk72Yg) +* [Laravel India](https://laravellive.in/), [Slack Signup](https://laravelliveindia.slack.com/join/shared_invite/enQtNjQyMDE4NDA3MDQzLWMyZmIxNGZkNGVkNGFmMzE1MTgyOGNiZGY1ZmU1ZDQ3Mzk2ODBlZGJlODk3ZmI0OWNlZmI5MzQyZDJhYzg1NjE), [Twitter](https://twitter.com/LaravelLiveIN), [Facebook](https://www.facebook.com/laravellive/), [Youtube](https://www.youtube.com/channel/UC6TxYSHI7g9FMJ7VlHk72Yg) ##### Local User Groups From fa7681f8487af295075f1d2d81428d7094fa1f64 Mon Sep 17 00:00:00 2001 From: Todd Austin Date: Fri, 18 Oct 2019 16:53:18 -0500 Subject: [PATCH 46/57] Updates the URL and description for the current repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa6b75f..11f799a0 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Attendize](https://github.com/Attendize/Attendize) - Ticket selling and event management platform * [Antvel](https://github.com/ant-vel/App) - Ecommerce platform * [Jigsaw](https://github.com/tightenco/jigsaw) - Static site generator -* [Canvas](https://github.com/austintoddj/Canvas) - Minimal Blogging Application For Developers +* [Canvas](https://github.com/cnvs/canvas) - A Laravel Publishing Platform * [Vuedo](https://github.com/Vuedo/vuedo) - Vuedo is blog platform, built with Laravel and Vue.js * [Screeenly](https://github.com/stefanzweifel/screeenly) - Create website screenshots through an API * [Voten](https://github.com/voten-co/voten) - A real-time social bookmarking for the 21st century From 9d122dac5eda3a24d2ba7b7ed784510d403a692b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lio?= Date: Tue, 22 Oct 2019 14:08:08 -0300 Subject: [PATCH 47/57] Added Discord link for Laravel Brasil --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa6b75f..a178719e 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel France](https://laravel.fr/) * [Laravel Bangladesh](https://www.facebook.com/groups/LaravelBanglaDesh/) * [Laravel Indonesia](http://id-laravel.com/) ([Facebook](https://www.facebook.com/groups/laravel/), [Telegram](https://t.me/laravelindonesia)) -* [Laravel Brasil](http://www.laravel.com.br/) ([Facebook](https://www.facebook.com/groups/laravelbrasil/), [Slack](http://slack.laravel.com.br), [Telegram](https://telegram.me/laravelbr), [GitHub](https://github.com/laravelbrasil)) +* [Laravel Brasil](http://www.laravel.com.br/) ([Facebook](https://www.facebook.com/groups/laravelbrasil/), [Slack](http://slack.laravel.com.br), [Telegram](https://telegram.me/laravelbr), [GitHub](https://github.com/laravelbrasil), [Discord](https://discord.gg/9dpuWeZ)) * [Laravel Turkey](http://www.laravel.gen.tr/) ([Facebook](https://www.facebook.com/groups/laravelturkiye/)) * [Laravel Nigeria](http://www.laranaija.com/) ([Facebook](https://www.facebook.com/groups/laravelnigeria/)) * [Laravel China](https://phphub.org/) From a37c6bb9028cff65b16fc0e40cc28d50efac3f44 Mon Sep 17 00:00:00 2001 From: ECO Date: Fri, 25 Oct 2019 04:14:14 +0800 Subject: [PATCH 48/57] Added Confident Laravel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..e96188cb 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Lynda](https://www.lynda.com/search?q=laravel) * [Pluralsight](https://www.pluralsight.com/search?q=laravel&categories=course) * [Bitfumes](https://www.youtube.com/bitfumes) +* [ConfidentLaravel](https://confidentlaravel.com/) ## Conferences From d7faea4a50876d83cedafcdb067b5f6eb28ded17 Mon Sep 17 00:00:00 2001 From: Paul Karastelev Date: Fri, 25 Oct 2019 23:23:34 +0200 Subject: [PATCH 49/57] Add lando to Development Setup Lando is a local environment development tool which offers a Laravel recipe. I'm using it as my main development environment when developing Laravel apps. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..197fe2c8 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Stacker](https://github.com/Maxlab/stacker) - The environment for local web development on Docker * [Devilbox](https://github.com/cytopia/devilbox) - A dockerized and general-purpose LAMP/MEAN stack for every PHP version * [Vessel](https://vessel.shippingdocker.com) - Simple Docker development environments for Laravel. +* [Lando](https://docs.lando.dev/config/laravel.html) - A local development environment tool built on Docker ## Application Hosting From 77437bfe5cd5c87807107ab2cb420ff228315ef6 Mon Sep 17 00:00:00 2001 From: Jolan Date: Tue, 31 Dec 2019 00:27:12 +0100 Subject: [PATCH 50/57] Added Livewire Livewire is a full-stack framework for Laravel that makes building dynamic front-ends as simple as writing vanilla PHP (literally). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..d35f0369 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Pjax](https://github.com/spatie/laravel-pjax) - A Pjax middleware * [Laravel Blade Javascript](https://github.com/spatie/laravel-blade-javascript) - A Blade directive to export variables to JavaScript * [Ziggy](https://github.com/tightenco/ziggy) - Use your Laravel named routes in JavaScript +* [LiveWire](https://github.com/livewire/livewire) - A magical front-end framework for Laravel ##### Databases, ORMs, Migrations & Seeding From 0a5d61d7e9e4e6fb0874bd52492005359ed31208 Mon Sep 17 00:00:00 2001 From: Yevhen L Date: Sat, 18 Jan 2020 16:58:36 +0100 Subject: [PATCH 51/57] docs: added open-source awes.io project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..7efea426 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ##### Utilities +* [Awes.io](https://github.com/awes-io/awes-io) - boilerplate for CRM, SaaS, ERP based on Vue (Nuxt.js), TailwindCSS plus Laravel as a backend. * [Artisan View](https://github.com/svenluijten/artisan-view) - Manage the views in Laravel projects via artisan * [Bootstrapper](https://github.com/patricktalmadge/bootstrapper/) - Set of classes to create Bootstrap 3 markup * [Captcha](https://github.com/mewebstudio/captcha) - An anti-bot image captcha system From a5af9fe6e65f0debd15eb633c7096e1b64b108c6 Mon Sep 17 00:00:00 2001 From: JC Ricaro Date: Wed, 29 Jan 2020 13:12:37 +0800 Subject: [PATCH 52/57] Include Laravel Philippines facebook group. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffa6b75f..ba46fc99 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel Slovenia](https://www.facebook.com/groups/laravelslovenija/) * [Laravel Hungary](https://laravel.hu) * [Laravel Cameroon](https://laravelcm.com/) ([Slack](https://laravelcm.slack.com), [GitHub](https://github.com/laravelcm), [Facebook](https://www.facebook.com/laravelcm), [Twitter](https://twitter.com/laravelcm)) +* [Laravel Philippines](https://www.facebook.com/groups/laravelph) ##### Meetups From 962f8844a9c531a0bfd906abe90765f44fa55158 Mon Sep 17 00:00:00 2001 From: Daniel Placinta Date: Thu, 20 Feb 2020 15:12:11 +0200 Subject: [PATCH 53/57] Twill CMS, Grafite has been archived --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa6b75f..beec4aa7 100644 --- a/README.md +++ b/README.md @@ -451,10 +451,10 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Microweber](https://github.com/microweber/microweber) * [Coaster CMS](https://github.com/web-feet/coastercms) * [Statamic](https://statamic.com/) -* [Grafite CMS](https://github.com/GrafiteInc/CMS) * [Borgert CMS](https://github.com/odirleiborgert/borgert-cms/) * [PJ Blog](https://github.com/jcc/blog/) * [Laralum](https://github.com/Laralum/Laralum) +* [Twill](https://github.com/area17/twill) ## Podcasts From 1ec8dd450570d7b65a9d908a462e8945c965f64a Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Tue, 10 Mar 2020 14:00:42 +0100 Subject: [PATCH 54/57] Remove LaraVer --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ffa6b75f..e548bc4d 100644 --- a/README.md +++ b/README.md @@ -527,7 +527,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ## Hosted Development Tools * [Laravel Shift](https://laravelshift.com/) - Automated upgrade tool for Laravel projects -* [Laravel Versions {x.y.z}](https://laraver.xyz/) - Monitor Laravel for updates * [Laravel Schema Designer](http://laravelsd.com/) - Create, export and share database schemas * [StyleCI](https://styleci.io) - PHP Coding Style Service * [DependenCI](https://dependenci.miguelpiedrafita.com) - Continous integration tool for Composer From ab4901f4f453dcaacd1e04daf9ff0fe928aa0404 Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Fri, 8 May 2020 15:52:12 +0100 Subject: [PATCH 55/57] Clean up --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 32e233fd..aa13f9f4 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) ## Application Hosting +* [Vapor](https://vapor.laravel.com) * [Forge](https://forge.laravel.com/) ([ForgeRecipes](https://forgerecipes.com/)) * [FortRabbit](https://www.fortrabbit.com/laravel-hosting) * [Heroku](https://www.heroku.com/) ([Documentation](https://devcenter.heroku.com/articles/getting-started-with-laravel)) @@ -283,7 +284,6 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Ploi](https://ploi.io/) * [CodePier](https://codepier.io?ref=awesome-laravel) * [RunCloud](https://runcloud.io/) -* [Vapor](https://vapor.laravel.com) ## Application Deployment @@ -344,7 +344,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laraconf Brasil](http://laraconfbrasil.com.br/) * [Laracon Australia](https://laracon.com.au/) * [Laravel Live UK](https://laravellive.uk/) -* [Laravel Live India](http://laravellive.in/) +* [Laravel Live India](https://laravellive.in/) * [Laravel Nigeria](https://laravelnigeria.com) ##### Videos @@ -490,13 +490,13 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Quora](https://www.quora.com/topic/Laravel) * [Facebook](https://www.facebook.com/LaravelCommunity) * [LinkedIn](https://www.linkedin.com/groups/4419933/profile) -* [Laraveles Slack](https://laraveles.slack.com) ([Signup](http://laraveles.com/blog/wp-login.php?action=slack-invitation)) -* [Laravel UK](https://laravelphp.uk/), [Slack Signup](https://laravelphp.uk/login/slack) -* [Laravel India](https://laravellive.in/), [Slack Signup](https://laravelliveindia.slack.com/join/shared_invite/enQtNjQyMDE4NDA3MDQzLWMyZmIxNGZkNGVkNGFmMzE1MTgyOGNiZGY1ZmU1ZDQ3Mzk2ODBlZGJlODk3ZmI0OWNlZmI5MzQyZDJhYzg1NjE), [Twitter](https://twitter.com/LaravelLiveIN), [Facebook](https://www.facebook.com/laravellive/), [Youtube](https://www.youtube.com/channel/UC6TxYSHI7g9FMJ7VlHk72Yg) ##### Local User Groups * [Laravel Global Community](https://www.facebook.com/groups/group.laravel/) +* [LaravelES Slack](https://laraveles.slack.com) ([Signup](http://laraveles.com/blog/wp-login.php?action=slack-invitation)) +* [Laravel India](https://laravellive.in/), [Slack Signup](https://laravelliveindia.slack.com/join/shared_invite/enQtNjQyMDE4NDA3MDQzLWMyZmIxNGZkNGVkNGFmMzE1MTgyOGNiZGY1ZmU1ZDQ3Mzk2ODBlZGJlODk3ZmI0OWNlZmI5MzQyZDJhYzg1NjE), [Twitter](https://twitter.com/LaravelLiveIN), [Facebook](https://www.facebook.com/laravellive/), [Youtube](https://www.youtube.com/channel/UC6TxYSHI7g9FMJ7VlHk72Yg) +* [Laravel UK](https://laravelphp.uk/), [Slack Signup](https://laravelphp.uk/login/slack) * [Laravel Russia](https://laravel.ru/) ([VK group](http://m.vk.com/laravel_rus)) * [Laravel France](https://laravel.fr/) * [Laravel Bangladesh](https://www.facebook.com/groups/LaravelBanglaDesh/) @@ -537,14 +537,12 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [LaraJobs](https://larajobs.com/) * [Laravel Gurus](https://laravelgurus.com/) -* [Laravel Certification](https://laravel.com/certification/) ## Hosted Development Tools * [Laravel Shift](https://laravelshift.com/) - Automated upgrade tool for Laravel projects * [Laravel Schema Designer](http://laravelsd.com/) - Create, export and share database schemas * [StyleCI](https://styleci.io) - PHP Coding Style Service -* [DependenCI](https://dependenci.miguelpiedrafita.com) - Continous integration tool for Composer ## Miscellaneous From 2a69b6f26e3a690cf67d4f4e17e255bcb23f73d1 Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Fri, 8 May 2020 15:59:46 +0100 Subject: [PATCH 56/57] Swap URLs from docs to GH --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa13f9f4..02784576 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laravel GeoIP](https://github.com/Torann/laravel-geoip) - Determine the location of website visitors based on their IP addresses * [Laravel Hashids](https://github.com/vinkla/laravel-hashids) - Generate unique, non-sequential ids using [Hashids](http://hashids.org/php/) * [Laravel Impersonate](https://github.com/404labfr/laravel-impersonate) - A package to authenticate as one of your users -* [Laravel Mailbox](https://docs.beyondco.de/laravel-mailbox/) - A package to handle incoming emails +* [Laravel Mailbox](https://github.com/beyondcode/laravel-mailbox) - A package to handle incoming emails * [Laravel Markdown](https://github.com/GrahamCampbell/Laravel-Markdown) - CommonMark markdown parser * [Laravel Menu](https://github.com/spatie/laravel-menu) - Html menu generator for Laravel * [Laravel Talk](https://github.com/nahid/talk) - Realtime User messaging system @@ -146,7 +146,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Secure Headers](https://github.com/BePsvPT/secure-headers) - Add security related headers to HTTP response * [Laravel Nova](https://nova.laravel.com/) - Nova is a beautifully designed administration panel for Laravel * [Laravel Love](https://github.com/cybercog/laravel-love) - It lets people express how they feel about the content. React on Eloquent models with Likes or Dislikes. -* [stancl/tenancy](https://tenancy.samuelstancl.me) - Automatic tenancy for your Laravel app. No code changes needed. +* [stancl/tenancy](https://github.com/stancl/tenancy) - Automatic tenancy for your Laravel app. No code changes needed. ##### Media & Document Management @@ -270,7 +270,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) * [Laragon](https://laragon.org/) - Isolated development environment on Windows * [Stacker](https://github.com/Maxlab/stacker) - The environment for local web development on Docker * [Devilbox](https://github.com/cytopia/devilbox) - A dockerized and general-purpose LAMP/MEAN stack for every PHP version -* [Vessel](https://vessel.shippingdocker.com) - Simple Docker development environments for Laravel. +* [Vessel](https://vessel.shippingdocker.com) - Simple Docker development environments for Laravel * [Lando](https://docs.lando.dev/config/laravel.html) - A local development environment tool built on Docker ## Application Hosting From 0374093f529ba54bfd201c4c52b40a88e45ab1ae Mon Sep 17 00:00:00 2001 From: Chirag Gude Date: Fri, 8 May 2020 16:02:22 +0100 Subject: [PATCH 57/57] Update minimum requirements for contributions --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 474c85b5..ea1feb07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ Contributions are welcome, and are accepted via pull requests. Please review the ## Must haves for Packages, Starter Projects, Codebases etc. -- 400+ stars on GitHub. -- Support Laravel 5.5 LTS or higher. +- 500+ stars on GitHub. +- Support Laravel 6 LTS or higher. - Use [PSR-4](http://www.php-fig.org/psr/psr-4/) autoloader. - Packages must be listed on [Packagist](https://packagist.org/). - Packages must have also had 10,000 downloads.