Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@paulredmond
Created June 4, 2018 06:17
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save paulredmond/701c8a993d893c197a6689da4577d5d1 to your computer and use it in GitHub Desktop.
Save paulredmond/701c8a993d893c197a6689da4577d5d1 to your computer and use it in GitHub Desktop.
The complete list of articles submitted to the Laravel Blog Contest - May Mayhem Edition 2018

How to ‘hack’ and win the May Mayhem blog contest by AlexVanderbist

Votes: 161

https://alexvanderbist.com/posts/2018/how-to-hack-and-win-the-may-mayhem-blog-contest

File upload with Laravel and VueJS by arthursorriso

Votes: 72

https://medium.com/@arthursorriso/file-upload-with-laravel-and-vuejs-a70ae85e34a1 https://medium.com/@arthursorriso/upload-de-arquivos-com-laravel-e-vuejs-9317cc0097c4 (Portuguese version)

Integrating Laravel with DataTables by bishoyAtif

Votes: 66

https://medium.com/@BishoAtif/integrating-laravel-with-datatables-975b0bbf4009

Testing Laravel authentication flow by DCzajkowski

Votes: 53

https://medium.com/@DCzajkowski/testing-laravel-authentication-flow-573ea0a96318

APIs The Eloquent Way - A Package To Consume Third Party APIs Like A Database. Models, Relations, Method Chaining And More by oheck

Votes: 51

https://blackbits.io/blog/apis-the-eloquent-way

# Step by step guide to Laravel package development - with example video by gauravmak

Votes: 48

https://laravelfactory.com/blog/step-by-step-guide-to-laravel-package-development

How I Built The LaravelQuiz Chatbot With BotMan and Laravel by christophrumpel

Votes: 37

https://christoph-rumpel.com/2018/05/how-i-built-the-laravelquiz-chatbot-with-botman-and-laravel

A package that makes Event Sourcing in Laravel a breeze by freekmurze

Votes: 37

https://murze.be/a-package-that-makes-event-sourcing-in-laravel-a-breeze

Keeping your Laravel applications DRY with single action classes by RemiCollin

Votes: 36

https://medium.com/@remi_collin/keeping-your-laravel-applications-dry-with-single-action-classes-6a950ec54d1d

Laravel CRUD generator from scratch by devlob

Votes: 35

https://medium.com/@devlob/laravel-crud-generators-614caddf8bea

Testing GraphQL with Laravel by olivernybroe

Votes: 31

https://medium.com/@olivernybroe/testing-graphql-with-laravel-4d6201b40f68

Enterprise-Ready Laravel with Openshift by chalcedonyt

Votes: 30

https://medium.com/@timothyteoh/enterprise-ready-laravel-with-openshift-cb166cfe8bb2

Writing maintainable Laravel apps by dwightwatson

Votes: 27

https://www.laravelinproduction.com/posts/writing-maintainable-laravel-apps

Putting a Laravel app into production by thannaske

Votes: 27

https://medium.com/@tobiashn/putting-a-laravel-app-into-production-d847ac2a04ed

Serverless Laravel by mnapoli

Votes: 26

http://mnapoli.fr/serverless-laravel/

Leveraging Laravel Routing For Multi-sites by bennett-treptow

Votes: 25

https://medium.com/@bennett.treptow/leveraging-laravel-routing-for-multi-sites-ad760733ec59

The Magical Use of Macroables in Laravel by chaudharyusama

Votes: 22

https://thewebtier.com/laravel/the-magical-use-of-macroables-in-laravel/

Laravel: 3 ways of processing a job for a deleted model by DarkGhostHunter

Votes: 22

https://medium.com/@DarkGhostHunter/56413a512688

Make Laravel Fluent Again with SmartFields by deiucanta

Votes: 20

https://medium.com/@deiucanta/make-laravel-fluent-again-with-smartfields-7d543e725365

Laravel Challenge - SPA | VUEjs & Laravel by italomoralesf

Votes: 20

We will develop a small project that solves some common doubts, we will work with VUEjs and Laravel to create a SPA

https://medium.com/@italomoralesf/laravel-challenge-spa-vuejs-laravel-82d1e386ef4d

Track the usage of your Laravel APIs with the Measurement Protocol by stefanzweifel

Votes: 19

