PhpStorm setup for Laravel
Hello everyone,
I am curious how you guys solve the code formatting throughout php, blade and js files.
I am trying to get a common ground between all developers and also enforce all code formatting rules via a github action.
I have tried many configurations, but none of them work in the same way for both CI and local, e.g. npx prettier output is different than the phpstorm auto format.
Also laravel pint (in ci env) is different than local format (in phpstorm).
If you have any suggestions or guides to fully setup phpstorm and a gituhub action, please feel free to drop it here :)
Thanks!
https://redd.it/1nbx9eg
@r_php
Hello everyone,
I am curious how you guys solve the code formatting throughout php, blade and js files.
I am trying to get a common ground between all developers and also enforce all code formatting rules via a github action.
I have tried many configurations, but none of them work in the same way for both CI and local, e.g. npx prettier output is different than the phpstorm auto format.
Also laravel pint (in ci env) is different than local format (in phpstorm).
If you have any suggestions or guides to fully setup phpstorm and a gituhub action, please feel free to drop it here :)
Thanks!
https://redd.it/1nbx9eg
@r_php
Reddit
From the laravel community on Reddit
Explore this post and more from the laravel community
PHP Enum to javanoscript objects, The Ziggy / Wayfinder of Enums. Does that exists ?
In order to ensure consistency between front and back end, I'm looking for a package that would "automagically" generate javanoscript / typenoscript files from PHP enums.
I have loads of Enums that I am "mirroring" on the front-end for consistency. I would love this step to be automated.
Similar to what Ziggy ( https://github.com/tighten/ziggy ) or Wayfinder ( https://github.com/laravel/wayfinder ) do for routes: automatically generate some javanoscript code that can be used in the front-end.
Does that exist at all ?
How do you manage that in your code ?
https://redd.it/1nc0a6i
@r_php
In order to ensure consistency between front and back end, I'm looking for a package that would "automagically" generate javanoscript / typenoscript files from PHP enums.
I have loads of Enums that I am "mirroring" on the front-end for consistency. I would love this step to be automated.
Similar to what Ziggy ( https://github.com/tighten/ziggy ) or Wayfinder ( https://github.com/laravel/wayfinder ) do for routes: automatically generate some javanoscript code that can be used in the front-end.
Does that exist at all ?
How do you manage that in your code ?
https://redd.it/1nc0a6i
@r_php
GitHub
GitHub - tighten/ziggy: Use your Laravel routes in JavaScript.
Use your Laravel routes in JavaScript. Contribute to tighten/ziggy development by creating an account on GitHub.
Enforcing Strict Validation Rules in Laravel
https://nabilhassen.com/enforcing-strict-validation-rules-in-laravel
https://redd.it/1ncgbao
@r_php
https://nabilhassen.com/enforcing-strict-validation-rules-in-laravel
https://redd.it/1ncgbao
@r_php
Nabilhassen
Enforcing Strict Validation Rules in Laravel
Learn how to enforce strict validation in Laravel. See examples of boolean, distinct, integer, and numeric rules with and without strict mode.
Person Name - Globally extract and handle person names in various formats.
https://github.com/Lak-M/person-name
https://redd.it/1nch9ss
@r_php
https://github.com/Lak-M/person-name
https://redd.it/1nch9ss
@r_php
GitHub
GitHub - Lak-M/person-name: Format personal names in various styles-full, abbreviated, familiar, etc. based on country specific…
Format personal names in various styles-full, abbreviated, familiar, etc. based on country specific conventions - Lak-M/person-name
Launched! Bifrost: The build service for NativePHP
https://bifrost.nativephp.com/
https://redd.it/1nchj0y
@r_php
https://bifrost.nativephp.com/
https://redd.it/1nchj0y
@r_php
Reddit
From the laravel community on Reddit: Launched! Bifrost: The build service for NativePHP
Posted by simonhamp - 11 votes and 3 comments
Question about PHP/FI
I am curious about the early PHP versions and I see no precompiled binaries for PHP/FI 1 or 2. Do these exist? if not, how can I build them from source?
https://redd.it/1ncvuix
@r_php
I am curious about the early PHP versions and I see no precompiled binaries for PHP/FI 1 or 2. Do these exist? if not, how can I build them from source?
https://redd.it/1ncvuix
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community
Laravel React native starter if any?
Do we have any Laravel React Native starter? Any recommendation?
https://redd.it/1nd6wc7
@r_php
Do we have any Laravel React Native starter? Any recommendation?
https://redd.it/1nd6wc7
@r_php
Reddit
From the laravel community on Reddit
Explore this post and more from the laravel community
SymfonyCon Amsterdam 2025: Call for IT student volunteers: Volunteer, Learn & Connect!
https://symfony.com/blog/symfonycon-amsterdam-2025-call-for-it-student-volunteers-volunteer-learn-and-connect?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1nd82vn
@r_php
https://symfony.com/blog/symfonycon-amsterdam-2025-call-for-it-student-volunteers-volunteer-learn-and-connect?utm_medium=feed&utm_source=Symfony%20Blog%20Feed
https://redd.it/1nd82vn
@r_php
Symfony
SymfonyCon Amsterdam 2025: Call for IT student volunteers: Volunteer, Learn & Connect! (Symfony Blog)
Symfony is looking for motivated IT students to volunteer at SymfonyCon Amsterdam 2025! Help out for a day and enjoy the rest of the conference for free! Talks, networking, and fun included!
Add a custom file in config/packages
I want to add a custom config file
I think it's because there's no package JobOffer, but how can i fix it please ? That config file is sent to one of my services.
https://redd.it/1nd8s9m
@r_php
I want to add a custom config file
config/packages/job_offers.yaml. But i face an error:In FileLoader.php line 177:
There is no extension able to load the configuration for "job_offer" (in "C:\Users\Asmitta\sources\phenix-emploi/config/packages/job_offer.
yaml"). Looked for namespace "job_offer", found "framework", "doctrine", "doctrine_migrations", "debug", "twig", "web_profiler", "stimulus"
, "turbo", "twig_extra", "security", "monolog", "maker", "doctrine_fixtures", "twig_component", "autocomplete", "dropzone", "asmitta_form_f
low", "live_component", "chartjs", "mercure", "a2lix_auto_form", "a2lix_translation_form", "doctrine_behaviors", "knp_paginator", "presta_s
itemap" in C:\Users\Asmitta\sources\phenix-emploi/config/packages/job_offer.yaml (which is being imported from "C:\Users\Asmitta\sources\ph
enix-emploi\src\Kernel.php").
In YamlFileLoader.php line 814:
There is no extension able to load the configuration for "job_offer" (in "C:\Users\Asmitta\sources\phenix-emploi/config/packages/job_offer.
yaml"). Looked for namespace "job_offer", found "framework", "doctrine", "doctrine_migrations", "debug", "twig", "web_profiler", "stimulus"
, "turbo", "twig_extra", "security", "monolog", "maker", "doctrine_fixtures", "twig_component", "autocomplete", "dropzone", "asmitta_form_f
low", "live_component", "chartjs", "mercure", "a2lix_auto_form", "a2lix_translation_form", "doctrine_behaviors", "knp_paginator", "presta_s
itemap".
I think it's because there's no package JobOffer, but how can i fix it please ? That config file is sent to one of my services.
https://redd.it/1nd8s9m
@r_php
Reddit
From the symfony community on Reddit
Explore this post and more from the symfony community
will the forge 2 have a way to go around with mails?
hi, my setup is domains and mini-hosting by hostcreators, a small local company, then i have dns redirecting to digitalocean, because it's forge-connectable vps service.
now i have smtp at hostcreators, but they use ports 465 and 587, which are blocked by do.
so while paying for their mailing service, i also have to pay for mailgun.
since forge 2 vps' will be using do's servers, i assume these ports will still be blocked.
forge devs, is there a chance i could unblock these ports, so i don't have to pay 2 mailing subnoscriptions please?
https://redd.it/1nd83xh
@r_php
hi, my setup is domains and mini-hosting by hostcreators, a small local company, then i have dns redirecting to digitalocean, because it's forge-connectable vps service.
now i have smtp at hostcreators, but they use ports 465 and 587, which are blocked by do.
so while paying for their mailing service, i also have to pay for mailgun.
since forge 2 vps' will be using do's servers, i assume these ports will still be blocked.
forge devs, is there a chance i could unblock these ports, so i don't have to pay 2 mailing subnoscriptions please?
https://redd.it/1nd83xh
@r_php
Reddit
From the laravel community on Reddit
Explore this post and more from the laravel community
In-depth guide on documenting API responses with Scramble
https://laravel-news.com/in-depth-guide-on-documenting-api-responses-with-scramble
https://redd.it/1ndaued
@r_php
https://laravel-news.com/in-depth-guide-on-documenting-api-responses-with-scramble
https://redd.it/1ndaued
@r_php
Laravel News
In-depth guide on documenting API responses with Scramble - Laravel News
An in-depth guide on documenting API responses with Scramble.
Introducing Laritor: Performance Monitoring & Observability Tailored for Laravel
https://laritor.com/?utm_source=reddit&utm_medium=subreddit&utm_campaign=php
https://redd.it/1ndc3ti
@r_php
https://laritor.com/?utm_source=reddit&utm_medium=subreddit&utm_campaign=php
https://redd.it/1ndc3ti
@r_php
Laritor
Performance Monitoring & Observability for Laravel Apps
Laritor delivers real-time performance monitoring & observability for Laravel apps with AI-powered insights, customizable dashboards, instant alerts, and detailed request tracing.
SheafUI Starter Kit, Zero dependency Laravel boilerplate with 16 components you actually own
SheafUI Starter Kit is different:
When you install it, you get 16 beautiful UI components that are copy-pasted directly into your Laravel project. They become YOUR code. Modify them, customize them, remove SheafUI CLI entirely if you want and your components stay.
What's included:
\- Complete authentication system (registration, login, password reset)
\- Dashboard with functional components
\- User settings and profile management
\- Toast notification system (works with Livewire + controllers)
\- 16 production-ready UI components (buttons, forms, modals, etc.)
\- Zero external dependencies (except sheaf/cli for installation)
True code ownership:
\- Copy-paste installation model
\- No vendor lock-in
\- Remove SheafUI anytime - your code remains
Check it out: https://sheafui.dev/docs/guides/starter-kit
Anyone else tired of not actually owning their UI code? What's your experience with vendor lock-in?
https://redd.it/1nd8yhg
@r_php
SheafUI Starter Kit is different:
When you install it, you get 16 beautiful UI components that are copy-pasted directly into your Laravel project. They become YOUR code. Modify them, customize them, remove SheafUI CLI entirely if you want and your components stay.
What's included:
\- Complete authentication system (registration, login, password reset)
\- Dashboard with functional components
\- User settings and profile management
\- Toast notification system (works with Livewire + controllers)
\- 16 production-ready UI components (buttons, forms, modals, etc.)
\- Zero external dependencies (except sheaf/cli for installation)
True code ownership:
\- Copy-paste installation model
\- No vendor lock-in
\- Remove SheafUI anytime - your code remains
Check it out: https://sheafui.dev/docs/guides/starter-kit
Anyone else tired of not actually owning their UI code? What's your experience with vendor lock-in?
https://redd.it/1nd8yhg
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community
UX SweetAlert, a Symfony bundle integrating the SweetAlert2 library in Symfony applications.
Looking to enhance your Symfony application's UX with elegant modal dialogs and toast notifications? Meet UX SweetAlert, a Symfony UX bundle that seamlessly integrates SweetAlert2 into your PHP backend and Twig frontend.
UX SweetAlert gives you an elegant, JavaScript-powered feedback system directly from your Symfony controllers — no need to manage messy JS state manually.
If you're already using Symfony UX and Stimulus, this is a no-brainer.
📦 GitHub repository : https://github.com/pentiminax/ux-sweet-alert
https://redd.it/1ndir9k
@r_php
Looking to enhance your Symfony application's UX with elegant modal dialogs and toast notifications? Meet UX SweetAlert, a Symfony UX bundle that seamlessly integrates SweetAlert2 into your PHP backend and Twig frontend.
UX SweetAlert gives you an elegant, JavaScript-powered feedback system directly from your Symfony controllers — no need to manage messy JS state manually.
If you're already using Symfony UX and Stimulus, this is a no-brainer.
📦 GitHub repository : https://github.com/pentiminax/ux-sweet-alert
https://redd.it/1ndir9k
@r_php
sweetalert2.github.io
SweetAlert2 - a beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes
Person Name - Split Names, Format with Ease
https://github.com/Lak-M/person-name
https://redd.it/1ne01v3
@r_php
https://github.com/Lak-M/person-name
https://redd.it/1ne01v3
@r_php
GitHub
GitHub - Lak-M/person-name: Format personal names in various styles-full, abbreviated, familiar, etc. based on country specific…
Format personal names in various styles-full, abbreviated, familiar, etc. based on country specific conventions - Lak-M/person-name
Do you embed PHP code in the blade file or barely? If you do, where is the boundary that determines that it is fine in the blade or it should be in the PHP component class? I'm in a bind.
Which is better for passing and displaying schedules to the calendar that uses CSS grid? In the livewire component, ready the collection with empty items for the sake of putting an empty grid item and display the schedules correctly or do it in the blade file by writing/embedding php code and using foreach loop?
https://redd.it/1ndzftt
@r_php
Which is better for passing and displaying schedules to the calendar that uses CSS grid? In the livewire component, ready the collection with empty items for the sake of putting an empty grid item and display the schedules correctly or do it in the blade file by writing/embedding php code and using foreach loop?
https://redd.it/1ndzftt
@r_php
Reddit
From the laravel community on Reddit
Explore this post and more from the laravel community
Are PHP developers underestimating the power of typed properties in real projects?
PHP has been gradually adding type safety features like typed properties and union types. In real-world applications, are developers actually using these features to improve code reliability, or do they mostly stick to dynamic typing out of habit? I’d love to hear examples or experiences of teams successfully adopting these features - or the challenges you’ve faced in doing so.
https://redd.it/1ne1txj
@r_php
PHP has been gradually adding type safety features like typed properties and union types. In real-world applications, are developers actually using these features to improve code reliability, or do they mostly stick to dynamic typing out of habit? I’d love to hear examples or experiences of teams successfully adopting these features - or the challenges you’ve faced in doing so.
https://redd.it/1ne1txj
@r_php
Reddit
From the PHP community on Reddit
Explore this post and more from the PHP community
Laravel Notifications: dynamic channels, priority, and delayed sending
https://crnkovic.me/laravel-notifications-on-steroids
https://redd.it/1ne3ygt
@r_php
https://crnkovic.me/laravel-notifications-on-steroids
https://redd.it/1ne3ygt
@r_php
crnkovic.me
Laravel Notifications: dynamic channels, priority, and delayed sending - Josip Crnković
Learn how to make Laravel notifications super powerful: multi-channel, delayed sending, and customizable.
PHP Portfolio shocase
Hey everyone,
I have wrote a simple php portfolio, i want to showcare here because its my first php project.
give a star if you like it, here is a repo link with site deployed with gh
Repo: https://github.com/c0d3h01/php-portfolio
Site Deployed: **https://c0d3h01.github.io/php-portfolio/**
https://redd.it/1ne5vst
@r_php
Hey everyone,
I have wrote a simple php portfolio, i want to showcare here because its my first php project.
give a star if you like it, here is a repo link with site deployed with gh
Repo: https://github.com/c0d3h01/php-portfolio
Site Deployed: **https://c0d3h01.github.io/php-portfolio/**
https://redd.it/1ne5vst
@r_php
GitHub
GitHub - c0d3h01/php-portfolio: Personal portfolio written in PHP
Personal portfolio written in PHP. Contribute to c0d3h01/php-portfolio development by creating an account on GitHub.