Внешние ключи в Laravel: как бороться с ошибками
https://youtu.be/-77LnBSL2Zk
  
  https://youtu.be/-77LnBSL2Zk
YouTube
  
  Laravel Foreign Keys: How to Deal with Errors
  There are a lot of sub-topics in this video. Why do you need foreign keys? What happens if you don't create them? How to override default errors? Check for child records on the front-end and the back-end? Use if-else or try-catch? Let's dive in.
Related…
  Related…
Также зарелизены:
— Cashier Stripe 12.9.1
— Cashier Paddle 1.4.3
— Dusk 6.13
— Fortify 1.7.7
— Jetstream 2.2.2
— Passport 10.1.1
— Telescope 4.4.4
  — Cashier Stripe 12.9.1
— Cashier Paddle 1.4.3
— Dusk 6.13
— Fortify 1.7.7
— Jetstream 2.2.2
— Passport 10.1.1
— Telescope 4.4.4
Добавление информации в почтовые уведомления при определенных условиях
https://www.amitmerchant.com/adding-lines-conditionally-in-laravel-mail-notifications/
  
  https://www.amitmerchant.com/adding-lines-conditionally-in-laravel-mail-notifications/
Amit Merchant - A blog on PHP, JavaScript, and more
  
  Adding lines conditionally in Laravel’s Mail notifications
  When working with Mail notifications in Laravel, you’ll often be in a situation where you would want to render something based on some condition.
  Релиз Airdrop for Laravel
Пакет для ускорения развертывания за счет пропуска уже скомпилированных ресурсов.
https://hammerstone.dev/airdrop/docs/main
  
  Пакет для ускорения развертывания за счет пропуска уже скомпилированных ресурсов.
https://hammerstone.dev/airdrop/docs/main
hammerstone.dev
  
  Airdrop for Laravel
  Speed up your Laravel deployments by skipping asset compilation.
  Релиз Laravel Masked DB Dump
Пакет для создания дампов базы данных с возможностью замены полей на лету для защиты конфиденциальной информации
https://beyondco.de/docs/laravel-masked-db-dump/schema-definition
  
  Пакет для создания дампов базы данных с возможностью замены полей на лету для защиты конфиденциальной информации
https://beyondco.de/docs/laravel-masked-db-dump/schema-definition
Beyond Code
  
  Laravel Masked DB Dump - Dump Schema Definition
  We focus on building tools that make your life as developer more enjoyable and love sharing our broad knowledge that we gain during this process.
  Код-ревью от Povilas Korop: загрузка изображений и изменение их размеров
https://youtu.be/Xh4kYgsYguc
  
  https://youtu.be/Xh4kYgsYguc
YouTube
  
  Group Code Review: Laravel Image Upload & Resize
  In this video, I will review the code of a few of my students, related to image upload, validate, resize and make the filename unique.
Related articles:
- Four Laravel Validation Rules for Images and Photos https://laraveldaily.com/four-laravel-validation…
  Related articles:
- Four Laravel Validation Rules for Images and Photos https://laraveldaily.com/four-laravel-validation…
Аутентификация пользователей с помощью JWT и Twilio WhatsApp Business API
https://www.twilio.com/blog/authenticate-laravel-users-jwt-whatsapp-business-api
  
  https://www.twilio.com/blog/authenticate-laravel-users-jwt-whatsapp-business-api
Twilio
  
  Authenticate Laravel Users Using JWTs and Twilio's WhatsApp Business API
  In this tutorial, you'll learn how to use Twilio's WhatsApp API for Business and JSON Web Tokens to implement Two-factor Authentication in Laravel, sending the verification code via WhatsApp. You'll also learn how to test it using Postman.
  Когда объектов недостаточно
https://www.tonysm.com/when-objects-are-not-enough/
  https://www.tonysm.com/when-objects-are-not-enough/
Новое в 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…