Laravel WebSockets + SPA (Laravel Echo + Passport)
– setkyar.com - submitted by Set Kyar Wa Lar
Notes for deploying Laravel WebSockets + SPA (Laravel Echo + Passport) on different servers.
Read more [setkyar.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– setkyar.com - submitted by Set Kyar Wa Lar
Notes for deploying Laravel WebSockets + SPA (Laravel Echo + Passport) on different servers.
Read more [setkyar.com]
– cmorrell.com - submitted by Chris
A quick article + calculator for figuring out php-fpm configuration options.
Read more [cmorrell.com]
– liamhammett.com - submitted by Liam Hammett
Some useful TestResponse macros you can use to help make your tests more robust and meaningful when analysing content on the page.
Read more [liamhammett.com]
– www.danielwerner.dev - submitted by Daniel Werner
In this blog post I described my experience with GitHub actions, what problem I encountered with the mysql service, and how it was solved.
Read more [www.danielwerner.dev]
– liamhammett.com - submitted by Liam Hammett
Some tips when dealing with lots of macros in Laravel, and composing them into mixin classes elegantly.
Read more [liamhammett.com]
– christlieb.eu - submitted by Manuel Christlieb
This is a small series where I describe how we handle more than 100 different client projects with different dependencies. An example how we handle our Laravel projects is explained in detail.
Read more [christlieb.eu]
– cwhite.me - submitted by Chris White
If you're sending HTTP requests and don't care about their response, a fire and forget request over a socket can improve performance.
Read more [cwhite.me]
– salfade.com - submitted by Mohamed Fawsan
This article explains how you can backup your Laravel website and database to DigitalOcean Spaces with spatie backup.
Read more [salfade.com]
– marketplace.visualstudio.com - submitted by Gustavo
I have written a Visual Studio Code extension to quickly add PHP class properties. All feedback is welcome!
Read more [marketplace.visualstudio.com]
– github.com - submitted by Roberto Gallea
This package provides loading of RESTful paginated resources using Laravel LazyCollection capabilities. In this way, no complicate mechanisms for on-demand paginated data handling is required because the package manages all the complexity transparently for you, and only if required.
Read more [github.com]
– driesvints.com - submitted by Dries Vints
I wrote a small piece about what keeps me productive and how I use and tackle todos.
Read more [driesvints.com]
– robertogallea.com - submitted by Roberto Gallea
LaravelVisitor is a Visitor Design Pattern implementation for Laravel. It allows to easily execute processing of collections of arbitrary elements, without requiring to use repeated conditionals, thus improving code abstraction.
Read more [robertogallea.com]
– janostlund.com - submitted by Jan Östlund
Getting localized dates in PHP and Laravel is quite easy once you know how it works. Just setting the locale in app/config.php seems not to do the trick.
Read more [janostlund.com]
– tighten.co - submitted by Matt Stauffer
In the age of internet tracking, more users are turning to blocker software for protection. Sara Bin shares some tips to improve your website's UX for these users—and everyone else!
Read more [tighten.co]
– fetzi.dev - submitted by Johannes Pichler
API caching on the client side is a very useful and powerful way to speed up your clients and to reduce the load on your API endpoints and the underlying hardware.
Read more [fetzi.dev]
– robertogallea.com - submitted by Roberto Gallea
Very often you find yourself in situations where you need to make your data pass some kind of checks or filters before doing something with them. This post shows how to make a first attempt approach better and cleaner
Read more [robertogallea.com]
– davidllop.com - submitted by David Llop
I built a package to check what are the slowest tests in your PHPUnit test suite.
Read more [davidllop.com]
– stefanbauer.me - submitted by Stefan Bauer
This article is the result of my 8 years of experience with PhpStorm and my best settings that make you a faster developer and let you focus more on the important things.
Read more [stefanbauer.me]
– cwhite.me - submitted by Chris White
Disabling client-side browser validation will allow you to test your real validation rules, instead of Chrome's.
Read more [cwhite.me]
– github.com - submitted by Alexandr Chernyaev
This is a package for creating administration-style applications with the Laravel framework. Allows you to abstract the common patterns of business applications, so that developers can easily implement beautiful and elegant interfaces without much effort. The main places of application are: backoffice applications, admin panels, content management systems, etc.
Read more [github.com]