SymfonyCon Amsterdam 2025: Installing Symfony with Symfony using the Browser
https://symfony.com/blog/symfonycon-amsterdam-2025-installing-symfony-with-symfony-using-the-browser?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1o6de0i
@r_php
https://symfony.com/blog/symfonycon-amsterdam-2025-installing-symfony-with-symfony-using-the-browser?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1o6de0i
@r_php
Symfony
SymfonyCon Amsterdam 2025: Installing Symfony with Symfony using the Browser (Symfony Blog)
📦 One file, zero hassle. Join Soner Sayakci to see how Symfony apps can be installed from a single PHP file—no CLI required!
Php and Replit
Want to start learning Php. How to get started w writing code in Replit?
https://redd.it/1o6umg6
@r_php
Want to start learning Php. How to get started w writing code in Replit?
https://redd.it/1o6umg6
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community
Is security more important that features?
We all know that handling security is a feature in itself. It's almost understandable when developers cut corners to ship a product faster.
What do you think is the most common cause of software security vulnerabilities today? Is it poor coding, configuration mistakes, or the human element? Is there or will there ever be 'the perfectly secure, unbreakable platform'?
The Dotkernel Headless Platform is doing its part to mitigate basic security concerns that are mentioned in this article. We believe it's a solid start that is a must for any project. Of course, there are many more things not included here, like deployment, server-related tasks, network and infrastructure. Those are topics for a future discussion, as the focus here was on the main codebase.
https://www.dotkernel.com/best-practice/basic-security-in-dotkernel-headless-platform/
https://redd.it/1o77rc3
@r_php
We all know that handling security is a feature in itself. It's almost understandable when developers cut corners to ship a product faster.
What do you think is the most common cause of software security vulnerabilities today? Is it poor coding, configuration mistakes, or the human element? Is there or will there ever be 'the perfectly secure, unbreakable platform'?
The Dotkernel Headless Platform is doing its part to mitigate basic security concerns that are mentioned in this article. We believe it's a solid start that is a must for any project. Of course, there are many more things not included here, like deployment, server-related tasks, network and infrastructure. Those are topics for a future discussion, as the focus here was on the main codebase.
https://www.dotkernel.com/best-practice/basic-security-in-dotkernel-headless-platform/
https://redd.it/1o77rc3
@r_php
Dotkernel | Headless Platform for modern web applications
Basic Security in Dotkernel Headless Platform
Software security should always be in the back of your mind as a developer. It may seem fine at first to deliver a feature sooner, only to find later on that you left a backdoor into your crisp new update. You ignore security at your own risk, with potentially…
I created Symfony Franken Starter Kit, an open source starter to get started quickly, clean and modern.
🎯 Each Symfony project often starts with the same hassle: config, boilerplate, waste of time…
I created Symfony Franken Starter Kit, an open source starter to get started quickly, clean and modern.
💡 What it brings: • Symfony 7.3 + FrankenPHP, modern PHP server in Go • PostgreSQL 16 + Docker Compose ready to use • Doctrine configured with UUID, timestamps and soft deletes • Messenger for asynchronous tasks • Makefile with 20+ useful commands • app:make:domain-entity command to automatically generate your entities and repositories according to the hexagonal architecture
Tell me what you think about it?
➡️ Find out here: https://github.com/jzohore/symfony-franken-starter-kit.git
Feedback and contributions are welcome!
https://redd.it/1o785gu
@r_php
🎯 Each Symfony project often starts with the same hassle: config, boilerplate, waste of time…
I created Symfony Franken Starter Kit, an open source starter to get started quickly, clean and modern.
💡 What it brings: • Symfony 7.3 + FrankenPHP, modern PHP server in Go • PostgreSQL 16 + Docker Compose ready to use • Doctrine configured with UUID, timestamps and soft deletes • Messenger for asynchronous tasks • Makefile with 20+ useful commands • app:make:domain-entity command to automatically generate your entities and repositories according to the hexagonal architecture
Tell me what you think about it?
➡️ Find out here: https://github.com/jzohore/symfony-franken-starter-kit.git
Feedback and contributions are welcome!
https://redd.it/1o785gu
@r_php
GitHub
GitHub - jzohore/symfony-franken-starter-kit: A modern Symfony 7.1 starter powered by **FrankenPHP**, **PostgreSQL**, and **Docker**…
A modern Symfony 7.1 starter powered by **FrankenPHP**, **PostgreSQL**, and **Docker** — ready for production and local development. - jzohore/symfony-franken-starter-kit
SymfonyCon Amsterdam 2025: Performance Milestone for the Symfony Ecosystem
https://symfony.com/blog/symfonycon-amsterdam-2025-performance-milestone-for-the-symfony-ecosystem?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1o77qnc
@r_php
https://symfony.com/blog/symfonycon-amsterdam-2025-performance-milestone-for-the-symfony-ecosystem?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1o77qnc
@r_php
Symfony
SymfonyCon Amsterdam 2025: Performance Milestone for the Symfony Ecosystem (Symfony Blog)
⚡ Supercharge your Symfony apps. Discover with Antoine Bluchet how JSON Streamer and FrankenPHP unleash next-level performance with real benchmarks and practical tips.
Failover Queue Driver in Laravel 12.34
https://nabilhassen.com/laravel-failover-queue-driver
https://redd.it/1o7gslw
@r_php
https://nabilhassen.com/laravel-failover-queue-driver
https://redd.it/1o7gslw
@r_php
Nabilhassen
Failover Queue Driver in Laravel 12.34
Learn how Laravel's failover queue driver improves reliability by automatically switching to backup connections when the primary queue fails.
CodefyPHP 3 Release – performance tweaks, new features, and improvements for rapid development
[CodefyPHP v3](https://codefyphp.com/docs/blog/2025/10/15/codefyphp-3-is-here/), the PHP web framework for complex applications has been released and includes some solid improvements, new features, and bug fixes.
**Highlights:**
* HTTP and content caching options
* New PSR-14 implementation
* Localization improvements
* Supports multiple database drivers (using PDO) - fixed
* Asset management
* Rate Limiting and referrer spam protection
* Minifier middlewares
* Encrypt environment variables; decrypt during runtine
* and much more
Repo: [https://github.com/codefyphp/codefy](https://github.com/codefyphp/codefy)
Docs: [https://codefyphp.com/docs/](https://codefyphp.com/docs/)
I’d love feedback from anyone working with DDD, CQRS, or event-sourced applications — especially around your real-world use cases and what should be improved and/or added in CodefyPHP.
https://redd.it/1o7qcdw
@r_php
[CodefyPHP v3](https://codefyphp.com/docs/blog/2025/10/15/codefyphp-3-is-here/), the PHP web framework for complex applications has been released and includes some solid improvements, new features, and bug fixes.
**Highlights:**
* HTTP and content caching options
* New PSR-14 implementation
* Localization improvements
* Supports multiple database drivers (using PDO) - fixed
* Asset management
* Rate Limiting and referrer spam protection
* Minifier middlewares
* Encrypt environment variables; decrypt during runtine
* and much more
Repo: [https://github.com/codefyphp/codefy](https://github.com/codefyphp/codefy)
Docs: [https://codefyphp.com/docs/](https://codefyphp.com/docs/)
I’d love feedback from anyone working with DDD, CQRS, or event-sourced applications — especially around your real-world use cases and what should be improved and/or added in CodefyPHP.
https://redd.it/1o7qcdw
@r_php
Codefyphp
CodefyPHP 3 Is Here - CodefyPHP
CodefyPHP 3 is the newest release of the PHP web framework for building complex applications.
🎉 I just published my first Laravel package!
# Laravel User Auditable
A Laravel package that provides user auditing capabilities for your database tables and Eloquent models. Easily track which users create, update, and delete records in your application.
✨ Features:
# Features
(https://github.com/3rn3st0/laravel-user-auditable#features)
🕵️ User Auditing: Automatically track `created_by`, `updated_by`, and `deleted_by`
🔧 Flexible Macros: Schema macros for easy migration creation
🎯 Multiple Key Types: Support for ID, UUID, and ULID
🏷️ Relationships: Built-in relationships to user models
📊 Query Scopes: Easy filtering by user actions
⚡ Zero Configuration: Works out of the box
🔗 https://packagist.org/packages/ernestoch/laravel-user-auditable
\#laravel #php #package #opensource
https://redd.it/1o7wj69
@r_php
# Laravel User Auditable
A Laravel package that provides user auditing capabilities for your database tables and Eloquent models. Easily track which users create, update, and delete records in your application.
✨ Features:
# Features
(https://github.com/3rn3st0/laravel-user-auditable#features)
🕵️ User Auditing: Automatically track `created_by`, `updated_by`, and `deleted_by`
🔧 Flexible Macros: Schema macros for easy migration creation
🎯 Multiple Key Types: Support for ID, UUID, and ULID
🏷️ Relationships: Built-in relationships to user models
📊 Query Scopes: Easy filtering by user actions
⚡ Zero Configuration: Works out of the box
🔗 https://packagist.org/packages/ernestoch/laravel-user-auditable
\#laravel #php #package #opensource
https://redd.it/1o7wj69
@r_php
GitHub
GitHub - 3rn3st0/laravel-user-auditable: Laravel User Auditable
Laravel User Auditable. Contribute to 3rn3st0/laravel-user-auditable development by creating an account on GitHub.
Filament v4 beginner course
https://www.youtube.com/playlist?list=PLjCZ5YN4HlaeW5LRx3ZWfBCikQk01KCDw
https://redd.it/1o847kp
@r_php
https://www.youtube.com/playlist?list=PLjCZ5YN4HlaeW5LRx3ZWfBCikQk01KCDw
https://redd.it/1o847kp
@r_php
I was asked about the two - Laravel Prism or Neuron AI?
https://github.com/neuron-core/neuron-ai/discussions/50
https://redd.it/1o85nel
@r_php
https://github.com/neuron-core/neuron-ai/discussions/50
https://redd.it/1o85nel
@r_php
GitHub
laravel prism or Neuron ai? · neuron-core neuron-ai · Discussion #50
for those who used both, how would you compare or choose between them? hope this question is allowed here
SymfonyCon Amsterdam 2025: Inside the first Git commit: powerful ideas behind a minimal start
https://symfony.com/blog/symfonycon-amsterdam-2025-inside-the-first-git-commit-powerful-ideas-behind-a-minimal-start?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1o86qgm
@r_php
https://symfony.com/blog/symfonycon-amsterdam-2025-inside-the-first-git-commit-powerful-ideas-behind-a-minimal-start?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1o86qgm
@r_php
Symfony
SymfonyCon Amsterdam 2025: Inside the first Git commit: powerful ideas behind a minimal start (Symfony Blog)
📝 Lessons from the first commit. Explore, with Valentin Rusev, Linus Torvalds’ earliest Git code and discover the timeless design principles that make it reliable, simple, and powerful.
Using MCP to steal insights from YouTube videos
https://youtu.be/LoAEi5Hz--o
https://redd.it/1o84kld
@r_php
https://youtu.be/LoAEi5Hz--o
https://redd.it/1o84kld
@r_php
YouTube
Using MCP to steal insights from YouTube videos
How I'm using Laravel & the Laravel MCP package with Claude to more efficiently borrow insights from YouTube videos.
Handy links:
- Laravel MCP package: https://laravel.com/docs/12.x/mcp
Handy links:
- Laravel MCP package: https://laravel.com/docs/12.x/mcp
Automated Code/Vulnerability Testing Platforms
I'm looking for an automated code/vulnerability scanning tool (whether that's Laravel-specific (preferred) or a more general platform). Any recommendations?
I started and built a SaaS application a couple years ago. It's grown faster than I anticipated. We house a good amount of sensitive information, so I want to make sure I'm plugging any obvious holes/vulnerabilities that we may be missing from user/development error.
I've done a basic Google search, but I'm not finding anything that seems to be Laravel-specific.
https://redd.it/1o89jq7
@r_php
I'm looking for an automated code/vulnerability scanning tool (whether that's Laravel-specific (preferred) or a more general platform). Any recommendations?
I started and built a SaaS application a couple years ago. It's grown faster than I anticipated. We house a good amount of sensitive information, so I want to make sure I'm plugging any obvious holes/vulnerabilities that we may be missing from user/development error.
I've done a basic Google search, but I'm not finding anything that seems to be Laravel-specific.
https://redd.it/1o89jq7
@r_php
Reddit
From the laravel community on Reddit
Explore this post and more from the laravel community
Why I chose Phoenix LiveView over Rails, Laravel, and Next.js
https://news.ycombinator.com/item?id=45605291
https://redd.it/1o8drqh
@r_php
https://news.ycombinator.com/item?id=45605291
https://redd.it/1o8drqh
@r_php
Reddit
From the PHP community on Reddit: Why I chose Phoenix LiveView over Rails, Laravel, and Next.js
Posted by arx-go - 0 votes and 7 comments
Fully functional shadcn application starter for Laravel 12
Hey guys,
Because of r/Laravel's karma requirement, i could not post, so i hope its okay i post it here.
I spent the last days making an complete starter template for Laravel using shadcn and Inertia.js. The other starters i found that use shadcn are either outdated or dont cover the whole authentication flow.
Anyways, i hope you enjoy my small template, and feel free to contribute!
https://github.com/Kleppinger/laravel-shadcn-starter
https://redd.it/1o8hu72
@r_php
Hey guys,
Because of r/Laravel's karma requirement, i could not post, so i hope its okay i post it here.
I spent the last days making an complete starter template for Laravel using shadcn and Inertia.js. The other starters i found that use shadcn are either outdated or dont cover the whole authentication flow.
Anyways, i hope you enjoy my small template, and feel free to contribute!
https://github.com/Kleppinger/laravel-shadcn-starter
https://redd.it/1o8hu72
@r_php
GitHub
GitHub - Kleppinger/laravel-shadcn-starter: An Laravel 12 template that uses Inertia.js with shadcn
An Laravel 12 template that uses Inertia.js with shadcn - Kleppinger/laravel-shadcn-starter
Doppar: The PHP Framework Where Performance Meets Aristocratic Syntax
https://medium.com/@mahedi.se.dev/doppar-the-php-framework-where-performance-meets-aristocratic-syntax-ff66d658c6b8
https://redd.it/1o8u6jd
@r_php
https://medium.com/@mahedi.se.dev/doppar-the-php-framework-where-performance-meets-aristocratic-syntax-ff66d658c6b8
https://redd.it/1o8u6jd
@r_php
Medium
Doppar: The PHP Framework Where Performance Meets Aristocratic Syntax
The PHP landscape is vibrant and ever-evolving, but every so often, a project emerges that challenges the status quo, promising a true leap…
Just Realized Coolify (That Awesome Self-Hosted Deployment Tool) Is Built on Laravel
i've been messing around with coolify for a bit now on some of my deployments – it's this open-source heroku/netlify alternative that's super handy for self-hosting apps, dbs, and all that without the cloud lock-in. been loving how easy it makes things, but till date i straight up didn't realize it was built with php and esp laravel under the hood. like, how did i miss that?
anyway, wanted to share this lil discovery here cuz i figure some of you might wanna check it out or have thoughts on it. now that i know, i'm planning to dive deeper into their codebase – see how they handled stuff like the ui, api layers, or whatever deployment magic they're pulling off. hoping to pick up a thing or two on laravel best practices, scaling decisions, or just solid php patterns they might be following.
what do you all think? anyone else using coolify in prod? any red flags or cool hacks you've spotted if you've peeked at the source? would love to hear your takes while i geek out on this.
check it out here:
github: [https://github.com/coollabsio/coolify](https://github.com/coollabsio/coolify)
website: https://coolify.io/
https://redd.it/1o8uyxk
@r_php
i've been messing around with coolify for a bit now on some of my deployments – it's this open-source heroku/netlify alternative that's super handy for self-hosting apps, dbs, and all that without the cloud lock-in. been loving how easy it makes things, but till date i straight up didn't realize it was built with php and esp laravel under the hood. like, how did i miss that?
anyway, wanted to share this lil discovery here cuz i figure some of you might wanna check it out or have thoughts on it. now that i know, i'm planning to dive deeper into their codebase – see how they handled stuff like the ui, api layers, or whatever deployment magic they're pulling off. hoping to pick up a thing or two on laravel best practices, scaling decisions, or just solid php patterns they might be following.
what do you all think? anyone else using coolify in prod? any red flags or cool hacks you've spotted if you've peeked at the source? would love to hear your takes while i geek out on this.
check it out here:
github: [https://github.com/coollabsio/coolify](https://github.com/coollabsio/coolify)
website: https://coolify.io/
https://redd.it/1o8uyxk
@r_php
GitHub
GitHub - coollabsio/coolify: An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy…
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your o...
How often do you jump to another tool (IDE, CI, repo) just to fix one bug?
I was tracking my workflow the other day and realized a single bug fix can involve jumping between four or five different tools: the browser, my IDE, the terminal, GitHub, and sometimes Jira. The context switching is a real focus killer.
We've been trying to solve a piece of this by linking runtime errors from the browser directly to a fix in the IDE but we're looking for ideas on how to make this more helpful by understanding the developer mindset a little better.
How many different applications do you typically have to open to resolve one bug?
https://redd.it/1o8val5
@r_php
I was tracking my workflow the other day and realized a single bug fix can involve jumping between four or five different tools: the browser, my IDE, the terminal, GitHub, and sometimes Jira. The context switching is a real focus killer.
We've been trying to solve a piece of this by linking runtime errors from the browser directly to a fix in the IDE but we're looking for ideas on how to make this more helpful by understanding the developer mindset a little better.
How many different applications do you typically have to open to resolve one bug?
https://redd.it/1o8val5
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community