Новое в Livewire 2.4: Команда make с поддержкой тестов
https://laravel-news.com/livewire-make-command-can-now-scaffold-a-component-test
  
  https://laravel-news.com/livewire-make-command-can-now-scaffold-a-component-test
Laravel News
  
  Livewire Make Command can now Scaffold a Component Test
  Livewire v2.4.0 was just released with added support for a --test option when running the php artisan livewire:make command.
  Код-ревью от Povilas Korop: смотрим исходники сайта Laravel Versions
https://youtu.be/UgsPaNCOLio
  
  https://youtu.be/UgsPaNCOLio
YouTube
  
  Code Review. Laravel Versions by Tighten: 10+ Things to Learn
  The project laravelversions.com is not only useful to see the information about Laravel versions but also its code is available on Github, for free. What can we learn from it?
Repository: https://github.com/tighten/laravelversions
Project online: https:…
  Repository: https://github.com/tighten/laravelversions
Project online: https:…
Релиз Laravel Prefixed IDs
Пакет от Spatie для создания префиксов идентификаторов моделей
https://freek.dev/1911-a-package-to-prefix-ids-in-a-laravel-app
  Пакет от Spatie для создания префиксов идентификаторов моделей
https://freek.dev/1911-a-package-to-prefix-ids-in-a-laravel-app
Axios-запросы в Laravel: ошибки 422 и 419
https://dev.to/irensaywhen/ajax-requests-with-laravel-and-axios-422-and-419-errors-11cd
  
  https://dev.to/irensaywhen/ajax-requests-with-laravel-and-axios-422-and-419-errors-11cd
DEV Community
  
  Ajax requests with Laravel and Axios - 422 and 419 errors
  Recently I started integrating a bootstrap template with the Laravel backend. And one thing that made...
  Распространенные проблемы перезапуска очередей в Laravel
https://divinglaravel.com/common-issues-that-cause-laravels-queue-workers-not-to-restart
  
  https://divinglaravel.com/common-issues-that-cause-laravels-queue-workers-not-to-restart
Diving Laravel
  
  Common Issues That Cause Laravel's Queue Workers Not to Restart - Diving Laravel
  If the worker doesn't exit after a restart signal and you checked its status, you'll find the uptime much longer. If that's the case, here are a couple of things to check.
  Продвинутый Laravel: Задачи, Очереди и События — Часть 1
https://youtu.be/DFXNYI0iy1g
  
  https://youtu.be/DFXNYI0iy1g
YouTube
  
  Laravel Advanced 2021 - Jobs, Queues & Events Part 1
  As we progress our Laravel learning, adding the ability to do things offline is the next logical step. In this series we explore jobs, queues and events and how they integrate into our sample "Contest" app. In this episode, we will be setting up our project.…
  Прекращение поддержки Packagist.org для Composer 1.x
https://blog.packagist.com/deprecating-composer-1-support/
  https://blog.packagist.com/deprecating-composer-1-support/
Создаём блог на Laravel 8
https://youtu.be/HKJDLXsTr8A
  
  https://youtu.be/HKJDLXsTr8A
YouTube
  
  How to Create a Blog in Laravel | Laravel CRUD | Laravel Blog | Create a Blog in Laravel
  In this video we will be creating a complete blog with authentication in Laravel – Learn how to create a blog with authentication application in Laravel.
📚 New Udemy Course
If you're looking to level up your Laravel skills, my new course "Udemy Migirations…
  📚 New Udemy Course
If you're looking to level up your Laravel skills, my new course "Udemy Migirations…
Упрощение работы с Eloquent-ресурсами
https://rockett.pw/post/avoiding-repetition-in-laravel-eloquent-resources
  https://rockett.pw/post/avoiding-repetition-in-laravel-eloquent-resources
Laravel Themer: поддержка тем в Laravel
https://laravel-news.com/laravel-themer-package-add-multi-theme-support-for-laravel-application
  
  https://laravel-news.com/laravel-themer-package-add-multi-theme-support-for-laravel-application
Laravel News
  
  Laravel Themer package: add multi-theme support for Laravel application
  Laravel Themer package adds multi-theme support to your Laravel application. It also provides a simple authentication scaffolding and presets for Bootstrap, Tailwind, Vue, and React as a starting point for building a Laravel application.
  Настраиваем Laravel Breeze: добавляем меню, формы, компоненты, таблицы
