Релиз Laravel Eloquent Scope as Select
Пакет для повторного использования скоупов
https://protone.media/nl/blog/stop-duplicating-your-eloquent-query-scopes-and-constraints-re-use-them-as-select-statements-with-a-new-laravel-package
Пакет для повторного использования скоупов
https://protone.media/nl/blog/stop-duplicating-your-eloquent-query-scopes-and-constraints-re-use-them-as-select-statements-with-a-new-laravel-package
Protone Media
Stop duplicating your Eloquent query scopes and constraints. Re-use them as select statements with a new Laravel package. | Protone…
In the Laravel framework, you've undoubtedly come across the Eloquent
ORM. It makes working with your database a breeze as its query builder
is both simple and incredibly powerful. It also has this concept of
scopes, which you can apply globally to a model…
ORM. It makes working with your database a breeze as its query builder
is both simple and incredibly powerful. It also has this concept of
scopes, which you can apply globally to a model…
Валидация API-тестов с помощью OpenAPI в Laravel
https://levelup.gitconnected.com/validate-your-php-api-tests-against-openapi-definitions-a-laravel-example-24dca3419151
https://levelup.gitconnected.com/validate-your-php-api-tests-against-openapi-definitions-a-laravel-example-24dca3419151
Medium
Validate Your PHP API Tests Against OpenAPI Definitions — A Laravel Example
OpenAPI definitions are great to generate nice documentations, but there is much more we can do with them
Новое в Laravel 8.17: выполнение кода после успешной транзакции
https://www.amitmerchant.com/execute-code-outside-of-transaction-only-when-it-commits-laravel-8x/
https://www.amitmerchant.com/execute-code-outside-of-transaction-only-when-it-commits-laravel-8x/
Amit Merchant - A blog on PHP, JavaScript, and more
Execute code outside of transaction only when it commits in Laravel 8.x
Sometimes, there might be a case where you would want some of the code that lies outside of the transaction to be executed only when the corresponding transaction commits successfully and if in any case, it’s a rollback, that code shouldn’t be executed.
Мы сделаем так, чтобы при логине пользователя, он должен будет ввести код подтверждения, отправленный на его почту. В конце статьи вы найдете ссылку на репозиторий Github с полным кодом проекта.
https://laravel.demiart.ru/two-factor-email-verification/
https://laravel.demiart.ru/two-factor-email-verification/
Уроки Laravel
Двухфакторная аутентификация через почту | Уроки Laravel
Мы сделаем так, чтобы при логине пользователя, он должен будет ввести код подтверждения, отправленный на его почту. В конце статьи вы найдете ссылку на репозиторий Github с полным кодом проекта. В осн
Laravel Jetstream: Добавляем CRUD с ролями пользователей
https://youtu.be/pyOcSEkG4Q0
https://youtu.be/pyOcSEkG4Q0
YouTube
Laravel Jetstream: Add CRUD with User Roles
Almost live-coding video, on how to add your own features into Jetstream-powered Laravel installation. The goal is to show you that Jetstream isn't that scary or opinionated, after installing you may proceed coding "the old Laravel way".
00:00 Intro-Demo:…
00:00 Intro-Demo:…
Релиз Lucid 1.0
Пакет каркаса для масштабируемых Laravel-приложений. После четырех лет разработки проект был переформатирован и выпущен первый стабильный релиз.
https://dev.to/lucidarch/becoming-one-lucid-1-0-the-road-ahead-2emi
Пакет каркаса для масштабируемых Laravel-приложений. После четырех лет разработки проект был переформатирован и выпущен первый стабильный релиз.
https://dev.to/lucidarch/becoming-one-lucid-1-0-the-road-ahead-2emi
DEV Community
Becoming One - Lucid 1.0 & The Road Ahead
I cannot believe that it's been 4 years since the inception of Lucid into open source, it feels like...
❤1
Ноябрьская информационная рассылка по Livewire
https://buttondown.email/LivewireNewsletter/archive/livewire-november-newsletter/
https://buttondown.email/LivewireNewsletter/archive/livewire-november-newsletter/
Релиз Laravel Model States 2.0
Пакет добавляет поддержку статуса eloquent-моделям
https://spatie.be/docs/laravel-model-states/v2/01-introduction
Пакет добавляет поддержку статуса eloquent-моделям
https://spatie.be/docs/laravel-model-states/v2/01-introduction
Недавно мы выпустили новый пакет для ограничения количества выполнений задач за определенный промежуток времени под названием laravel-rate-limited-job-middleware. И в этой короткой статье я хотел бы ознакомить вас с ним.
https://laravel.demiart.ru/middleware-to-rate-limit-jobs/
https://laravel.demiart.ru/middleware-to-rate-limit-jobs/
Уроки Laravel
Мидлвар для ограничения очередей | Уроки Laravel
Недавно мы выпустили новый пакет для ограничения количества выполнений задач за определенный промежуток времени под названием laravel-rate-limited-job-middleware. И в этой короткой статье я хотел бы о
Думаю, вы видели множество сайтов, использующих javascript на фронтенде, а как насчет использования PHP на стороне клиента? Но как, спросите вы? Поскольку PHP написан на C, то можно скомпилировать версию, которая может работать в браузера через WebAssembly. Хорошая идея? Давайте разберемся!
https://laravel.demiart.ru/client-side-php/
https://laravel.demiart.ru/client-side-php/
Уроки Laravel
PHP на фронтенде | Уроки Laravel
Думаю, вы видели множество сайтов, использующих javascript на фронтенде, а как насчет использования PHP на стороне клиента? Но как, спросите вы? Поскольку PHP написан на C, то можно скомпилировать вер
Три способа послать письмо в Laravel
https://youtu.be/ZWzH6SOzjhI
https://youtu.be/ZWzH6SOzjhI
YouTube
Laravel: 3 Ways to Send a Welcome Email (Controller vs Observer vs Events)
If you have a newly registered user, you may want to send a welcome email or perform some other action with that user's profile. In Laravel, I will show you three ways how to achieve it.
Also, at the end of the video, you will find out, how much I earn from…
Also, at the end of the video, you will find out, how much I earn from…
Релиз Eloquent State Machines
Пакет для упрощения переходов между статусами Eloquent-моделей.
https://laravel-news.com/eloquent-state-machines
Пакет для упрощения переходов между статусами Eloquent-моделей.
https://laravel-news.com/eloquent-state-machines
Laravel News
Eloquent State Machines
Eloquent State Machines is a package by Andrés Santibáñez that simplifies transitioning the states of Eloquent models.
В Laravel локализация очень проста — разместите переводы в папке resources/lang, но их неудобно редактировать, поэтому существует множество пакетов, которые помогают сделать это более эффективно. Давайте рассмотрим самые популярные из них.
https://laravel.demiart.ru/10-best-laravel-packages-for-multi-language-translations/
https://laravel.demiart.ru/10-best-laravel-packages-for-multi-language-translations/
Уроки Laravel
10 лучших пакетов Laravel для переводов и мультиязычности | Уроки Lara
В Laravel локализация очень проста — разместите переводы в папке resources/lang, но их неудобно редактировать, поэтому существует множество пакетов, которые помогают сделать это более эффективно. Дава
Также зарелизены
— Laravel 6.20.7
— Breeze 1.0.0
— Cashier Stripe 12.6.1
— Horizon 5.6.1
— Jetstream 1.6.4
— Telescope 4.3.2
— Laravel 6.20.7
— Breeze 1.0.0
— Cashier Stripe 12.6.1
— Horizon 5.6.1
— Jetstream 1.6.4
— Telescope 4.3.2
Стрим Тейлора о релизе Laravel Sail и изменениях документации
https://youtu.be/mgyo0kfV7Vg
https://youtu.be/mgyo0kfV7Vg
YouTube
Taylor Otwell - Laravel Docs + Sail
Taylor Otwell discusses recent work on the Laravel documentation and Laravel Sail.
Релиз Laravel Sail
Инструмент развёртывания среды разработки с помощью Докера для Laravel-приложений
https://laravel-news.com/laravel-sail
Инструмент развёртывания среды разработки с помощью Докера для Laravel-приложений
https://laravel-news.com/laravel-sail
Использование инструмента Takeout для добавления новых служб в Laravel Sail
https://mattstauffer.com/blog/how-to-use-takeout-to-add-new-services-to-laravel-sail-and-save-ram/
https://mattstauffer.com/blog/how-to-use-takeout-to-add-new-services-to-laravel-sail-and-save-ram/