diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea0199f7..ea1feb07 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. -- 200 stars on Github. -- Support Laravel 5.1 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. -- 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 diff --git a/README.md b/README.md index 55721587..02784576 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) @@ -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 @@ -64,6 +65,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 @@ -72,6 +74,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 +* [Laravel Telescope](https://github.com/laravel/telescope) - Laravel Telescope is an elegant debug assistant for the Laravel framework ##### Authentication & Authorization @@ -88,9 +91,11 @@ 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 continues where the above role-permission packages left off ##### 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 @@ -111,13 +116,12 @@ 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://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 * [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 @@ -125,6 +129,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 @@ -138,6 +143,10 @@ 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 +* [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://github.com/stancl/tenancy) - Automatic tenancy for your Laravel app. No code changes needed. ##### Media & Document Management @@ -150,6 +159,8 @@ 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. +* [Laravel FFmpeg](https://github.com/pascalbaljetmedia/laravel-ffmpeg) - This package provides an integration with FFmpeg for Laravel 5.8. ##### Integration with Javascript @@ -159,6 +170,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 @@ -176,6 +188,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 @@ -187,6 +200,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 @@ -194,7 +208,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 @@ -223,6 +237,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 @@ -255,10 +270,12 @@ 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 +* [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)) @@ -266,9 +283,11 @@ 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 +* [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 @@ -277,35 +296,26 @@ 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 @@ -324,6 +334,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 @@ -333,24 +344,27 @@ 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 -* [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 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 +* [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 -* [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 @@ -376,7 +390,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 @@ -390,6 +404,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 @@ -411,7 +426,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](https://github.com/laravel-enso/enso) +* [Laravel Template with Vue](https://github.com/wmhello/laravel_template_with_vue) ## Codebases for Reference @@ -424,13 +442,16 @@ 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 * [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 +* [Pixelfed](https://github.com/pixelfed/pixelfed) - A free and ethical photo sharing platform, powered by ActivityPub federation + ## Content Management Systems @@ -443,10 +464,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 @@ -459,7 +480,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) @@ -469,34 +490,36 @@ 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) ##### 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 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 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), [Discord](https://discord.gg/9dpuWeZ)) +* [Laravel Turkey](http://www.laravel.gen.tr/) ([Facebook](https://www.facebook.com/groups/laravelturkiye/)) +* [Laravel Nigeria](http://www.laravelnigeria.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)) +* [Laravel Philippines](https://www.facebook.com/groups/laravelph) ##### Meetups @@ -514,19 +537,18 @@ 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 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 ## 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