Realtime Facades in Laravel
– ahmedash.dev - submitted by Ahmed Ammar
Exploring real-time Facades. How to use and dive deep into the source code to understand how it works under the hood.
Read more [ahmedash.dev]
– ahmedash.dev - submitted by Ahmed Ammar
Exploring real-time Facades. How to use and dive deep into the source code to understand how it works under the hood.
Read more [ahmedash.dev]
– ahmedash.dev - submitted by Ahmed Ammar
Exploring the core of Batching jobs in Laravel and how it works behind the science
Read more [ahmedash.dev]
– blog.eddy.management - submitted by Pascal Baljet
Caddy 2 is a popular web server written in Go. It is known for its simplicity and ease of use. It is also very easy to configure and deploy. In this tutorial, we will see how Eddy Server Management (open-source) can help you deploy Laravel apps with zero downtime.
Read more [blog.eddy.management]
– youtu.be - submitted by Bert De Swaef
In this week's #QWW we're learning how to force our users to use strong passwords. We're also taking a look at "uncompromised()"
Read more [youtu.be]
– youtu.be - submitted by Bert De Swaef
In this episode I'm sitting down with Bramus Van Damme.
Read more [youtu.be]
– ahmedash.dev - submitted by Ahmed Ammar
Diving into the core of Folio understanding how it works under the hood!
Read more [ahmedash.dev]
– leopoletto.com - submitted by Leonardo Poletto
Learn how easy it is to add an RSS feed to your website using the laravel-feed package from Spatie
Read more [leopoletto.com]
– fly.io - submitted by Chris Fidao
We take a dive into how Laravel's new sub-minute scheduling is accomplished in the Scheduler library.
Read more [fly.io]
– www.youtube.com - submitted by Philo
A first look at NativePHP 😎 Let's build a little proof of concept together and fire a bunch of confetti when we make a new sale online.
Read more [www.youtube.com]
Let’s dive into some of the latest new features
Read more [youtu.be]
– ahmedash.dev - submitted by Ahmed Ammar
Explaining how Facades work in Laravel and how is it implemented under the hood
Read more [ahmedash.dev]
– github.com - submitted by Patrick
A single application that automates the process of spinning up containers, starting queue workers, seeding data, and more. Comes with presets for several types of Laravel applications.
Read more [github.com]
– ashallendesign.co.uk - submitted by Ash Allen
Read about the security consultant and penetration tester, Stephen Rees-Carter. He tells us a little bit about himself, how he got into web development, and what his typical day-to-day is like.
Read more [ashallendesign.co.uk]
– fly.io - submitted by Johannes Werbrouck
Following along with this article, you'll spice things up by changing Filament’s default appearance. We start off with some basics and finish with overriding some default components to completely overhaul the style.
Read more [fly.io]
– flareapp.io - submitted by Spatie
"Secret secrets are no fun, secret secrets hurt someone" unless managed right in your Laravel deployment! For Flare, we explored alternative solutions to the classic .env files deployed with every Laravel application. We looked at deploying the .env file using Ansible, using config servers, the env:encrypt command, and eventually git-secret, to keep our production environment variables safe and sound.
Read more [flareapp.io]
– github.com - submitted by Berean Kibet
A dedicated Laravel-PHP library crafted exclusively for seamless integration with the SAP Business One Service Layer API.
Read more [github.com]
– leopoletto.com - submitted by Leonardo Poletto
How to prune unnecessary data using a built-in Laravel feature to improve query performance
Read more [leopoletto.com]
– github.com - submitted by Chris Mellor
Introducing Level Up: A Laravel package designed to boost user engagement through gamification. Features experience points, achievements, and leaderboards.
Read more [github.com]
– fly.io - submitted by Chris Fidao
We talk about how to extend core Laravel libraries using the various Manager classes that Laravel provides. This shows two examples of adding your own queue driver.
Read more [fly.io]
– www.conroyp.com - submitted by Paul Conroy
Value objects are a great way to add safety and consistency to PHP applications, while improving readability & testability. Let's dive into what they are, what they're not (DTOs!), and how they can help us improve our code quality.
Read more [www.conroyp.com]