https://stefanzweifel.io/posts/track-the-usage-of-your-laravel-apis-with-the-measurement-protocol

Pseudonymize database data for GDPR with a twist of Laravel by OwenMelbz

Votes: 17

https://medium.com/@owenmelbourne/pseudonymize-database-data-for-gdpr-a0e90df5935a

How I built a team based match/mix system for gamers using Laravel and Vue.js by bbashy

Votes: 14

https://bashy.im/blog/how-i-built-a-team-based-match-mix-system-for-gamers-using-laravel-and-vue-js

A Modular Monolith in Laravel Lumen by simonhamp

Votes: 14

https://medium.com/@simonhamp/a-modular-monolith-in-laravel-lumen-4933b8cab2f1

How to make Laravel faster by hhxsv5

Votes: 14

https://github.com/hhxsv5/laravel-s/wiki/How-to-make-Laravel-faster

Laravel: Has Many Through Pivot… elegantly by DarkGhostHunter

Votes: 13

https://medium.com/@DarkGhostHunter/laravel-has-many-through-pivot-elegantly-958dd096db

Restful API In Laravel 5.6 Using jwt Authentication by hamzaali00001

Votes: 13

https://tutsforweb.com/restful-api-in-laravel-56-using-jwt-authentication/

How to solve the n+1 problem introduced by fractal by alexgiuvara

Votes: 12

https://medium.com/@giuvara.alex/how-to-solve-the-n-1-problem-introduced-by-fractal-7ba7936b8b81

Laravel TDD workflow by asmiarowski

Votes: 12

https://alemil.com/laravel-tdd-workflow

How Laravel Collections lead to Zen Code by bmelon

Votes: 12

https://medium.com/@mattkingshott/how-laravel-collections-lead-to-zen-code-966c1fa7b03d

The Power of Laravel Forge by drmzio

Votes: 12

https://stories.akosweb.com/the-power-of-laravel-forge-2892023a0ab8

An eloquent way of handling model state by rasmuscnielsen

Votes: 10

https://medium.com/@rasmuscnielsen/an-eloquent-way-of-handling-model-state-c9aa372e9cb8

Visual Regression Testing with Laravel by mpociot

Votes: 10

http://marcelpociot.de/blog/visual-regression-testing-with-laravel

Optimization of Eloquent queries to reduce memory consumption by barbosa89

Votes: 10

https://omarbarbosa.com/optimization-of-eloquent-queries-to-reduce-memory-consumption-cjvag

Two Factor Authentication in Laravel 5 with Google2FA by 5balloons

Votes: 9

https://www.5balloons.info/two-factor-authentication-google2fa-laravel-5/

Logging model changes and 11 other ways to improve your Laravel projects by apocalyarts

Votes: 9

https://medium.com/@lars.peterke/logging-model-changes-and-11-other-ways-to-improve-your-laravel-projects-a7af2e5fcd24

Why do I always use Laravel? by chrisrhymes

Votes: 8

https://www.csrhymes.com/development/2018/05/22/why-do-i-always-use-laravel.html

Masking IDs in URLs using hashids in Laravel by BenSampo

Votes: 8

https://sampo.co.uk/blog/masking-ids-in-urls-using-hash-ids-in-laravel

Seeding is Hard by PHLAK

Votes: 8

https://medium.com/chriskankiewicz/seeding-is-hard-e979705db139

The layers attack by ibpavlov

Votes: 8

https://medium.com/@ivelinpavlov/the-layers-attack-ca8750202b2e

How I created an API in 1 afternoon for my side project using Laravel by Mirzikian

Votes: 8

https://medium.com/@mirzikian/how-i-created-an-api-in-1-afternoon-for-my-side-project-using-laravel-40ff83cdb8ad

The Good, the Bad and the Ugly of seeding data in production by Elhebert

Votes: 7

https://dieterstinglhamber.me/the-good-the-bad-and-the-ugly-of-seeding-data-in-production

Realtime Job Management With Laravel and Vue by Insolita

Votes: 7

https://medium.com/@DonnaInsolita/organize-realtime-job-management-with-laravel-and-vue-step-by-step-part-1-211fcb4a8f84

Scheduling MySQL Backups with Laravel by iamgergo

Votes: 7

https://pineco.de/scheduling-mysql-backups-with-laravel/

