UseCase или как описывать бизнес-процессы в коде
UseCase - как организовать своё приложение с точки зрения бизнес-процессов, чтобы не погрязнуть в хаосе сервисов, контроллеров и разрозненной логики. Узнать как это
https://habr.com/ru/articles/1012988/
#usecase #application #domain #arhitectura #бизнеспроцессы #бизнеспроцесс #архитектура #бэкенд #php #laravel
I released version 4.8.0 for Laravel Mail Catchall
This version adds support for Laravel 13
This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.
RE: https://phpc.social/@ramsey/116293341799799534
This is tonight! Check it out!
Can someone in #laravel land answer me this?
why are there "helpers" for things like `Str::ucwords()` when you can literally use the php builtin?
This seems completely dumb to me.