AWS SignatureDoesNotMatch error
– adithya.dev - submitted by Adithya
How to fix AWS SignatureDoesNotMatch error
Read more [adithya.dev]
– adithya.dev - submitted by Adithya
How to fix AWS SignatureDoesNotMatch error
Read more [adithya.dev]
– chriswhite.is - submitted by Chris White
This post shows you how to run your Laravel Dusk tests in their own database when using Laravel Sail.
Read more [chriswhite.is]
– youtu.be - submitted by Ashish Dhamala
In this video, we will be looking at 4 new things added to the Laravel ecosystem in version 8.72.0.
Read more [youtu.be]
– aaronfrancis.com - submitted by Aaron Francis
An introduction to using bitmasks in general, and their usage in PHP, Laravel, and MySQL.
Read more [aaronfrancis.com]
– protone.media - submitted by Pascal Baljet
In this fourth post of the series, I've gathered new features added to Jobs and Queues in Laravel 8. Since the original release of 8.0 back in September 2020, Jobs and Queues got a bunch of significant updates that you don't want to miss.
Read more [protone.media]
– youtu.be - submitted by Jonne Roelofs
A lot of people seem to have a hard time getting started with testing. I hope to show how easy easy it is to get started when using Livewire.
Read more [youtu.be]
– chriswhite.is - submitted by Chris White
Choosing between Swoole and Roadrunner in a Laravel Octane deployment can be overwhelming - in this post I compare the advantages and disadvantages of both.
Read more [chriswhite.is]
– protone.media - submitted by Pascal Baljet
This blog post follows up on last week's overview of the new Database and Eloquent features in Laravel 8 since the original release in September 2020. I already covered Collections, and next week is all about Jobs and Queues. Enjoy!
Read more [protone.media]
– github.com - submitted by Ricardo Čerljenko
Simple JWT Auth for Laravel PHP Framework using Firebase JWT under the hood (alternative to tymon/jwt that's not maintained anymore).
Read more [github.com]
– aaronfrancis.com - submitted by Aaron Francis
A clever use of MySQL indexes and generated columns to make blazing fast geolocation searches.
Read more [aaronfrancis.com]
– protone.media - submitted by Pascal Baljet
In this series, I show you new features and improvements to the Laravel framework since the original release of version 8. This week is about the Database and Eloquent features in Laravel 8.
Read more [protone.media]
– doeken.org - submitted by Doeke Norg
The Visitor Pattern opens up your entities to extension without changing them (much); and keeps the code separate.
Read more [doeken.org]
– adevait.com - submitted by Filip Josifovski
Security is always a concern when you are developing a web application but fortunately, tools like the Laravel framework provide us with a lot of good practices and excellent features. This article dives into the Laravel security features and other out-of-the-box practices to help you understand how to better protect your applications.
Read more [adevait.com]
– blog.frankdejonge.nl - submitted by Robin Dirksen
Bugs caused by race conditions can be a huge source or frustration. They are difficult to identify and often difficult to remedy.
Read more [blog.frankdejonge.nl]
– protone.media - submitted by Pascal Baljet
The Laravel team released so many great Laravel 8.x updates over the last year, it's incredible! I wrote a series of blog posts highlighting some of the best new features and improvements. Today: Collections.
Read more [protone.media]
– lightit.io - submitted by Florencia
CDNs are crucial for fast content delivery. Here is a blog post with the step-by-step guide on how to use Digital Ocean Spaces and the Digital Ocean CDN through Laravel | Light-it
Read more [lightit.io]
– adevait.com - submitted by Filip Josifovski
Laravel doesn't support MongoDB by default, but that doesn't mean you can’t use them together. This comprehensive guide will walk you through the entire process of setting up Laravel with MongoDB to use as a drop-in replacement for your existing database management system.
Read more [adevait.com]
– dev.to - submitted by Farhan Hasin Chowdhury
The article attempts to demystify concepts like, dependency injection, inversion of control, the service container, and finally the service providers.
Read more [dev.to]
– twitter.com - submitted by Daniel Alm
Here's how I shaved several dozen ms of latency from my Laravel app. Some of the following steps are well-known, but a few took me a while to figure out.
Read more [twitter.com]
– postsrc.com - submitted by Sir Src
Learn how to get the previous and next records in Laravel using the record name or title to display links on the front-end to allow users to navigate easily
Read more [postsrc.com]