В этой статье я расскажу вам, как создать свой собственный сервер 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
Недавно мы выпустили новый пакет для ограничения количества выполнений задач за определенный промежуток времени под названием 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.