Развертывание приложения с нулевым временем простоя с помощью Github Actions на несколько серверов
https://philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-multiple-servers/
  
  https://philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-multiple-servers/
Philo's Blog
  
  Laravel Deployment With GitHub Actions
  Learn step by step how to deploy any application to multiple servers without any down-time for free with GitHub Actions.
  Hotwire в Laravel
https://laravel-news.com/use-basecamps-hotwire-in-laravel
  
  https://laravel-news.com/use-basecamps-hotwire-in-laravel
Laravel News
  
  Use Basecamp’s Hotwire in Laravel
  Turbo Laravel is a package that gives you a set of conventions to get the most out of Hotwire in Laravel. Turbo is inspired by the turbo-rails gem, giving Laravel developers a similar experience as those developing with Hotwire in the Ruby world.
  Быстрая генерация любых классов в PhpStorm
https://youtu.be/O-0gDmRDOXI
  
  https://youtu.be/O-0gDmRDOXI
YouTube
  
  Quickly Generate Any Laravel Class with PhpStorm
  After a discussion on Twitter, I decided to show a few examples of how to use your IDE instead of wanting a "make:something" Artisan command for an empty PHP/Laravel class.
Original tweet: https://twitter.com/PovilasKorop/status/1353964417176784900
A few…
  Original tweet: https://twitter.com/PovilasKorop/status/1353964417176784900
A few…
Макросы в Laravel: что это такое и как их использовать
https://qirolab.com/posts/what-are-laravel-macros-and-how-to-extending-laravels-core-classes-using-macros
  
  https://qirolab.com/posts/what-are-laravel-macros-and-how-to-extending-laravels-core-classes-using-macros
Qirolab
  
  What are Laravel Macros and How to Extending Laravel’s Core Classes using Macros with example? | Qirolab
  Laravel Macros are a great way of expanding Laravel's core macroable classes and add additional functionality needed for your application.  In simple word, Laravel Macro is an (...)
  Смена пользовательского ID на UUID в Laravel Fortify
https://youtu.be/e-zhq5W0j1M
  
  https://youtu.be/e-zhq5W0j1M
YouTube
  
  Switching Exposed User IDs in Laravel Fortify Email Verification
  Want more? Explore the library at https://codecourse.com
By default, Laravel Fortify’s email verification functionality exposes the user ID in the verification email link. If you’d like to switch it up it for any reason, here’s how.
 
Official site
ht…
  By default, Laravel Fortify’s email verification functionality exposes the user ID in the verification email link. If you’d like to switch it up it for any reason, here’s how.
Official site
ht…
Мощный Illuminate Request
Когда я впервые познакомился с Symfony, то меня поразил компонент symfony/http-foundation. Думаю, это один из самых важных пакетов современного PHP-приложения. Он заполняет лакуны основных PHP-функций, предоставляя дружественный объектно-ориентированный интерфейс для запросов и ответов.
В Laravel объекты Illuminate Request и Response используют компонент HTTP Foundation через наследование и предоставляют отличный удобный API поверх основных классов.
В этой статье мы рассмотрим некоторые из методов объекта Illuminate Request.
https://laravel.demiart.ru/illuminate-request/
  
  Когда я впервые познакомился с Symfony, то меня поразил компонент symfony/http-foundation. Думаю, это один из самых важных пакетов современного PHP-приложения. Он заполняет лакуны основных PHP-функций, предоставляя дружественный объектно-ориентированный интерфейс для запросов и ответов.
В Laravel объекты Illuminate Request и Response используют компонент HTTP Foundation через наследование и предоставляют отличный удобный API поверх основных классов.
В этой статье мы рассмотрим некоторые из методов объекта Illuminate Request.
https://laravel.demiart.ru/illuminate-request/
Уроки Laravel
  
  Мощный Illuminate Request | Уроки Laravel
  Когда я впервые познакомился с Symfony, то меня поразил компонент symfony/http-foundation. Думаю, это один из самых важных пакетов современного PHP-приложения. Он заполняет лакуны основных PHP-функций
  Laravel для новичков: как загружать изображения
