Как настроить Jetstream и Laravel Spark
https://freek.dev/1912-how-to-customize-jetstream-and-laravel-spark
https://freek.dev/1912-how-to-customize-jetstream-and-laravel-spark
Настройка Xdebug для Laravel 8
https://marcuschristiansen.medium.com/setup-xdebug-in-laravel-8-like-a-boss-ea7582ce01ce
https://marcuschristiansen.medium.com/setup-xdebug-in-laravel-8-like-a-boss-ea7582ce01ce
Medium
Setup Xdebug in Laravel 8 like a boss
I’m finally here after many frustrating hours of back and forth, trying different things in order to get Xdebug to play nicely with the…
Валидация консольного ввода в Laravel
https://ryangjchandler.co.uk/articles/validating-laravel-console-input
https://ryangjchandler.co.uk/articles/validating-laravel-console-input
Ryan Chandler
Validating Laravel Console Input - Ryan Chandler
Laravel Jetstream, Breeze, Fortify, UI: Сохраняем время входа пользователя и его IP
https://youtu.be/v4IRYiylQPs
https://youtu.be/v4IRYiylQPs
YouTube
Save User Login Time/IP: Laravel Jetstream, Breeze, Fortify, UI
It seems that different Laravel starter kits have different ways to save logged-in user's data. But, in fact, you can catch that in the Events that come from Laravel Auth core.
Auth Events documentation: https://laravel.com/docs/8.x/authentication#events…
Auth Events documentation: https://laravel.com/docs/8.x/authentication#events…
Установка и использование Laravel Fortify и Sanctum
https://youtu.be/W7owQcBYerA
https://youtu.be/W7owQcBYerA
YouTube
Getting started with Laravel Fortify and Sanctum
In this 19 minute video, I'll show you how to install and use the Fortify and Sanctum authentication packages in example Laravel applications.
Join my newsletter for weekly tips on Laravel, Vue, and Docker: https://aschmelyun.substack.com
You'll learn how…
Join my newsletter for weekly tips on Laravel, Vue, and Docker: https://aschmelyun.substack.com
You'll learn how…
Панель управления для планшета на Tailwind CSS и Livewire
https://joeyantonisse.nl/tablet-dashboard-with-tailwindcss/
https://joeyantonisse.nl/tablet-dashboard-with-tailwindcss/
Joey's Blog | Laravel | Livewire | Tailwind CSS
Tablet Dashboard with Tailwind CSS and Livewire
That tablet that was always lying around, I had to do something with it. Obviously the result is a dashboard, but that kind of took a while. I tried multiple Dashboard templates, but that wasn't it. So, I decided to build it from the ground up. The result…
Как разворачивать проекты на Laravel 8
https://youtu.be/dG55U27oSb4
https://youtu.be/dG55U27oSb4
YouTube
How To Deploy Laravel 8 Project | Deploy Laravel Through FileZilla | Laravel 8 Project Hosting
In this video the Laravel 8 blog will be deployed through FileZilla, which is not the right method to do it since using a Cloud provider is better – Learn how to deploy Laravel projects through FileZilla.
📚 New Udemy Course
If you're looking to level up…
📚 New Udemy Course
If you're looking to level up…
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