Создаём GraphQL API на Laravel
https://blog.lloydmiller.tech/make-a-graphql-api-with-laravel
  https://blog.lloydmiller.tech/make-a-graphql-api-with-laravel
В инсталлер Laravel добавлена поддержка Git
https://laravel-news.com/laravel-installer-git
  
  https://laravel-news.com/laravel-installer-git
Laravel News
  
  Git Support is Coming to the Laravel Installer
  The Laravel installer is getting a new feature that allows you to immediately set up a Git repository with a fresh Laravel app, and even push it to GitHub.
  Релиз Livewire Devtools
Браузерное расширения для дебагга Livewire-приложений. Выложено пока только для Хрома, но скоро будет и под Firefox.
https://beyondco.de/news/introducing-livewire-devtools
  
  Браузерное расширения для дебагга Livewire-приложений. Выложено пока только для Хрома, но скоро будет и под Firefox.
https://beyondco.de/news/introducing-livewire-devtools
Beyond Code
  
  Livewire Devtools 1.0
  The easiest way to debug your Livewire components
  Livewire-демо: реализация полностраничных компонентов при методе повторного использования кода
https://youtu.be/xY0O2tSO8v0
  
  https://youtu.be/xY0O2tSO8v0
YouTube
  
  Livewire Demo: Full-Page Components in a Reusable Structure
  Today I'm doing a code review, but it's more like a showcase of a project that was architecturally fully built on Livewire. Let's see the details and discuss this approach, what do you think?
Mentioned in this video:
- Livewire Screencasts: Refactoring…
  Mentioned in this video:
- Livewire Screencasts: Refactoring…
Код-ревью от Povilas Korop:  Laravel CRUD+jQuery
https://youtu.be/nOTJV-tSZY0
  
  https://youtu.be/nOTJV-tSZY0
YouTube
  
  Junior Laravel CRUD+jQuery Code Review: Random Tips in 10 Minutes
  On Twitter, I offered to review your code, picked a few people, and this is the first video in this series. Let's take a look at a simple Laravel CRUD with jQuery form submit, which was created for a job application process.
- - - - -
Support the channel…
  - - - - -
Support the channel…
Релиз Tuxedo 2.0
Шаблоны и классы для отправки электронных писем в Laravel. Теперь поддерживает Laravel 8
https://github.com/tomirons/tuxedo
  Шаблоны и классы для отправки электронных писем в Laravel. Теперь поддерживает Laravel 8
https://github.com/tomirons/tuxedo
Пошаговое руководство для новичков по созданию первого приложения на Laravel
https://laravel-news.com/your-first-laravel-application
  
  https://laravel-news.com/your-first-laravel-application
Laravel News
  
  Laravel Tutorial: Step by Step Guide to Building Your First Laravel Application - Laravel News
  This Laravel tutorial will take you from the very beginning of an app idea into a real deployable Laravel application.
  Кастомизация страниц ошибок в Laravel
https://youtu.be/iMAFUi6Z57k
  
  https://youtu.be/iMAFUi6Z57k
YouTube
  
  Laravel Error Pages: Change Text or Customize Layouts
  If you see the default "404 | Not Found", how to customize that error message or the full page?
Official docs: https://laravel.com/docs/8.x/errors#custom-http-error-pages
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
  Official docs: https://laravel.com/docs/8.x/errors#custom-http-error-pages
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
Отчеты Laravel: динамический размер страницы
https://blog.deleu.dev/laravel-report-dynamic-page-size/
  https://blog.deleu.dev/laravel-report-dynamic-page-size/
Отчеты Laravel: пользовательская сортировка
https://blog.deleu.dev/laravel-report-user-defined-sorting/
  https://blog.deleu.dev/laravel-report-user-defined-sorting/
Отчеты Laravel: диапазон дат
https://blog.deleu.dev/laravel-report-date-range/
  https://blog.deleu.dev/laravel-report-date-range/
Реализация «Cобытий, Посылаемых Сервером» (SSE) с помощью Mercure в Laravel/Lumen
https://medium.com/@sirajul.anik/server-sent-events-with-mercure-in-laravel-lumen-14ddc41d3f15
  
  https://medium.com/@sirajul.anik/server-sent-events-with-mercure-in-laravel-lumen-14ddc41d3f15
Medium
  
  Server-Sent Events with Mercure in Laravel/Lumen
  Server-Sent Events (SSE) are unidirectional event stream where the client subscribes to events from the stream server and the server only…
  9 советов по сокращению кода в Laravel
https://youtu.be/NUYqjdmsIj8
  
  https://youtu.be/NUYqjdmsIj8
YouTube
  
  9 Tips for Shorter Laravel Code
  Some random things that you can write in a shorter way, with various Laravel helpers.
00:00 Intro
00:19 Tip 1. Shorter @if auth()-check()
01:14 Tip 2. Shorter Auth user in Blade
02:37 Tip 3. Shorter @foreach
03:31 Tip 4. Shorter Carbon::now()
04:31 Tip 5.…
  00:00 Intro
00:19 Tip 1. Shorter @if auth()-check()
01:14 Tip 2. Shorter Auth user in Blade
02:37 Tip 3. Shorter @foreach
03:31 Tip 4. Shorter Carbon::now()
04:31 Tip 5.…
Также зарелизены:
— Laravel 6.20.18
— Cashier Stripe 12.9.3
— Cashier Paddle 1.4.4
— Fortify 1.7.8
— Horizon 5.7.1
— Installer 4.2
— Sail 1.4.7
— Sanctum 2.9.1
— Telescope 4.4.5
  — Laravel 6.20.18
— Cashier Stripe 12.9.3
— Cashier Paddle 1.4.4
— Fortify 1.7.8
— Horizon 5.7.1
— Installer 4.2
— Sail 1.4.7
— Sanctum 2.9.1
— Telescope 4.4.5
Новое в Laravel 8.32
Возможность замедлять воркеры. В примере: делать паузу между заданиями 500 мс и засыпать на 5 секунд, если очередь пуста.
Внимание: если вы используете Redis для хранения очередей, то замедление воркеров приведет к повышенному потреблению памяти, так как задачи будут храниться дольше.
https://laravel.com/docs/8.x/queues#worker-sleep-duration
  Возможность замедлять воркеры. В примере: делать паузу между заданиями 500 мс и засыпать на 5 секунд, если очередь пуста.
Внимание: если вы используете Redis для хранения очередей, то замедление воркеров приведет к повышенному потреблению памяти, так как задачи будут храниться дольше.
https://laravel.com/docs/8.x/queues#worker-sleep-duration
Новое в Laravel 8.32
Мидлвар
https://laravel.com/docs/8.x/queues#throttling-exceptions
  Мидлвар
ThrottlesExceptions для троттлинга исключений. Как только задача выбрасывает заданное количество исключений, то все дальнейшие попытки выполнить задачу откладываются на указанный период времени.https://laravel.com/docs/8.x/queues#throttling-exceptions
Новое в Laravel 8.32
Дамп HTTP-запроса перед отправкой.
https://laravel.com/docs/8.x/http-client#dumping-requests
  Дамп HTTP-запроса перед отправкой.
https://laravel.com/docs/8.x/http-client#dumping-requests