Laravel детектор запросов N+1
https://youtu.be/MbN7BIcUnPA
https://youtu.be/MbN7BIcUnPA
YouTube
Laravel N+1 Query Detector: Don't Forget Eager Loading
There's a package that will automatically detect the so-called "N+1 Query Problem" with Eloquent Eager loading.
Package: https://github.com/beyondcode/laravel-query-detector
What is Eager Loading and N+1 Query Problem: https://laravel.com/docs/8.x/eloquent…
Package: https://github.com/beyondcode/laravel-query-detector
What is Eager Loading and N+1 Query Problem: https://laravel.com/docs/8.x/eloquent…
Использование NLP (Natural Language Processing — обработка естественного языка) для определение спама в Laravel-приложениях
https://towardsdatascience.com/how-to-deploy-machine-learning-model-in-laravel-application-5e021494d316
https://towardsdatascience.com/how-to-deploy-machine-learning-model-in-laravel-application-5e021494d316
Medium
How to deploy Machine Learning Model in Laravel Application
Call model API from Algorithmia & predict in Laravel
Livewire: Массовое редактирование
https://youtu.be/qazbd9mpPZI
https://youtu.be/qazbd9mpPZI
YouTube
Livewire Bulk-Edit with Laravel Collection Lessons
Two-in-one: demo of multi-entry editing with Livewire and Bootstrap modals, and also a few advanced examples of Laravel Collections transformations.
Repository: https://github.com/LaravelDaily/Laravel-Livewire-Bulk-Edit
My course on Laravel Livewire: h…
Repository: https://github.com/LaravelDaily/Laravel-Livewire-Bulk-Edit
My course on Laravel Livewire: h…
Создание и использование RESTful API в Laravel
https://madhavendra-dutt.medium.com/creating-and-consuming-restful-api-in-laravel-7dc116430b3
https://madhavendra-dutt.medium.com/creating-and-consuming-restful-api-in-laravel-7dc116430b3
Medium
Creating and Consuming RESTful API in Laravel
What is API?
В этой статье я расскажу вам, как создать свой собственный сервер GraphQL при помощи Laravel. Мы используем Lighthouse и научимся использовать встроенные директивы, создавать запросы и мутации, а также обрабатывать авторизацию и аутентификацию.
https://laravel.demiart.ru/graphql-laravel/
https://laravel.demiart.ru/graphql-laravel/
Уроки Laravel
GraphQL и Laravel | Уроки Laravel
В этой статье я расскажу вам, как создать свой собственный сервер GraphQL при помощи Laravel. Мы используем Lighthouse и научимся использовать встроенные директивы, создавать запросы и мутации, а такж
Также зарелизены:
— Laravel 7.30
— Laravel 6.20.6
— Horizon 5.6
— Jetstream 1.6.3
— Laravel 7.30
— Laravel 6.20.6
— Horizon 5.6
— Jetstream 1.6.3
Контроллеры вложенных ресурсов
https://youtu.be/9R_9Xe3Fgnw
https://youtu.be/9R_9Xe3Fgnw
YouTube
Laravel Nested Resource Controllers: Two-Level Deep
A less-known feature of Laravel Controllers: you can manage one Model related to a Parent model.
Docs: https://laravel.com/docs/8.x/controllers#restful-nested-resources
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in…
Docs: https://laravel.com/docs/8.x/controllers#restful-nested-resources
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in…
Как создавать свои Фасады в Laravel
https://youtu.be/SzZtQWdEFkk
https://youtu.be/SzZtQWdEFkk
YouTube
Laravel: How to create your own custom Facades
👨💻 Sign up for my test-driven development course.
https://tddwithlaravel.com
👨💻 Sign up to my newsletter and receive PHP, JS and Laravel news in a weekly-basis:
https://subscribe.mateusguimaraes.com
🎉 Party up:
https://twitter.com/mateusjatenee/
htt…
https://tddwithlaravel.com
👨💻 Sign up to my newsletter and receive PHP, JS and Laravel news in a weekly-basis:
https://subscribe.mateusguimaraes.com
🎉 Party up:
https://twitter.com/mateusjatenee/
htt…
Релиз 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