Релиз Livewire 2.3.6
https://github.com/livewire/livewire/releases/tag/v2.3.6
https://github.com/livewire/livewire/releases/tag/v2.3.6
5 причин начать использовать Tailwind CSS
https://devdojo.com/tnylea/5-reasons-to-start-using-tailwindcss
https://devdojo.com/tnylea/5-reasons-to-start-using-tailwindcss
DevDojo
5 reasons to start using TailwindCSS
It's 2021, and it's time for a change. Bootstrap has held its reign as the top CSS framework for quite some time; however, that's all about to change. TailwindCSS is the cat's pajamas, it's the bee's ...
Laravel для начинающих — Отношения «Один-к-Одному»
https://youtu.be/sxGiIxf0Cgw
https://youtu.be/sxGiIxf0Cgw
YouTube
Eloquent One To One Relationship | Laravel For Beginners | Learn Laravel
This video will dive into Eloquent’s One to One Relationship 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 looking to level up your Laravel…
📚 New Udemy Course
If you're looking to level up your Laravel…
Преимущества использования имён маршрутов
https://youtu.be/7lalb6HtR1c
https://youtu.be/7lalb6HtR1c
YouTube
Laravel: Why You Need Route Names?
A quick video showing the advantages of using route names instead of route URLs.
More about route names: https://laravel.com/docs/8.x/routing#named-routes
Resource Controllers with names: https://laravel.com/docs/8.x/controllers#resource-controllers
-…
More about route names: https://laravel.com/docs/8.x/routing#named-routes
Resource Controllers with names: https://laravel.com/docs/8.x/controllers#resource-controllers
-…
Livewire: Как сделать чекбокс "Выбрать всё"
https://youtu.be/fL3u68uJ-LA
https://youtu.be/fL3u68uJ-LA
YouTube
"Select All" Checkbox in Livewire: Simple and Complex Way
This video is an answer to one of the questions on my channel, and also showing an early preview of one of my upcoming livewirekit.com components.
Subscribe to get notified when it's launched: www.livewirekit.com
- - - - -
Try our Laravel QuickAdminPanel:…
Subscribe to get notified when it's launched: www.livewirekit.com
- - - - -
Try our Laravel QuickAdminPanel:…
Jetstream: настройка UI, внешнего вида и бэкенда
https://youtu.be/PHpVYFJYv9E
https://youtu.be/PHpVYFJYv9E
YouTube
Laravel Jetstream: Customizing the UI, Look & Feel and the Back-End
👨💻 Sign up for my test-driven development course.
https://tddwithlaravel.com
👨💻 Sign up to my newsletter and receive PHP, JS and Laravel news in a weekly-basis:
https://subscribe.mateusguimaraes.com
🎉 Party up:
https://twitter.com/mateusjatenee/
htt…
https://tddwithlaravel.com
👨💻 Sign up to my newsletter and receive PHP, JS and Laravel news in a weekly-basis:
https://subscribe.mateusguimaraes.com
🎉 Party up:
https://twitter.com/mateusjatenee/
htt…
Использование обсерверов (наблюдателей) в Laravel
https://coderflex.com/blog/how-to-use-model-observers-in-laravel
https://coderflex.com/blog/how-to-use-model-observers-in-laravel
Coderflex
How to Use Model Observers in Laravel | coderflex
Laravel's Eloquent OM is the rock-solid implementation of Active Record. It has many features includes Observers, Laravel implements __Observer Pattern to fire some events, which can be listened to hook into, when various actions are performed on a model.
Artisan-команда для использования Модели в методах ресурсного контроллера
https://www.amitmerchant.com/artisan-command-to-use-model-instance-controller-actions-laravel/
https://www.amitmerchant.com/artisan-command-to-use-model-instance-controller-actions-laravel/
Amit Merchant - A blog on PHP, JavaScript, and more
Artisan command to use model instance in controller actions in Laravel
Here’s a little tip about the artisan command that generates the controller. So, if you’ve used the make:controller command with the --resource option, it will generate controllers with create, read, update, and delete (“CRUD”) actions in them.
Использование внешнего API с помощью Laravel+Guzzle
https://devdojo.com/bobbyiliev/how-to-consume-an-external-api-with-laravel-and-guzzle
https://devdojo.com/bobbyiliev/how-to-consume-an-external-api-with-laravel-and-guzzle
DevDojo
How to consume an external API with Laravel and Guzzle
Introduction Laravel provides a wrapper for the Guzzle HTTP client. It allows you to quickly make HTTP requests to communicate with external APIs. In this tutorial, you will learn how to use the Larav...
Laravel для начинающих — Laravel-отношения hasMany и hasOne
https://youtu.be/ktv8LF-zVZ4
https://youtu.be/ktv8LF-zVZ4
YouTube
Eloquent hasMany And hasOne Relationship | Laravel For Beginners | Learn Laravel
This video will dive into Eloquent’s hasMany and hasOne Relationship 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 looking to level up your…
📚 New Udemy Course
If you're looking to level up your…
Релиз Venture 2.0
Пакет для создания и управления сложными асинхронными процессами. Добавлена поддержка вложенных процессов.
https://github.com/ksassnowski/venture/releases/tag/2.0.0
Пакет для создания и управления сложными асинхронными процессами. Добавлена поддержка вложенных процессов.
https://github.com/ksassnowski/venture/releases/tag/2.0.0
GitHub
Release 2.0.0 · ksassnowski/venture
Added
Added support for nested workflows
Changed
A job's dependencies have to be added to the workflow before the job itself is added.
This also eliminates the problem of circular dependenci...
Added support for nested workflows
Changed
A job's dependencies have to be added to the workflow before the job itself is added.
This also eliminates the problem of circular dependenci...
Кирилл Несмеянов о Ray (десктопный дебаг)
https://laravel-news.com/laravel-dump-server
https://laravel-news.com/laravel-dump-server
Также зарелизены:
— Laravel 6.20.10
— Horizon 5.6.5
— Jetstream 2.1
— Scout 8.5.4
— Laravel 6.20.10
— Horizon 5.6.5
— Jetstream 2.1
— Scout 8.5.4
Jetstream: Blade-компоненты
https://youtu.be/pYIrRYGgVAI
https://youtu.be/pYIrRYGgVAI
YouTube
Laravel Jetstream: Blade Components (free lesson from upcoming course)
While I'm shooting a new course on Laravel Jetstream, I decided to publish this lesson for free, cause it's interesting to go through Jetstream code and understand how/why some parts of the code are written.
Subscribe to my weekly newsletter: http://bit.ly/laravel…
Subscribe to my weekly newsletter: http://bit.ly/laravel…
Livewire: превращаем обычную обновляемую страницу в Компонент
https://youtu.be/q7V56AdyK0Y
https://youtu.be/q7V56AdyK0Y
YouTube
From Full Page Refresh to Livewire Component: Live-Coding Demo
One free lesson from my course "Creating a mini-Reddit in Laravel 8". This lesson is focused on changing the full-refresh behavior to a better UX with Laravel Livewire.
Enroll in the full course: https://laraveldaily.teachable.com/p/creating-mini-reddit…
Enroll in the full course: https://laraveldaily.teachable.com/p/creating-mini-reddit…
Выпущены Laravel 6.20.11, 7.30.2 и 8.22.1, содержащие исправление уязвимости. Рекомендуется всем пользователям Laravel как можно скорее обновить свои приложения.
https://blog.laravel.com/security-laravel-62011-7302-8221-released
https://blog.laravel.com/security-laravel-62011-7302-8221-released
The Laravel Blog
Security: Laravel 6.20.11, 7.30.2, 8.22.1 Released - The Laravel Blog
This morning we released Laravel 6.20.11, 7.30.2, and 8.22.1. These updates contain a security related patch; therefore, we encourage all Laravel users to update their applications as soon as possible.