Cloaking field names to add more layer of security in your form. by nelsonmelecio

Votes: 7

https://medium.com/@ntm100986/cloaking-field-names-using-dynamic-strings-to-add-more-layer-of-security-in-your-form-3d5a4f335e4e

Laravel Package Development: Testing Against Multiple Laravel Versions by mikebronner

Votes: 6

https://medium.com/homesteading-like-an-artisan/laravel-package-development-testing-against-multiple-laravel-versions-3485cb5762e2

Dynamic Eloquent Relation By Macro by zarehesmaiel

Votes: 6

https://medium.com/@zarehesmaiel/dynamic-relation-by-macro-988d638b6e51

Laravel Innovations: Making your own webhook mechanism through notifications by peterfox

Votes: 6

https://medium.com/@SlyFireFox/laravel-innovations-making-your-own-webhook-mechanism-through-notifications-96e75e99a2b1

The Easiest Way to Create ACL for Laravel Projects. by Hujjat

Votes: 6

https://medium.com/@hujjatnazari/the-easiest-way-to-create-acl-for-laravel-projects-1bafe371e7e1

Get the latest record on the group in the most Eloquent way by akaamitgupta

Votes: 6

https://medium.com/@akaamitgupta/get-the-latest-record-on-the-group-in-the-most-eloquent-way-50597a588361

API error handling in vue with axios by saqueib

Votes: 6

http://www.qcode.in/api-error-handling-in-vue-with-axios/

Avoid Race condition using lockForUpdate function and MySQL transactions. by gyaan

Votes: 6

https://medium.com/@gyani/avoid-race-condition-using-lockforupdate-function-and-mysql-transactions-1eaf473afd96

Setting up Laravel 5.6 on Google App Engine by densityx

Votes: 5

https://mikateach.com/setting-up-laravel-5-6-on-google-app-engine/

First, fix bug. Then, love Laravel by BuiHuyCuong

Votes: 5

https://medium.com/@buihuycuong/first-fix-bug-then-love-laravel-cf121d29722

Polymorphic Laravel Cashier by idecardo

Votes: 5

https://medium.com/@idecardo/polymorphic-laravel-cashier-4ae99d552089

The Smart Way To Handle Request Validation In Laravel by kamerk22

Votes: 5

https://medium.com/@kamerk22/the-smart-way-to-handle-request-validation-in-laravel-5e8886279271

Building a Multi-Tenancy Laravel App With Multi-Database using hyn/multi-tenant by jobcerto

Votes: 5

https://medium.com/@edu_96787/building-a-multi-tenancy-laravel-app-with-multi-database-using-hyn-multi-tenant-4f1cdbf99de

How Laravel helped a software development company in India achieve dream processes by rathorevaibhav

Votes: 4

https://coloredcow.com/laravel-helped-software-development-company-in-india-achieve-dream-processes/

How to build Multi-Domain Laravel Application (with demo) by maxkostinevich

Votes: 4

https://maxkostinevich.com/blog/multi-domain-laravel

Laravel: How to use optimistic lock for model updates with a simple Trait by aocneanu

Votes: 4

https://medium.com/@aocneanu/how-to-use-optimistic-lock-in-laravel-with-a-simple-trait-eaa002f4095

Traits and how to make a generic functions with Laravel 5 by Suhkha

Votes: 4

English version: https://medium.com/@suhkha/en-traits-and-how-to-make-a-generic-methods-with-laravel-5-9c5508ea6064

Spanish version: https://medium.com/@suhkha/es-traits-y-como-hacer-funciones-gen%C3%A9ricas-con-laravel-5-75f88246a6a5

Laravel Continuous Integration & Delivery with Bitbucket Pipelines by Snaver

Votes: 4

https://medium.com/@Snaverz/laravel-continuous-integration-delivery-with-bitbucket-pipelines-d13c78539044

Implement a dependance to an external service API with Laravel by dvlpp

Votes: 4

https://medium.com/@lonchampt/implement-a-dependance-to-an-external-service-api-with-laravel-5ae7879f124f

Executing login protected actions in Laravel by fetzi

Votes: 3

https://johannespichler.com/executing-login-protected-actions-in-laravel/

Got Error Intimation before your user will frustrate by lehraonline

Votes: 3