https://youtu.be/XVxyY_owL_M
  
  https://youtu.be/XVxyY_owL_M
YouTube
  
  Customize Laravel Breeze: Menus, Forms, Components, Tables
  In this almost-live-coding session, I will show how to add things on top of Laravel Breeze: menu items, forms, customizing Blade components, showing a simple table, etc.
Final repository: https://github.com/LaravelDaily/Laravel-Breeze-Example
00:00 Intro…
  Final repository: https://github.com/LaravelDaily/Laravel-Breeze-Example
00:00 Intro…
Свой собственный файл маршрутов в Laravel
https://youtu.be/xKA9ui6Qoxo
  
  https://youtu.be/xKA9ui6Qoxo
YouTube
  
  Custom Route Files in Laravel
  Want more? Explore the library at https://codecourse.com. Check out Penguin Digital's channel here: https://www.youtube.com/channel/UCaQqYZ-ZyYbD0C5DJSGdVIg 
 
Official site
https://www.codecourse.com
 
Twitter
https://twitter.com/teamcodecourse
  Official site
https://www.codecourse.com
https://twitter.com/teamcodecourse
Код-ревью от Povilas Korop: 5 простых Laravel API
https://youtu.be/MxQJlFUYO30
  
  https://youtu.be/MxQJlFUYO30
YouTube
  
  Junior Code Review: Simple Laravel API - in 5 Different Ways
  I've given a task to my students to create two simple API endpoints in Laravel. Let's see how they did and what advice I can give to them.
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
  - - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Создание проекта на Laravel 8 с помощью Laravel Sail (докер) 
https://laravel.io/articles/create-a-project-in-laravel-8x-with-laravel-sail-docker
  
  https://laravel.io/articles/create-a-project-in-laravel-8x-with-laravel-sail-docker
laravel.io
  
  Create a project in Laravel 8.x with Laravel Sail (docker) | Laravel.io
  The Laravel portal for problem solving, knowledge sharing and community building.
  Монорепозиторий в Laravel и AWS Lambda
https://blog.deleu.dev/a-monorepo-approach-to-larger-modules-in-laravel-and-lambda/
  https://blog.deleu.dev/a-monorepo-approach-to-larger-modules-in-laravel-and-lambda/
Интеграция Laravel Spark, Stripe и Statamic 3
https://stillat.com/blog/2021/02/20/integrating-laravel-spark-and-statamic-3
  
  https://stillat.com/blog/2021/02/20/integrating-laravel-spark-and-statamic-3
Stillat
  
  Integrating Laravel Spark, Stripe, and Statamic 3 — Stillat
  In this article we will start with a fresh Statamic 3 website based on the Cool Writings Starter Kit, integrate Laravel Stripe, and develop customer Antlers tags that can be used to selectively restrict access to premium content.
  Создание RESTful API с помощью Laravel Sanctum
https://www.twilio.com/blog/build-restful-api-php-laravel-sanctum
  https://www.twilio.com/blog/build-restful-api-php-laravel-sanctum
Стартовые наборы для Laravel-проектов
 
1. Vue SPA (Bootstrap)
https://github.com/cretueusebiu/laravel-vue-spa
2. Vue SPA (Tailwind CSS)
https://github.com/skrypt-nl/laravel-vue-tailwind-spa
3. TALL-стек
https://github.com/laravel-frontend-presets/tall
4. Vue + Inertia
https://laravel.com/docs/8.x/starter-kits#breeze-and-inertia
5. Jestream Livewire/Inertia
https://jetstream.laravel.com/2.x/introduction.html
  1. Vue SPA (Bootstrap)
https://github.com/cretueusebiu/laravel-vue-spa
2. Vue SPA (Tailwind CSS)
https://github.com/skrypt-nl/laravel-vue-tailwind-spa
3. TALL-стек
https://github.com/laravel-frontend-presets/tall
4. Vue + Inertia
https://laravel.com/docs/8.x/starter-kits#breeze-and-inertia
5. Jestream Livewire/Inertia
https://jetstream.laravel.com/2.x/introduction.html