Миграции: Что делать если таблица создана, но внешний ключ не работает?
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
Добавляем поля в Регистрацию Jetstream
https://youtu.be/xo9u3Gko-GQ
https://youtu.be/xo9u3Gko-GQ
YouTube
Laravel Jetstream Register: Add More Fields
Adding more fields to the registration in Jetstream has a few steps: DB columns, Blade field with Tailwind styles, and Saving User in Fortify Action class. Let's implement that.
Related video: "Laravel Jetstream: Blade Components" https://www.youtube.co…
Related video: "Laravel Jetstream: Blade Components" https://www.youtube.co…
Релиз Square 2
Библиотека статических Eloquent-моделей для фиксированных данных, например, валюты, страны, аэропорты.
https://laravel-news.com/squire-static-eloquent-model-library
Библиотека статических Eloquent-моделей для фиксированных данных, например, валюты, страны, аэропорты.
https://laravel-news.com/squire-static-eloquent-model-library
Laravel News
Squire: Static Eloquent Model Library
Squire is a library of prebuilt static Eloquent models for common fixture data. It provides information about countries, currencies, airports and more to your Laravel app, without the use of a third-party API.
Laravel для начинающих: Добавляем Пагинацию
https://youtu.be/5FLCLfrtXUs
https://youtu.be/5FLCLfrtXUs
YouTube
How To Add Pagination In Laravel | Laravel For Beginners | Learn Laravel
This video will show you how you could simply add pagination in Laravel projects through Eloquent – 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…
📚 New Udemy Course
If you're looking…
Введение в Laravel и Hotwire.
Hotwire — это альтернативный подход к созданию современных веб-приложений без использования большого количества JavaScript, путем отправки HTML вместо JSON.
https://jcergolj.me.uk/hot-la-wire/
Hotwire — это альтернативный подход к созданию современных веб-приложений без использования большого количества JavaScript, путем отправки HTML вместо JSON.
https://jcergolj.me.uk/hot-la-wire/
5 простых советов по Laravel
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
Jetstream/Fortify: Роли, Права и Гварды
https://youtu.be/NiQSNjWKLfU
https://youtu.be/NiQSNjWKLfU
YouTube
Jetstream/Fortify Multi-Auth: Roles, Permissions and Guards
A topic that causes a lot of confusion and questions on my channel. People are asking "how to implement multi auth", and in this video I'm showing step-by-step what is the actual thing you need: roles and permissions.
Repository: https://github.com/Lara…
Repository: https://github.com/Lara…
Как использовать терминал в PhpStorm
https://youtu.be/h1sGfV5i_kI
https://youtu.be/h1sGfV5i_kI
YouTube
How to use the terminal in PhpStorm – PhpStorm Tips with Christoph Rumpel
Meet Laravel expert Christoph Rumpel and explore the built-in terminal emulator in PhpStorm.
Christoph on Twitter: https://christoph-rumpel.com/
PhpStorm on Twitter: https://twitter.com/phpstorm
PhpStorm Blog: https://blog.jetbrains.com/phpstorm/
00:00…
Christoph on Twitter: https://christoph-rumpel.com/
PhpStorm on Twitter: https://twitter.com/phpstorm
PhpStorm Blog: https://blog.jetbrains.com/phpstorm/
00:00…
Паттерн «Репозиторий» в Laravel с использованием Наследования и Внедрения Зависимостей
https://carlomigueldy.medium.com/getting-started-with-repository-pattern-in-laravel-using-inheritance-and-dependency-injection-13ac14ffba69
https://carlomigueldy.medium.com/getting-started-with-repository-pattern-in-laravel-using-inheritance-and-dependency-injection-13ac14ffba69
Medium
Getting Started with Repository Pattern in Laravel using Inheritance and Dependency Injection
Introduction
Как предотвратить перекрытие задач в Laravel
https://www.amitmerchant.com/prevent-overlapping-of-jobs-in-laravel/
https://www.amitmerchant.com/prevent-overlapping-of-jobs-in-laravel/
Amit Merchant - A blog on PHP, JavaScript, and more
How to prevent overlapping of jobs in Laravel
When you are using Laravel queues, you might bump into the situation where you want to prevent overlapping of jobs that handles sensitive information. This could be to provide data integrity of important information such as the user’s wallet balance.