PHP Reddit – Telegram
PHP Reddit
34 subscribers
287 photos
36 videos
24.7K links
Channel to sync with /r/PHP /r/Laravel /r/Symfony. Powered by awesome @r_channels and @reddit2telegram
Download Telegram
Best PHP and computer science courses for professional development in 2026?

Hey everyone,

I’m a full-stack web developer looking to level up my PHP skills in 2026. I’m mostly self-taught, so I want to rebuild my fundamentals from the ground up, not just in PHP but in computer science in general. I also want to dig into more advanced topics like modern architecture, design patterns, performance, and testing.

I’m open to online or in-person courses, certifications, or developer conferences that can help me become a stronger and more well-rounded developer.

If you’ve taken any courses or attended any events that really helped you grow, I’d love to hear your recommendations.

Thanks in advance!

https://redd.it/1okv8ot
@r_php
Is there a tool that is able to convert a dump into Symfony Migration?

I am in search for a tool that allows me to convert an SQL dump into a Symfony migration, the reason why is because I am reintroducing migrations into my system and I my coleagues to just run:

  
php bin/console doctrine:migrations:migrate


In order to setup a new Db schema. Is there a way to do this, does worth the effort and time?

https://redd.it/1okvedt
@r_php
Trying to make my own login logic but Fortifys routes are blocking my routes.

Yeah I’m just fiddling so no need to bark at me for changing the login logic.

But where are the fortify /login /register routes or can I ”publish” the stubs? Currently npm run dev gives errors about duplicate routes when I add /login /register to web.php

I’m using Laravel 12.32 something with inertia vue.

https://redd.it/1olhwjg
@r_php
Laravel Package: Laravel Profanity MIT

Packagist: https://packagist.org/packages/evo-mark/evo-laravel-profanity

Source: https://github.com/evo-mark/evo-laravel-profanity

Everyone loves swearing, but there might be instances where you don't want to accept user input which contains it (e.g. a first name for an introductory invite email "Hello F***face").

Previously we'd used the reliable https://github.com/arandilopez/laravel-profane but it hasn't been updated since Laravel 8.

With the recent release of the Pest Profanity package, we saw an opportunity to use their curated word list to power a Larvel validation rule.

Installation and usage instructions are in the REAME.

https://redd.it/1om4zxi
@r_php
Horizon on multiple servers

I am currently running horizon on a single server with redis queue driver. This iserver is only used for queue processing while web requests are handled by other servers and post jobs to redis queue. Can i scale this setup by adding one more queue server to run horizo n? Will there be a chance that same job is executed by both the servers simultaneously.

https://redd.it/1omnmnp
@r_php
Weekly /r/Laravel Help Thread

Ask your Laravel help questions here. To improve your chances of getting an answer from the community, here are some tips:

What steps have you taken so far?
What have you tried from the documentation?
Did you provide any error messages you are getting?
Are you able to provide instructions to replicate the issue?
Did you provide a code example?
Please don't post a screenshot of your code. Use the code block in the Reddit text editor and ensure it's formatted correctly.

For more immediate support, you can ask in the official Laravel Discord.

Thanks and welcome to the r/Laravel community!

https://redd.it/1omo5hi
@r_php
Weekly Ask Anything Thread

Feel free to ask any questions you think may not warrant a post. Asking for help here is also fine.

https://redd.it/1on2am9
@r_php
I built Laranode, an Open-Source Hosting Control Panel for Your VPS made with Laravel & InertiaJS

Hey Laravel devs! 👋

I just released Laranode v1, an open-source hosting control panel built with Laravel & InertiaJS React.

It’s a “shy” v1 from a solo dev — I focused on keeping it light and simple, just enough to manage a minimal web server efficiently.

Some highlights:
Self-Hosted & Open Source – Full control, no licensing fees.
Multi-Account Support – Role-based access for admins & users.
Website & File Management – Create websites and manage files from the browser.
SSL with Let’s Encrypt – One-click free certificates.
Live System Stats – Monitor CPU, memory & network in real-time.
LAMP Stack Administration – Manage Apache, MySQL & PHP easily.
User-Friendly Interface – Clean and simple UI designed for efficiency.
MySQL Management – Create & control databases.
UFW Firewall – Simple firewall rule management.

GitHub repo: https://github.com/crivion/laranode

Next steps for me: adding a backup manager and PHP versioning manager, all while keeping things simple.

I’d love to hear your thoughts, feature requests, or ideas. If you like it, a on GitHub helps Laranode get noticed by more Laravel devs!

https://preview.redd.it/h09vg9fznzyf1.png?width=2940&format=png&auto=webp&s=0f74faf90e7bb6d2b298da8ef317c521cd1827c5

https://redd.it/1on4uvl
@r_php
Weekly help thread

Hey there!

This subreddit isn't meant for help threads, though there's one exception to the rule: in this thread you can ask anything you want PHP related, someone will probably be able to help you out!

https://redd.it/1on53jx
@r_php
Industry alpha release - a package for generating realistic text in factories with AI
https://redd.it/1ongiud
@r_php
PHPBB Forum

Alguém tem um noscript extensão de pontos e loja para forum phpbb? Onde o usuário ganha pontos por posts e pode trocar por itens na loja tipo badges ou Nick animado etc...

https://redd.it/1onk68o
@r_php
PHP 8.5 piping operator

I really want to use the shiny pipe operator they introduce and yet I don't know the ergonomics of |> as the operator. I whish they kept the PHP naming system and used "pipe" instead of |>. What do you think of this?

https://redd.it/1onnnfe
@r_php