I released version 0.9.0 for GitLab Models for Laravel.
It added support for Laravel 13 (Thanks to @Sjors1985 ) and PHP 8.5.
This package is to store the webhook events from GitLab in you Laravel project.
I released version 0.9.0 for GitLab Models for Laravel.
It added support for Laravel 13 (Thanks to @Sjors1985 ) and PHP 8.5.
This package is to store the webhook events from GitLab in you Laravel project.
I released version 2.6.0 for GitLab webhooks receiver for Laravel.
This adds support for PHP 8.5 and Laravel 13
https://gitlab.com/tjvb/gitlab-webhooks-receiver-for-laravel/-/releases/v2.6.0
This package let you store the webhook data that you receive from GitLab in your Laravel application.
Руководство по стилю объектного проектирования для PHP 8.5
Хватит писать код, который только имитирует инкапсуляцию. 🙃
В 2019-м Нобак выпустил Object Design Style Guide — манифест о том, какими должны быть объекты. В 2025-м PHP 8.5 наконец-то догнал эту философию и встроил её прямо в синтаксис.
Теперь не нужно выбирать между «правильно» и «быстро». В статье рассматриваем, как новые фичи меняют повседневную практику.
https://www.dev-notes.ru/articles/php/object-design-style-guide-for-php-8.5/
I released version 4.7.0 for Laravel Mail Catchall
This version adds support for PHP 8.5
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.
PHP 8.5 Garbage Collection Improvements for Enums and Closures

What’s new in PHP 8.5 in terms of performance, debugging and operations

Is PHP 8.5 faster than previous versions?

And I released Laravel GitHash 1.9.0
The package is to get the current git hash (short or long) in your Laravel application.