Релиз PHP 8.5.0 Alpha 1
Это первый тестовый билд новой версии языка.
https://www.php.net/archive/2025.php#2025-07-03-5
@php_be1
Это первый тестовый билд новой версии языка.
https://www.php.net/archive/2025.php#2025-07-03-5
@php_be1
Как интегрировать Google Cloud Storage в Laravel
https://www.luckymedia.dev/blog/how-to-integrate-google-cloud-storage-with-laravel
@php_be1
https://www.luckymedia.dev/blog/how-to-integrate-google-cloud-storage-with-laravel
@php_be1
Атрибут #[\NoDiscard] в PHP 8.5
@php_be1
https://www.amitmerchant.com/the-nodiscard-attribute-in-php-85/
@php_be1
https://www.amitmerchant.com/the-nodiscard-attribute-in-php-85/
Amit Merchant - A blog on PHP, JavaScript, and more
Stop Ignoring Important Returns with PHP 8.5’s `#[\NoDiscard]` Attribute
When writing functions or methods in PHP, we often return values that are crucial for the caller to handle. Usually, those returned values need to be consumed. Check the following example.
Всё, что появится в PHP 8.5
@php_be1
https://www.amitmerchant.com/everything-that-is-coming-in-php-85/
@php_be1
https://www.amitmerchant.com/everything-that-is-coming-in-php-85/
Amit Merchant - A blog on PHP, JavaScript, and more
Everything that is coming in PHP 8.5
As every year, we will have the new version of PHP this year too, which is PHP 8.5. It’s the minor version in the PHP 8 line, and the version will be released later this year. Let’s discuss everything that has been added in PHP 8.5 so far.
4 дня назад вышел новый стандарт стиля кода - PER-CS v3.0 (https://www.php-fig.org/per/coding-style/)
Документ миграции с версии PER-CS 2.0 можно найти здесь (https://github.com/php-fig/per-coding-style/blob/master/migration-3.0.md).
https://github.com/php-fig/per-coding-style/releases/tag/3.0.0
@php_be1
Документ миграции с версии PER-CS 2.0 можно найти здесь (https://github.com/php-fig/per-coding-style/blob/master/migration-3.0.md).
https://github.com/php-fig/per-coding-style/releases/tag/3.0.0
@php_be1
MoonVibe: генератор админ-панелей на основе ИИ за 5 минут
@php_be1
https://habr.com/ru/articles/929268/
@php_be1
https://habr.com/ru/articles/929268/
Хабр
MoonVibe: генератор админ-панелей на основе ИИ за 5 минут
Привет, друзья! Сегодня расскажу новом инструменте для MoonShine , который может серьезно изменить ваш подход к созданию админ-панелей. MoonVibe — генератор на основе LLM, который умеет создавать...
Плагин Laravel Idea стал бесплатным
@php_be1
https://blog.jetbrains.com/phpstorm/2025/07/laravel-idea-is-now-free/
@php_be1
https://blog.jetbrains.com/phpstorm/2025/07/laravel-idea-is-now-free/
The JetBrains Blog
The Laravel Idea Plugin is Now Free for PhpStorm Users | The PhpStorm Blog
Starting July 30, 2025, we’re making Laravel Idea free for PhpStorm users. If you have the Laravel Idea plugin installed, you get full access to all plugin features at no extra cost.
Laravel Rate Limiting — Explained with Real-Life Examples
https://backpackforlaravel.com/articles/tutorials/laravel-rate-limiting-explained-with-real-life-examples
@php_be1
https://backpackforlaravel.com/articles/tutorials/laravel-rate-limiting-explained-with-real-life-examples?utm_campaign=laravelnews&utm_medium=link&utm_source=laravelnews
https://backpackforlaravel.com/articles/tutorials/laravel-rate-limiting-explained-with-real-life-examples
@php_be1
https://backpackforlaravel.com/articles/tutorials/laravel-rate-limiting-explained-with-real-life-examples?utm_campaign=laravelnews&utm_medium=link&utm_source=laravelnews
Backpack
Laravel Rate Limiting — Explained with Real-Life Examples
Imagine this — your app is running smoothly, then suddenly it gets hit with a wave of requests. Some from real users, others from bots...