Automatically generate RSS feeds in a Laravel application
– 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]
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– 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]
– chriswhite.is - submitted by Chris White
Ever needed to inspect the headers of a HTTP response with Guzzle, without downloading the response body? Here's how you do it.
Read more [chriswhite.is]
– wilo-ahadi.com - submitted by Wilo Ahadi
A tutorial for downloading, installing and configuring SQLite in Windows and using it in a Laravel project.
Read more [wilo-ahadi.com]
I tried to run a very slow request but kept hitting the timeout. Here's how you can increase the timeout and get on with the development.
Read more [yoeri.me]
– fly.io - submitted by Kathryn Anne Tan
We look into the different parts of a test, and a checklist of things to check when debugging a failing test.
Read more [fly.io]
– www.csrhymes.com - submitted by Chris Rhymes
Sometimes it’s difficult to decide where to put code, trying to figure out where it really belongs. Laravel has a predefined folder structure that you can keep to for most scenarios, but I wasn’t sure whether the settings should be kept in a config file, a class, or somewhere else. In the end I decided to use an enum.
Read more [www.csrhymes.com]
– fly.io - submitted by Chris Fidao
We see how Laravel queues handle graceful restarts/stops, and how we can do the same in our own Artisan commands.
Read more [fly.io]