Создание сайтов на 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.
  Как правильно называть разные вещи в Laravel
https://youtu.be/6f7AvZF8ciY
  
  https://youtu.be/6f7AvZF8ciY
YouTube
  
  Laravel: How to Name Various Things
  Model: singular or plural? What about Controllers? What should be the Blade filenames? Let's discuss this, and more, in this video.
Related resources:
- "Cruddy by Design" - Adam Wathan - Laracon US 2017 https://www.youtube.com/watch?v=MF0jFKvS4SI
- PSR…
Related resources:
- "Cruddy by Design" - Adam Wathan - Laracon US 2017 https://www.youtube.com/watch?v=MF0jFKvS4SI
- PSR…
❤1
  Релиз Laravel Analytics
Аналитика просмотров страниц с панелью управления
https://github.com/AndreasElia/laravel-analytics
  Аналитика просмотров страниц с панелью управления
https://github.com/AndreasElia/laravel-analytics
Успешный рефакторинг — будьте готовы остановиться в любой момент
https://matthiasnoback.nl/2021/02/refactoring-prepare-to-stop/
  https://matthiasnoback.nl/2021/02/refactoring-prepare-to-stop/
Код-ревью от Povilas Korop: оптимизация сидов и eloquent-запросов
https://youtu.be/pJe1OUDCOmY
  
  https://youtu.be/pJe1OUDCOmY
YouTube
  
  Code Review: Optimize Seeds and Eloquent Queries
  In this video, I take the code written by one of the developers I mentor and show how to make the seeds run 3x faster.
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
- Enroll…
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
- Enroll…
❤1
  Модульное тестирование API с помощью Pest
https://www.twilio.com/blog/unit-test-laravel-api-pest-framework
  
  https://www.twilio.com/blog/unit-test-laravel-api-pest-framework
Twilio
  
  How to Unit Test a Laravel API with the Pest Framework
  Pest is a new testing framework for PHP, aiming to provide a better experience for writing tests by providing expressive interfaces. In this tutorial, you'll learn how to build a small, Laravel, to-do application and test it using the Pest framework.