12 советов по Валидация в Laravel
https://youtu.be/ckhllNh79gM
  
  https://youtu.be/ckhllNh79gM
YouTube
  
  Laravel Validation: 12 Less-Known Tips in 13 Minutes
  In this video, I'm sharing some more rarely used tips about Laravel validation that I learned over my 5+ years with Laravel.
00:00 Intro
00:53 Tip 1. Required / Present / Filled
02:05 Tip 2. Required_with and Similar
03:06 Tip 3. Rules min/max for Numbers…
  00:00 Intro
00:53 Tip 1. Required / Present / Filled
02:05 Tip 2. Required_with and Similar
03:06 Tip 3. Rules min/max for Numbers…
Релиз Laravel Kit 2.0
Десктопная админка для Laravel-проектов. (Windows, macOS, Linux)
https://github.com/tmdh/laravel-kit/
  
  Десктопная админка для Laravel-проектов. (Windows, macOS, Linux)
https://github.com/tmdh/laravel-kit/
GitHub
  
  GitHub - tmdh/laravel-kit: A desktop Laravel admin panel app
  A desktop Laravel admin panel app. Contribute to tmdh/laravel-kit development by creating an account on GitHub.
  Максимальная оптимизация загрузки изображений в 2021 году
https://www.industrialempathy.com/posts/image-optimizations/
  
  https://www.industrialempathy.com/posts/image-optimizations/
Industrialempathy
  
  Maximally optimizing image loading for the web
  In this post I'll outline 8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the...
  Код-ревью от Povilas Korop: компоненты рейтинга на Livewire
https://youtu.be/vOPE8EWC434
  
  https://youtu.be/vOPE8EWC434
YouTube
  
  Code Review: Livewire Rating Component - 4 Different Versions
  I've asked my students to create a Livewire component to rate/review the books. Let's see how they did, and what could be improved.
- - - - -
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…
Создаём GraphQL API на Laravel
https://blog.lloydmiller.tech/make-a-graphql-api-with-laravel
  https://blog.lloydmiller.tech/make-a-graphql-api-with-laravel
В инсталлер Laravel добавлена поддержка Git
https://laravel-news.com/laravel-installer-git
  
  https://laravel-news.com/laravel-installer-git
Laravel News
  
  Git Support is Coming to the Laravel Installer
  The Laravel installer is getting a new feature that allows you to immediately set up a Git repository with a fresh Laravel app, and even push it to GitHub.
  Релиз Livewire Devtools
Браузерное расширения для дебагга Livewire-приложений. Выложено пока только для Хрома, но скоро будет и под Firefox.
https://beyondco.de/news/introducing-livewire-devtools
  
  Браузерное расширения для дебагга Livewire-приложений. Выложено пока только для Хрома, но скоро будет и под Firefox.
https://beyondco.de/news/introducing-livewire-devtools
Beyond Code
  
  Livewire Devtools 1.0
  The easiest way to debug your Livewire components
  Livewire-демо: реализация полностраничных компонентов при методе повторного использования кода
https://youtu.be/xY0O2tSO8v0
  
  https://youtu.be/xY0O2tSO8v0
YouTube
  
  Livewire Demo: Full-Page Components in a Reusable Structure
  Today I'm doing a code review, but it's more like a showcase of a project that was architecturally fully built on Livewire. Let's see the details and discuss this approach, what do you think?
Mentioned in this video:
- Livewire Screencasts: Refactoring…
  Mentioned in this video:
- Livewire Screencasts: Refactoring…
Код-ревью от Povilas Korop:  Laravel CRUD+jQuery
https://youtu.be/nOTJV-tSZY0
  
  https://youtu.be/nOTJV-tSZY0
YouTube
  
  Junior Laravel CRUD+jQuery Code Review: Random Tips in 10 Minutes
  On Twitter, I offered to review your code, picked a few people, and this is the first video in this series. Let's take a look at a simple Laravel CRUD with jQuery form submit, which was created for a job application process.
- - - - -
Support the channel…
  - - - - -
Support the channel…
Релиз Tuxedo 2.0
Шаблоны и классы для отправки электронных писем в Laravel. Теперь поддерживает Laravel 8
https://github.com/tomirons/tuxedo
  Шаблоны и классы для отправки электронных писем в Laravel. Теперь поддерживает Laravel 8
https://github.com/tomirons/tuxedo
Пошаговое руководство для новичков по созданию первого приложения на Laravel
https://laravel-news.com/your-first-laravel-application
  
  https://laravel-news.com/your-first-laravel-application
Laravel News
  
  Laravel Tutorial: Step by Step Guide to Building Your First Laravel Application - Laravel News
  This Laravel tutorial will take you from the very beginning of an app idea into a real deployable Laravel application.
  Кастомизация страниц ошибок в Laravel
https://youtu.be/iMAFUi6Z57k
  
  https://youtu.be/iMAFUi6Z57k
YouTube
  
  Laravel Error Pages: Change Text or Customize Layouts
  If you see the default "404 | Not Found", how to customize that error message or the full page?
Official docs: https://laravel.com/docs/8.x/errors#custom-http-error-pages
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
  Official docs: https://laravel.com/docs/8.x/errors#custom-http-error-pages
- - - - -
Support the channel by checking out our products:
- Try our Laravel QuickAdminPanel:…
Отчеты Laravel: динамический размер страницы
https://blog.deleu.dev/laravel-report-dynamic-page-size/
  https://blog.deleu.dev/laravel-report-dynamic-page-size/
Отчеты Laravel: пользовательская сортировка
https://blog.deleu.dev/laravel-report-user-defined-sorting/
  https://blog.deleu.dev/laravel-report-user-defined-sorting/
Отчеты Laravel: диапазон дат
https://blog.deleu.dev/laravel-report-date-range/
  https://blog.deleu.dev/laravel-report-date-range/
Реализация «Cобытий, Посылаемых Сервером» (SSE) с помощью Mercure в Laravel/Lumen
https://medium.com/@sirajul.anik/server-sent-events-with-mercure-in-laravel-lumen-14ddc41d3f15
  
  https://medium.com/@sirajul.anik/server-sent-events-with-mercure-in-laravel-lumen-14ddc41d3f15
Medium
  
  Server-Sent Events with Mercure in Laravel/Lumen
  Server-Sent Events (SSE) are unidirectional event stream where the client subscribes to events from the stream server and the server only…
  9 советов по сокращению кода в Laravel
https://youtu.be/NUYqjdmsIj8
  
  https://youtu.be/NUYqjdmsIj8
YouTube
  
  9 Tips for Shorter Laravel Code
  Some random things that you can write in a shorter way, with various Laravel helpers.
00:00 Intro
00:19 Tip 1. Shorter @if auth()-check()
01:14 Tip 2. Shorter Auth user in Blade
02:37 Tip 3. Shorter @foreach
03:31 Tip 4. Shorter Carbon::now()
04:31 Tip 5.…
  00:00 Intro
00:19 Tip 1. Shorter @if auth()-check()
01:14 Tip 2. Shorter Auth user in Blade
02:37 Tip 3. Shorter @foreach
03:31 Tip 4. Shorter Carbon::now()
04:31 Tip 5.…
