Killed By Laravel - A clone of killedbygoogle.com for the Laravel ecosystem
https://killed-by-laravel.harkema.dev/
https://redd.it/1sqpx2c
@r_php
https://killed-by-laravel.harkema.dev/
https://redd.it/1sqpx2c
@r_php
Killed by Laravel
Killed by Laravel is the open source list of dead Laravel products, services, and devices. It serves as a tribute and memorial of beloved services and products killed by Laravel.
Lumen (API-only in Laravel) replacement?
I want to build a purely API in Laravel and Nissan Lumen. Is there anything comparable?
Since there will never be a front-end to this pulling in the whole framework is overkill.
https://redd.it/1sqri0f
@r_php
I want to build a purely API in Laravel and Nissan Lumen. Is there anything comparable?
Since there will never be a front-end to this pulling in the whole framework is overkill.
https://redd.it/1sqri0f
@r_php
Reddit
From the laravel community on Reddit
Explore this post and more from the laravel community
SymfonyDay Montreal 2026 - Schedule is Live!
https://symfony.com/blog/symfonyday-montreal-2026-schedule-is-live?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1sqwtyf
@r_php
https://symfony.com/blog/symfonyday-montreal-2026-schedule-is-live?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1sqwtyf
@r_php
Symfony
SymfonyDay Montreal 2026 - Schedule is Live! (Symfony Blog)
Montreal, are you ready? SymfonyDay 2026 schedule has landed! 8 expert speakers, 1 iconic venue, and a community apéro to top it all off!
Live Walkthrough: What's new in Laravel Starter Kits w/ Wendell Adriel
The Laravel starter kits (React, Vue, Svelte, and Livewire) have had a huge run of updates recently, including team support, Inertia v3 support, and toast notifications.
I'll be going live tomorrow (04/21) at 12pm EDT (4pm UTC) with Wendell Adriel for a walkthrough of what's new. We'll also touch on Maestro, the orchestrator that powers how all the kits stay in sync.
Would love to see you there! If you have any questions, feel free to drop them here ahead of time or ask in chat during the stream!
Stream: https://www.youtube.com/watch?v=AbPSAt46Ja0
https://redd.it/1sr5s1e
@r_php
The Laravel starter kits (React, Vue, Svelte, and Livewire) have had a huge run of updates recently, including team support, Inertia v3 support, and toast notifications.
I'll be going live tomorrow (04/21) at 12pm EDT (4pm UTC) with Wendell Adriel for a walkthrough of what's new. We'll also touch on Maestro, the orchestrator that powers how all the kits stay in sync.
Would love to see you there! If you have any questions, feel free to drop them here ahead of time or ask in chat during the stream!
Stream: https://www.youtube.com/watch?v=AbPSAt46Ja0
https://redd.it/1sr5s1e
@r_php
YouTube
Laravel Starter Kits: What's New w/ Wendell Adriel
Laravel's starter kits give you a head start on your next application with authentication, settings, and best practices built in across React, Vue, Svelte, and Livewire. They just received a huge run of updates, including team support, Inertia v3 support…
Smart Cache Invalidation - Laravel In Practice EP10
https://youtu.be/-MChE-igkQE
https://redd.it/1srfwgl
@r_php
https://youtu.be/-MChE-igkQE
https://redd.it/1srfwgl
@r_php
YouTube
Cache Smart Invalidation - Laravel In Practice EP10
In this episode, Harris from Laravel News shows you exactly how to:
- Address stale data issues in your cache
- Implement smart invalidation for your Laravel caching system
- Clear cache keys efficiently when orders change
- Adjust and align cache keys for…
- Address stale data issues in your cache
- Implement smart invalidation for your Laravel caching system
- Clear cache keys efficiently when orders change
- Adjust and align cache keys for…
🎬 SymfonyLive Paris 2026 : les replays sont en ligne !
https://symfony.com/blog/symfonylive-paris-2026-les-replays-sont-en-ligne?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1srldvs
@r_php
https://symfony.com/blog/symfonylive-paris-2026-les-replays-sont-en-ligne?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1srldvs
@r_php
Symfony
🎬 SymfonyLive Paris 2026 : les replays sont en ligne ! (Symfony Blog)
Les replays de SymfonyLive Paris 2026 sont en ligne ! Revivez les conférences, découvrez un talk gratuit de Fabien Potencier et replongez dans l’événement avec la vidéo récap.
Writing Your Own Framework in PHP: Part One
https://chrastecky.dev/programming/writing-your-own-framework-in-php-part-one
https://redd.it/1srnxvc
@r_php
https://chrastecky.dev/programming/writing-your-own-framework-in-php-part-one
https://redd.it/1srnxvc
@r_php
chrastecky.dev
Writing Your Own Framework in PHP: Part One | Blog by Dominik Chrástecký
A hands-on intro to building your own PHP framework entirely from scratch — handwritten, with minimal dependencies.
Splitting Laravel Boost guidelines across multiple files
https://laracraft.tech/blog/splitting-laravel-boost-guidelines-across-multiple-files
https://redd.it/1sryize
@r_php
https://laracraft.tech/blog/splitting-laravel-boost-guidelines-across-multiple-files
https://redd.it/1sryize
@r_php
Laracraft
Splitting Laravel Boost guidelines across multiple files
Laravel Boost only reads a single core.blade.php per package, so extra sibling files get silently dropped. Here is the minimal pattern for splitting your guidelines into organized partials using a Blade view namespace.
What does your PHP stack actually look like in 2026?
I've been building PHP applications professionally for 10+ years, and I'm curious what everyone here is using these days.
Our current stack at work:
* PHP 8.3 + Laravel
* Vue.js on the frontend
* MySQL + Redis for caching
* Docker for local dev and deployments
* GitHub Actions for CI/CD
* AWS for hosting
We've tried moving parts to Node.js a couple of times, but honestly, keep coming back to Laravel for anything business-critical. The ecosystem is just too mature and productive to give up.
A few things I've noticed in 2026:
* PHP 8.3 JIT is genuinely fast now, the performance gap with Node is much smaller than people think
* GraphQL adoption in PHP projects has grown a lot
* Redis has basically become a default part of every stack
Curious what others are doing, are you still on Laravel or have you moved to Symfony, Slim, or something else entirely? Anyone running PHP in a microservices setup with Docker and Kubernetes?
Drop your stack below. 👇
https://redd.it/1ssct11
@r_php
I've been building PHP applications professionally for 10+ years, and I'm curious what everyone here is using these days.
Our current stack at work:
* PHP 8.3 + Laravel
* Vue.js on the frontend
* MySQL + Redis for caching
* Docker for local dev and deployments
* GitHub Actions for CI/CD
* AWS for hosting
We've tried moving parts to Node.js a couple of times, but honestly, keep coming back to Laravel for anything business-critical. The ecosystem is just too mature and productive to give up.
A few things I've noticed in 2026:
* PHP 8.3 JIT is genuinely fast now, the performance gap with Node is much smaller than people think
* GraphQL adoption in PHP projects has grown a lot
* Redis has basically become a default part of every stack
Curious what others are doing, are you still on Laravel or have you moved to Symfony, Slim, or something else entirely? Anyone running PHP in a microservices setup with Docker and Kubernetes?
Drop your stack below. 👇
https://redd.it/1ssct11
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community
Guest Post: Why We Chose NativePHP Over Flutter for Bagisto's Mobile Admin
https://nativephp.com/blog/nativephp-not-flutter-for-bagisto-mobile-admin-app
https://redd.it/1ssflmx
@r_php
https://nativephp.com/blog/nativephp-not-flutter-for-bagisto-mobile-admin-app
https://redd.it/1ssflmx
@r_php
Nativephp
Why We Chose NativePHP Over Flutter for Bagisto's Mobile Admin
One weekend was all it took
The latest and greatest in postcardware at Spatie
https://spatie.be/blog/the-latest-and-greatest-in-postcardware-at-spatie
https://redd.it/1ssgdwu
@r_php
https://spatie.be/blog/the-latest-and-greatest-in-postcardware-at-spatie
https://redd.it/1ssgdwu
@r_php
spatie.be
The latest and greatest in postcardware at Spatie
Earlier this year at Spatie, we spend a full day hacking away on fun sideprojects during our hackathon. The goal was to create something fun and functional by the end of the day.
We (Nick and Dries) decided to create a digital version of our postcard wall.…
We (Nick and Dries) decided to create a digital version of our postcard wall.…
I tested every PHP parallel library on Windows. Only one actually worked without making me want to quit.
Background: I'm a PHP dev primarily on Windows and I needed real parallelism and just async, actual CPU-bound tasks running in separate processes simultaneously for my csv parser that process billions of items using cross platform pure PHP solution.
Here's what I found going through the options:
**spatie/async** : nope. Depends on `pcntl` which doesn't exist on Windows. It silently falls back to running everything synchronously. No warning, no error. Just... slow.
**nunomaduro/pokio** : this one looked promising. Nuno Maduro (the guy behind Pest, Pint, Laravel Zero) released it recently with a really clean API:
```php
$promiseA = async(fn() => heavyWork());
$promiseB = async(fn() => otherWork());
[$a, $b] = await([$promiseA, $promiseB]);
```
Looks great. But under the hood it uses PCNTL to fork and FFI for shared memory IPC. On Windows, neither exists. The docs say it "automatically falls back to sequential execution" and which sounds polite but means it silently stops being parallel entirely. Same problem as spatie/async, just with a nicer API.
**ext-parallel** : nope need external extension, and wont even work on windows and need ZTS build.
**pcntl_fork() directly** : Unix only and too complex. Not even worth trying.
**amphp/parallel** : technically works on Windows, but the DX is painful. To run anything in parallel you have to define a dedicated Task class, implement a `run()` method, make sure it's autoloadable in the worker, serialize your inputs manually, and wire up a worker pool on top. Just to run a task in another process and it has high cognitive load:
```php
class MyTask implements Task {
public function __construct(private readonly string $url) {}
public function run(Channel $channel, Cancellation $cancellation): string {
return file_get_contents($this->url);
}
}
// in a separate script
$worker = Amp\Parallel\Worker\createWorker();
$execution = $worker->submit(new MyTask('https://example.com'));
$result = $execution->await();
```
That's a lot of ceremony. And `echo` inside workers isn't reliable and the Amp docs explicitly say ordering is not guaranteed and it's "not recommended."
**Laravel Concurrency facade** — this one is actually clean and works on Windows:
```php
[$users, $posts] = Concurrency::run([
fn() => DB::table('users')->get(),
fn() => DB::table('posts')->get(),
]);
```
But there are two big problems. First, the name is misleading plus it's not actually concurrency in the traditional sense. Under the hood it's just spawning separate PHP processes via `artisan`, which is parallelism, not shared-memory concurrency. Second and more importantly: to use it you have to pull in the **entire Fat Laravel framework**. All of it. Just to run closures in parallel. If you're already in a Laravel project it's a decent option, but using it standalone purely for parallelism means booting a full framework on every worker spawn. The overhead is real and the dependency is enormous for what it actually does. Also, using print statement inside parallel task crash its json based ipc.
Then I found **hiblaphp/parallel**, released literally days ago. The author specifically handled Windows by switching to socket pairs for IPC instead of anonymous pipes (which don't support non-blocking mode on Windows). and it has great serialization
I was skeptical so I benchmarked it:
```
100 runs, persistent pool of 10 with booted workers on Windows:
Median: 0.583ms per task
Avg: 0.839ms per task
P95: 1.036ms
```
Sub-millisecond. On Windows. I did not expect that.
The API couldn't be more different from Amp's:
```php
echo "Main PID " . getmypid() . PHP_EOL;
$result = await(
parallel(function () {
sleep(1);
$pid = getmypid();
echo "PID: " . getmypid(). PHP_EOL;
return $pid
})
);
$pool = Parallel::pool(size: 4)->boot();
$result = await($pool->run(fn() => $processItem($data)));
$pool->shutdown();
Parallel::task()
Background: I'm a PHP dev primarily on Windows and I needed real parallelism and just async, actual CPU-bound tasks running in separate processes simultaneously for my csv parser that process billions of items using cross platform pure PHP solution.
Here's what I found going through the options:
**spatie/async** : nope. Depends on `pcntl` which doesn't exist on Windows. It silently falls back to running everything synchronously. No warning, no error. Just... slow.
**nunomaduro/pokio** : this one looked promising. Nuno Maduro (the guy behind Pest, Pint, Laravel Zero) released it recently with a really clean API:
```php
$promiseA = async(fn() => heavyWork());
$promiseB = async(fn() => otherWork());
[$a, $b] = await([$promiseA, $promiseB]);
```
Looks great. But under the hood it uses PCNTL to fork and FFI for shared memory IPC. On Windows, neither exists. The docs say it "automatically falls back to sequential execution" and which sounds polite but means it silently stops being parallel entirely. Same problem as spatie/async, just with a nicer API.
**ext-parallel** : nope need external extension, and wont even work on windows and need ZTS build.
**pcntl_fork() directly** : Unix only and too complex. Not even worth trying.
**amphp/parallel** : technically works on Windows, but the DX is painful. To run anything in parallel you have to define a dedicated Task class, implement a `run()` method, make sure it's autoloadable in the worker, serialize your inputs manually, and wire up a worker pool on top. Just to run a task in another process and it has high cognitive load:
```php
class MyTask implements Task {
public function __construct(private readonly string $url) {}
public function run(Channel $channel, Cancellation $cancellation): string {
return file_get_contents($this->url);
}
}
// in a separate script
$worker = Amp\Parallel\Worker\createWorker();
$execution = $worker->submit(new MyTask('https://example.com'));
$result = $execution->await();
```
That's a lot of ceremony. And `echo` inside workers isn't reliable and the Amp docs explicitly say ordering is not guaranteed and it's "not recommended."
**Laravel Concurrency facade** — this one is actually clean and works on Windows:
```php
[$users, $posts] = Concurrency::run([
fn() => DB::table('users')->get(),
fn() => DB::table('posts')->get(),
]);
```
But there are two big problems. First, the name is misleading plus it's not actually concurrency in the traditional sense. Under the hood it's just spawning separate PHP processes via `artisan`, which is parallelism, not shared-memory concurrency. Second and more importantly: to use it you have to pull in the **entire Fat Laravel framework**. All of it. Just to run closures in parallel. If you're already in a Laravel project it's a decent option, but using it standalone purely for parallelism means booting a full framework on every worker spawn. The overhead is real and the dependency is enormous for what it actually does. Also, using print statement inside parallel task crash its json based ipc.
Then I found **hiblaphp/parallel**, released literally days ago. The author specifically handled Windows by switching to socket pairs for IPC instead of anonymous pipes (which don't support non-blocking mode on Windows). and it has great serialization
I was skeptical so I benchmarked it:
```
100 runs, persistent pool of 10 with booted workers on Windows:
Median: 0.583ms per task
Avg: 0.839ms per task
P95: 1.036ms
```
Sub-millisecond. On Windows. I did not expect that.
The API couldn't be more different from Amp's:
```php
echo "Main PID " . getmypid() . PHP_EOL;
$result = await(
parallel(function () {
sleep(1);
$pid = getmypid();
echo "PID: " . getmypid(). PHP_EOL;
return $pid
})
);
$pool = Parallel::pool(size: 4)->boot();
$result = await($pool->run(fn() => $processItem($data)));
$pool->shutdown();
Parallel::task()
->onMessage(fn($msg) => print($msg->data . "\n"))
->run(function () {
echo "task running\n";
emit('Processing batch 1...');
emit('Processing batch 2...');
return 'done';
})
->wait();
```
No Task classes. No autoloading gymnastics. No framework. Just a closure.
I also tested `echo` inside workers and it works and streams in **real time**. Each line appeared live as the worker was sleeping, not buffered and dumped at the end. Concurrent workers don't garble each other's output either because each `echo` is wrapped in a structured JSON frame before being sent back to the parent. The would really extremely useful on CLI tooling applications and would benifit massively from its cross platform pool stability and realtime output streaming.
Other things it does that the alternatives don't:
- **"Self-healing pools and crash detection"** : if a worker segfaults or OOMs, the pool auto-respawns it and fires an `onWorkerRespawn` hook
- **"Exception teleportation"** : exceptions thrown inside workers come back to the parent with the original type and a merged stack trace showing both sides
- **"PHP-FPM like safety"** : you can literally configure a pool of workers to have limited timeout, memory, and max respawn rate.
- **Zero Heavy framework dependencies** : `composer require hiblaphp/parallel` and you're done
This project deservee much recognition and should be shown to many young people on how Pure PHP can do cool things. PHP Foundation and PHP influencers should promote open source projects that benefit the whole PHP in general not just frameworks and AI slop, to show that PHP can still compete with other languages in the realm of concurrency and parallelism. I'm glad that there's still people make PHP a better language as a whole and thinking forward.
https://redd.it/1sshzsp
@r_php
->run(function () {
echo "task running\n";
emit('Processing batch 1...');
emit('Processing batch 2...');
return 'done';
})
->wait();
```
No Task classes. No autoloading gymnastics. No framework. Just a closure.
I also tested `echo` inside workers and it works and streams in **real time**. Each line appeared live as the worker was sleeping, not buffered and dumped at the end. Concurrent workers don't garble each other's output either because each `echo` is wrapped in a structured JSON frame before being sent back to the parent. The would really extremely useful on CLI tooling applications and would benifit massively from its cross platform pool stability and realtime output streaming.
Other things it does that the alternatives don't:
- **"Self-healing pools and crash detection"** : if a worker segfaults or OOMs, the pool auto-respawns it and fires an `onWorkerRespawn` hook
- **"Exception teleportation"** : exceptions thrown inside workers come back to the parent with the original type and a merged stack trace showing both sides
- **"PHP-FPM like safety"** : you can literally configure a pool of workers to have limited timeout, memory, and max respawn rate.
- **Zero Heavy framework dependencies** : `composer require hiblaphp/parallel` and you're done
This project deservee much recognition and should be shown to many young people on how Pure PHP can do cool things. PHP Foundation and PHP influencers should promote open source projects that benefit the whole PHP in general not just frameworks and AI slop, to show that PHP can still compete with other languages in the realm of concurrency and parallelism. I'm glad that there's still people make PHP a better language as a whole and thinking forward.
https://redd.it/1sshzsp
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community
Utilizing Claude Skills in client projects
https://spatie.be/blog/utilizing-claude-skills-in-client-projects
https://redd.it/1ssglln
@r_php
https://spatie.be/blog/utilizing-claude-skills-in-client-projects
https://redd.it/1ssglln
@r_php
spatie.be
Utilizing Claude Skills in client projects
Building Custom Modules for PerfexCRM (CodeIgniter)
​
Hello,
I have experience with the CodeIgniter framework and I am now looking to start developing custom modules for PerfexCRM.
While I am familiar with the MVC structure, I want to ensure I follow Perfex’s specific architecture. Could you provide guidance on:
Hooks & Filters: What is the standard way to inject custom code into the admin UI without modifying core files?
Module Boilerplate: Is there a recommended starter kit or documentation for setting up the directory structure and the init.php file?
Database Migrations: How should I handle table creation and schema updates upon module activation?
If there are specific resources for CodeIgniter developers transitioning to Perfex module development, please let me know!
https://redd.it/1sskg9d
@r_php
​
Hello,
I have experience with the CodeIgniter framework and I am now looking to start developing custom modules for PerfexCRM.
While I am familiar with the MVC structure, I want to ensure I follow Perfex’s specific architecture. Could you provide guidance on:
Hooks & Filters: What is the standard way to inject custom code into the admin UI without modifying core files?
Module Boilerplate: Is there a recommended starter kit or documentation for setting up the directory structure and the init.php file?
Database Migrations: How should I handle table creation and schema updates upon module activation?
If there are specific resources for CodeIgniter developers transitioning to Perfex module development, please let me know!
https://redd.it/1sskg9d
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community
Migrator is a global CLI tool that analyses the complexity of upgrading or migrating a PHP project.
https://github.com/Kerrialn/migrator
https://redd.it/1ssjz21
@r_php
https://github.com/Kerrialn/migrator
https://redd.it/1ssjz21
@r_php
GitHub
GitHub - Kerrialn/migrator: CLI analysis tool to check the complexity of your PHP project for migration or upgrading.
CLI analysis tool to check the complexity of your PHP project for migration or upgrading. - Kerrialn/migrator
Your thoughts on reduced config files?
Hello there
I have been upgrading the Laravel with the Laravel Shift tool, but what it did was it removed e-v-e-r-y-t-h-i-n-g from my config files that represented default values.
It removed 90% of the content including comments.
Now I am wondering if I should follow this way, or keep them as they were before.
Personally I think that these configs are documenting stuff that me or some of my team friends could forget that are configurable at all, like i.e. cache prefix, BUT on the other hand this may be a hard fight for the future to keep these configuration files present without breaking the core.
Would appreciate the opinion of people who kept these config files unchanged and these who followed the way of "slimification". Which one seems to be better for you?
https://redd.it/1ssnggg
@r_php
Hello there
I have been upgrading the Laravel with the Laravel Shift tool, but what it did was it removed e-v-e-r-y-t-h-i-n-g from my config files that represented default values.
It removed 90% of the content including comments.
Now I am wondering if I should follow this way, or keep them as they were before.
Personally I think that these configs are documenting stuff that me or some of my team friends could forget that are configurable at all, like i.e. cache prefix, BUT on the other hand this may be a hard fight for the future to keep these configuration files present without breaking the core.
Would appreciate the opinion of people who kept these config files unchanged and these who followed the way of "slimification". Which one seems to be better for you?
https://redd.it/1ssnggg
@r_php
Reddit
From the laravel community on Reddit
Explore this post and more from the laravel community
Your Projections Will Fail — Make Them Resilient
https://medium.com/@dariuszgafka/your-projections-will-fail-make-them-resilient-e996650f56cf
https://redd.it/1sso588
@r_php
https://medium.com/@dariuszgafka/your-projections-will-fail-make-them-resilient-e996650f56cf
https://redd.it/1sso588
@r_php
Medium
Your Projections Will Fail — Make Them Resilient
There is a design decision that separates projections that recover from crashes automatically from ones that needs manual intervention.
Your Projections Will Fail — Make Them Resilient
https://medium.com/@dariuszgafka/your-projections-will-fail-make-them-resilient-e996650f56cf
https://redd.it/1sso4rw
@r_php
https://medium.com/@dariuszgafka/your-projections-will-fail-make-them-resilient-e996650f56cf
https://redd.it/1sso4rw
@r_php
Medium
Your Projections Will Fail — Make Them Resilient
There is a design decision that separates projections that recover from crashes automatically from ones that needs manual intervention.
Wonderful world of worktrees (and Laravel)
https://joeymckenzie.tech/blog/wonderful-world-of-worktrees-and-laravel
https://redd.it/1sssp7n
@r_php
https://joeymckenzie.tech/blog/wonderful-world-of-worktrees-and-laravel
https://redd.it/1sssp7n
@r_php
Announcing Plans for a PHP Ecosystem Survey and Report
https://thephp.foundation/blog/2026/04/22/announcing-plans-for-a-php-ecosystem-survey/
https://redd.it/1sstqzi
@r_php
https://thephp.foundation/blog/2026/04/22/announcing-plans-for-a-php-ecosystem-survey/
https://redd.it/1sstqzi
@r_php
thephp.foundation
Announcing Plans for a PHP Ecosystem Survey and Report
The PHP Foundation — Supporting, Advancing, and Developing the PHP Language