https://medium.com/@lehraonline/got-error-intimation-before-your-user-will-frustrate-7a3e0fdc85a2

Prevent Block Multiple Login For Same Credentials Using Google Firebase by thelaracode

Votes: 3

https://laravelcode.com/post/laravel-56-prevent-block-multiple-login-of-same-credentials

Introduction to Laravel… for an Eight-Year-Old by josephmarksjr

Votes: 3

https://medium.com/@lonewookie/introduction-to-laravel-for-an-eight-year-old-72889cdce9c2

How I test Job classes outside of Queues by Lloople

Votes: 3

https://davidllop.com/posts/how-i-test-job-classes-outside-of-queues

A Domain Driven Design (DDD) approach to the Laravel Framework by ibrunotome

Votes: 3

https://medium.com/@ibrunotome/a-domain-driven-design-ddd-approach-to-the-laravel-framework-18906b3dd473

TDD with an External Database using Laravel by AlanHolmes

Votes: 2

https://medium.com/@alanholmes19/tdd-with-an-external-database-using-laravel-f35e306e6727

Differentiate Laravel collections methods by iaK

Votes: 2

https://medium.com/@isakberglind/differentiate-laravel-collections-methods-b01dd63967ce

Laravel : Choosing backend made easy by abhaywawale

Votes: 2

https://medium.com/@abhaywawale/laravel-choosing-backend-made-easy-5c071a8bb1a7

Refactoring to events by gabrielkoerich

Votes: 2

https://medium.com/@gabrielkoerich/refactoring-to-events-72cba6873d9c

Getting Started With Laravel — The Lift Off by barnabaskecskes

Votes: 2

https://medium.com/@barnabaskecskes/getting-started-with-laravel-the-lift-off-e7584de2b317

How to create custom 404 page in Laravel by hamzaali00001

Votes: 2

https://tutsforweb.com/how-to-create-custom-404-page-laravel/

Encrypting your Model Attributes by bvipul

Votes: 2

https://codeburst.io/encrypting-your-model-attributes-2116bf623d10

Display various numeral system digits in Laravel 5.x by hsnapps

Votes: 2

https://medium.com/@hsnbaabdullah/display-various-numeral-system-digits-in-laravel-5-x-76fd87f6e518

Setting up Laravel 5.6 Database on Google App Engine by densityx

Votes: 2

https://mikateach.com/setting-up-laravel-5-6-database-on-google-app-engine/

Solving common public key problems in Laravel Forge (a.k.a. Forgetastic pubkeys and where to find them) by mr-nash

Votes: 1

https://medium.com/@nash_32562/solving-common-public-key-problems-in-laravel-forge-a-k-a-e2e1eb84e0fa

How to implement repository pattern in Laravel by alvibd

Votes: 1

https://medium.com/@alviahmed/how-to-implement-repository-pattern-in-laravel-d599904d1f61

Laravel Service/Repository architecture by aleksandar-ivanov

Votes: 1

https://medium.com/@kapivanov93/laravel-service-repository-architecture-4a04777967fd

Create Blog in 5 Min using Laravel by afsalbm

Votes: 1

https://www.scoopism.com/laravel/how-to-create-blog-in-5-min-using-laravel/

Better Error handling by CurvesTech

Votes: 1

https://mubasharabbas.com/blog/index.php/2018/05/28/better-error-handling/

How to protect Laravel reset password from multiple fast clicks by HPWebdeveloper

Votes: 1

https://medium.com/@panjeh/how-to-protect-laravel-reset-password-from-multiple-fast-clicks-5252d5b7d2cb

How I made my first successful Laravel package (no code!) by larsjanssen6

Votes: 1

https://medium.com/@larsjanssen64/how-i-build-my-first-successful-package-no-code-163a79366f1e

Vue.js for Laravel Developers (Improving slow actions) by afsardo

Votes: 0

https://medium.com/@a_fsardo/vue-js-for-laravel-developers-improving-slow-actions-bfb6ac024995

How to create facades in Laravel 5.5 by ziabice

Votes: 0

https://medium.com/@l.gambetta/how-to-create-facades-in-laravel-5-5-10f578abf771

Extending an Open Source Tool with Laravel Spark by seongbae

Votes: 0

https://www.lnidigital.com/blog/extending-open-source-tool-laravel-spark/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment