Советы по тестированию исключений в PHP
https://jcergolj.me.uk/test-laravel-exceptions/
  https://jcergolj.me.uk/test-laravel-exceptions/
Контрольный список для максимальной производительности Laravel-приложения
https://laravel-news.com/performance-checklist
  
  https://laravel-news.com/performance-checklist
Laravel News
  
  The Ultimate Performance Checklist For Laravel Apps
  Laravel is fast out-of-the-box but you can make it faster if you optimize your configurations and application code. This guide lists a wide range of performance tips from quick wins to advanced techniques that would help you make your Laravel app the lean…
  24 видео с Laracon EU 2021
https://www.youtube.com/playlist?list=PLMdXHJK-lGoAwFi6BU4K0Lt1i6CL6FxD1
  https://www.youtube.com/playlist?list=PLMdXHJK-lGoAwFi6BU4K0Lt1i6CL6FxD1
Код-ревью: ресурсные маршруты
https://youtu.be/J5WBTUr0QBE
  
  https://youtu.be/J5WBTUr0QBE
YouTube
  
  Junior Code Review: 5 Routes into Resource CRUD Controller
  A follow-up to last week's video (link below): we're transforming 5 separate routes in routes/web.php into a Route::resource() with proper naming and Route Model Binding.
- Previous video "Junior Code Review: Laravel Routes, Middleware, Validation and more":…
  - Previous video "Junior Code Review: Laravel Routes, Middleware, Validation and more":…
Делаем Поиск на сайте с помощью Laravel+Algolia+VueJS
https://yunusdev.medium.com/algolia-search-infinity-hits-highlighting-with-laravel-vuejs-2b0015ed9caf
  
  https://yunusdev.medium.com/algolia-search-infinity-hits-highlighting-with-laravel-vuejs-2b0015ed9caf
Medium
  
  Algolia Search, Infinity Hits, Highlighting with Laravel/VueJS
  Algolia is a hosted search engine, offering full-text, numerical, and faceted search, capable of delivering real-time results from the…
  Laravel за 6,5 часов. Полный курс для новичков.
https://youtu.be/376vZ1wNYPA
  
  https://youtu.be/376vZ1wNYPA
YouTube
  
  Complete Laravel Tutorial | Laravel From Scratch | Full Laravel Course | Laravel For Beginners
  This is how to learn Laravel for complete beginners. We will be going over every single topic that you could imagine. From setting up our application, going over every single file that’s being pulled in, composer, views, routes, controllers, assets, Eloquent…
  This media is not supported in your browser
    VIEW IN TELEGRAM
  Поиск в реальном времени на Laravel 8 и Ajax 
https://m-elfeqy.medium.com/create-a-real-time-search-in-laravel-8-ajax-af30944ef7c5
  https://m-elfeqy.medium.com/create-a-real-time-search-in-laravel-8-ajax-af30944ef7c5
Релиз Lumen Microservice 
Стартовый каркас проекта в Докере
https://fabriziocafolla.github.io/lumen-microservice/
  Стартовый каркас проекта в Докере
https://fabriziocafolla.github.io/lumen-microservice/
12 советов по миграциям в Laravel
https://youtu.be/bSQcmcu6yHc
  
  https://youtu.be/bSQcmcu6yHc
YouTube
  
  Laravel Migrations: 12 Useful Tips in 12 Minutes
  In this video, I decided to share less-known things I've learned about Laravel migrations while working with Laravel over the years.
- - - - -
Support the channel by checking out my products:
- My Laravel courses membership: https://laraveldaily.teachable.com/p/all…
  - - - - -
Support the channel by checking out my products:
- My Laravel courses membership: https://laraveldaily.teachable.com/p/all…
Использование Конструктора Запросов без захардкоживания имён таблиц
https://medium.com/@arman.codes/use-laravel-query-builder-without-hard-coding-the-table-names-72eb098e3b28
  
  https://medium.com/@arman.codes/use-laravel-query-builder-without-hard-coding-the-table-names-72eb098e3b28