https://youtu.be/IMld7bPw8P4
  
  https://youtu.be/IMld7bPw8P4
YouTube
  
  How To Upload Images In Laravel | Laravel For Beginners | Learn Laravel
  This video will show you how you could create a simply script that allows you to upload images in Laravel – Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.
📚 New Udemy Course
If you're…
  📚 New Udemy Course
If you're…
Подробности об уязвимость в Laravel Ignition <= 2.5.1
https://www.ambionics.io/blog/laravel-debug-rce
  
  https://www.ambionics.io/blog/laravel-debug-rce
Ambionics
  
  Laravel <= v8.4.2 debug mode: Remote code execution
  Ambionics Security team discovered an RCE in Laravel, when the framework is in debug mode.
  Советы по Laravel от Povilas Korop обновлены до 125 штук
https://github.com/LaravelDaily/laravel-tips
  https://github.com/LaravelDaily/laravel-tips
Ресурс WickedBlocks: бесплатные блоки Tailwind CSS для копипасты
https://youtu.be/IfybAqUqXHc
  
  https://youtu.be/IfybAqUqXHc
YouTube
  
  WickedBlocks: Free Tailwind CSS Blocks to Copy-Paste
  I want to share the resource I've found recently, WickedBlocks will help you to build a landing page structure with Tailwind CSS quickly.
Try it: https://blocks.wickedtemplates.com/
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
  Try it: https://blocks.wickedtemplates.com/
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel…
Как создать пакет в Laravel
https://infyom.com/blog/how-to-develop-package-into-laravel
  https://infyom.com/blog/how-to-develop-package-into-laravel
Подготовка Laravel-тестов к параллельному тестированию
https://ohdear.app/blog/making-our-laravel-test-suite-ready-for-parallel-testing
  
  https://ohdear.app/blog/making-our-laravel-test-suite-ready-for-parallel-testing
Oh Dear
  
  Making our Laravel test suite ready for parallel testing
  To make sure that our service is working correctly, we have a suite of automated tests. The test suite is executed when we make changes and deploy something to production. Here's how we made this test suite four times faster.
  Полнотекстовый поиск с помощью MeiliSearch и Laravel Scout
MeiliSearch — простое автономное решение для полнотекстового поиска, которое легко интегрировать в Laravel-приложение, с помощью драйвера для Laravel Scout!
https://laravel.demiart.ru/fulltext-search-laravel/
  
  MeiliSearch — простое автономное решение для полнотекстового поиска, которое легко интегрировать в Laravel-приложение, с помощью драйвера для Laravel Scout!
https://laravel.demiart.ru/fulltext-search-laravel/
Уроки Laravel
  
  Полнотекстовый поиск с помощью MeiliSearch и Laravel Scout | Уроки Lar
  MeiliSearch — простое автономное решение для полнотекстового поиска, которое легко интегрировать в Laravel-приложение, с помощью драйвера для Laravel Scout! Laravel Scout существует уже давно. Отличны
  Eloquent или Конструктор запросов: когда и что использовать
https://youtu.be/uVsY_OXRq5o
  
  https://youtu.be/uVsY_OXRq5o
YouTube
  
  Eloquent or Query Builder: When to Use Which?
  I've been asked this question quite a lot, so decided to discuss the pros and cons of each approach.Spatie Ray review: https://www.youtube.com/watch?v=n4pMxy...
  Быстрые тесты на симуляции MySQL
https://medium.com/vimeo-engineering-blog/the-great-pretender-faster-application-tests-with-mysql-simulation-26250f13d251
  
  https://medium.com/vimeo-engineering-blog/the-great-pretender-faster-application-tests-with-mysql-simulation-26250f13d251
Medium
  
  The great pretender: Faster application tests with MySQL simulation
  Vimeo built a replica MySQL engine in PHP (with help from Slack). Find out what we gained from going down that path!
  Релиз Laravel 8.26
https://github.com/laravel/framework/releases/tag/v8.26.0
  https://github.com/laravel/framework/releases/tag/v8.26.0