Использование обсерверов (наблюдателей) в 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.
Миграции: Что делать если таблица создана, но внешний ключ не работает?
https://youtu.be/DWzUBpsEEHY
https://youtu.be/DWzUBpsEEHY
YouTube
Laravel Migrations: Table Created but Foreign Key Failed?
A tricky situation: migration is half-successful. What to do in such scenario?
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
Апгрейд Jetstream с версии 1 до версии 2
https://youtu.be/ahvXit_1KJc
https://youtu.be/ahvXit_1KJc
YouTube
Upgrade Guide: Upgrading Laravel Jetstream Inertia Stack - V1 to V2
Learn how to upgrade Laravel Jetstream Inertia / VueJs Stack from Version 1 to Version 2
----------------------
Timestamps
----------------------
Intro - 0:00
Update Laravel Jetstream - 0:59
Update Migrations - 3:06
Publish Auth Pages - 4:12
Add Webpack…
----------------------
Timestamps
----------------------
Intro - 0:00
Update Laravel Jetstream - 0:59
Update Migrations - 3:06
Publish Auth Pages - 4:12
Add Webpack…
Laravel для начинающих — Отношения «Многие-ко-Многим»
https://youtu.be/2oFNu_RhTt4
https://youtu.be/2oFNu_RhTt4
YouTube
Eloquent Many To Many Relationship | Laravel For Beginners | Learn Laravel
This video will dive into Eloquent’s Many to Many 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…
Релиз Laravel Actions 2
Пакет для организации логики на основе действий (actions), которые предоставляет ваше приложение. Вместо создания контроллеров, заданий, слушателей и т.д, он позволяет вам создать PHP-класс, который обрабатывает конкретную задачу и запускать этот класс как угодно.
https://laravel-news.com/organize-laravel-applications-with-actions
Пакет для организации логики на основе действий (actions), которые предоставляет ваше приложение. Вместо создания контроллеров, заданий, слушателей и т.д, он позволяет вам создать PHP-класс, который обрабатывает конкретную задачу и запускать этот класс как угодно.
https://laravel-news.com/organize-laravel-applications-with-actions
Laravel News
Organize Laravel Applications With Actions
The Laravel actions package provides a new way to organize your Laravel applications’ logic by focusing on *actions*. Using this technique, you can execute the same class as a controller, a command, a job, and a listener.
Пре-релиз Turbo Laravel
Пакет реализующий Hotwire в Laravel. Аналог Turbo Rails. Набор методов для ускорения изменений страниц. Позволяет достигнуть скорости SPA без написания яваскрипта. Внимание: пакет не протестирован в боевых условиях. Фидбэк и помощь приветствуются.
https://github.com/tonysm/turbo-laravel
Пакет реализующий Hotwire в Laravel. Аналог Turbo Rails. Набор методов для ускорения изменений страниц. Позволяет достигнуть скорости SPA без написания яваскрипта. Внимание: пакет не протестирован в боевых условиях. Фидбэк и помощь приветствуются.
https://github.com/tonysm/turbo-laravel