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
Livewire Workflows

I just released my first package, Livewire Workflows, for easily creating multi-step workflows and form wizards from full-page Livewire components. The package provides for easy definition of workflows and guards, and handles route definition, navigation, and state management, offering helper methods for manual management. How can I improve this package to make it the most beneficial for you?

https://github.com/pixelworxio/livewire-workflows

https://redd.it/1osah5j
@r_php
php.ini - apache2 - not reflecting ini changes

I need to increase maxinputvars used by Apache. However the value I set in php.ini are being updated when I call phpinfo.

I can see the file being used as it's shown in phpinfo output. I've changed it and the CLI php.info and can see the CLI functions as expected. Changed every php.ini file available even though I know which one is being used. Server has been restarted (repeatedly lol).

My only guess is that occasionally I insert an "x" into a file try to close nano, which uses ctrl+x to close. This could maybe corrupt the file and it's just being ignored.

https://redd.it/1oscg87
@r_php
PHP library for handling large CSV files efficiently (stream-based + callable support) new Version 1.3.0

Good day, everyone!

Like in my previous post, I’d like to share version 1.3.0 of csv-manager, an open source PHP library I’ve been working on.

I listened to the feedback and suggestions from the community, and as a result, version 1.3.0 includes several bugs fixed and important improvements. I also made sure to keep it backward compatible with the previous versions.

The README has been updated with new usage examples and notes about deprecated functionality.

My plan is to continue expanding this library, adding mote features to the Facade, improving flexibility for different use cases, and supporting new formats in upcoming versions. I’ll be working on these updates over the next few days.

Of course, I’d really appreciate any feedback, suggestions, or opinions you might have.

REPO: https://gitlab.com/jcadavalbueno/csv-manager

Thanks for reading, and have a great day!

https://redd.it/1osie4v
@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/1osq0ws
@r_php
Laravel Post-Deployment Setup Wizard

https://reddit.com/link/1ot0q1f/video/6lpmsnb20c0g1/player

This is a specialized post-deployment setup wizard for a Laravel project for non-tech users. But it occurred to me, if I were to wrap this into a package, would it be helpful for others too?

I can create a more generic and customizable setup wizard like this, but only if it would actually be useful. Otherwise, I don’t want to spend time and effort on something that nobody would care about.

What’s your take on this?

https://redd.it/1ot0q1f
@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/1ot4947
@r_php
Introducing html-to-markdown PHP bindings

Hi Peeps,

I am the author of html-to-markdown - a Rust library for parsing HTML 5 into CommonMark compliant markdown (GitHub flavor syntax also supported).

The Rust library has a CLI, and its offered in the following languages - with fully typed safe bindings:

1. Python
2. TypeScript (both native and WASM)
3. Ruby
4. PHP (new!)

The readme for the PHP package includes installation and usage guidelines.

I'd be happy for any feedback!

https://redd.it/1ot656d
@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/1ot7453
@r_php
Thoughts on MCP with Laravel?

Hello all,

Recently I have been experimenting with building MCP Servers in Laravel and I am curious about the community's perspective on this integration.


My experience so far:
I built a simple MCP email sender, that lets Claude create and read emails through Laravel's mail system.


Question for the community:
What use cases have you seen using Laravel with MCP?

https://redd.it/1otibug
@r_php
php and mysql by jon duckett

php and mysql by jon duckett book are still relevant in 2025? i think the book was publish in 2022?

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