Medium
  
  Use Laravel query builder without hard-coding the table names
  There might be sometimes that you want to use Laravel query builder instead of the Eloquent either because of performance issues or …
  Создание сайтов на Statamic Peak
https://laravel-news.com/statamic-peak
  
  https://laravel-news.com/statamic-peak
Laravel News
  
  Efficiently create websites for clients with Statamic Peak
  Peak is an opinionated starter kit for all your Statamic sites. The kit is design agnostic but comes bundled with tools like Tailwind and AlpineJS. It enforces a workflow in which you can build anything you want as DRY as possible.
  Уведомления в Laravel Jetstream
https://ryangjchandler.co.uk/articles/flashing-banner-messages-in-your-laravel-jetstream-and-livewire-applications
  https://ryangjchandler.co.uk/articles/flashing-banner-messages-in-your-laravel-jetstream-and-livewire-applications
Код-ревью от Povilas Korop: группы маршрутов
https://youtu.be/AOwCE25bhSU
  
  https://youtu.be/AOwCE25bhSU
YouTube
  
  Code Review: Route Groups - User/Admin, Controller Names(paces)
  It is important not only to write working code but also readable code for your current/future colleagues. So let's "clean up" some naming in this routes file.
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
  - - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
Релиз Laravel 8.28
https://github.com/laravel/framework/releases/tag/v8.28.0
  https://github.com/laravel/framework/releases/tag/v8.28.0
Также зарелизены:
— Breeze 1.0.3
— Cashier Stripe 12.8.1
— Dusk 6.12.0
— Fortify 1.7.6
— Horizon 5.7
— Jetstream 2.2
— Socialite 5.2
— Telescope 4.4.3
  — Breeze 1.0.3
— Cashier Stripe 12.8.1
— Dusk 6.12.0
— Fortify 1.7.6
— Horizon 5.7
— Jetstream 2.2
— Socialite 5.2
— Telescope 4.4.3
Новое в Laravel: методы withSum/withMax/withAvg в отношениях
https://youtu.be/LmRmgcIJt-4
  
  https://youtu.be/LmRmgcIJt-4
YouTube
  
  New in Laravel 8: withSum/withMax/withAvg on Relationships
  A few new Eloquent relationship methods that I haven't demonstrated on this channel, so right about time.
Docs - "Other Aggregate Functions": https://laravel.com/docs/8.x/eloquent-relationships#other-aggregate-functions
New Tool! Spatie Ray: Laravel Debugging…
  Docs - "Other Aggregate Functions": https://laravel.com/docs/8.x/eloquent-relationships#other-aggregate-functions
New Tool! Spatie Ray: Laravel Debugging…
Релиз Laravel Spark Next
Стартовый комплект для SaaS-решений с подписками.
https://laravel-news.com/laravel-spark-next
  
  Стартовый комплект для SaaS-решений с подписками.
https://laravel-news.com/laravel-spark-next
Laravel News
  
  Laravel Spark Next is Here
  The next version of Laravel Spark is now available. Some of the features include Paddle support and an isolated billing portal.
  Курс по Tailwind CSS от создателей
https://www.youtube.com/playlist?list=PL5f_mz_zU5eXWYDXHUDOLBE0scnuJofO0
  https://www.youtube.com/playlist?list=PL5f_mz_zU5eXWYDXHUDOLBE0scnuJofO0
Новое в Laravel 8.28: касты AsArrayObject и AsCollection
https://laravel-news.com/as-arrayobject-and-as-collection-custom-casts
  
  https://laravel-news.com/as-arrayobject-and-as-collection-custom-casts
Laravel News
  
  AsArrayObject and AsCollection Custom Casts Added in Laravel 8.28
  With the release of Laravel 8.28 this week, Taylor Otwell contributed two new custom cast types: AsArrayObject and AsCollection.