Forwarded from Laravel World
Настройка автоматического бэкапа в Laravel
https://youtu.be/tKu7EqGgu_A
https://youtu.be/tKu7EqGgu_A
YouTube
#1: Laravel Backup - How to Set up Automatic DB Backup in Laravel
In this tutorial, we see how to set up an automatic database backup in Laravel. For that, we are going to use Spatie's Laravel-backup package. You can store the backups on any of the filesystems you have configured in Laravel. You will also learn how to set…
Forwarded from Laravel World
Eloquent Attribute Value Prediction
Пакет для прогнозирования значений eloquent-моделей, используя возможности машинного обучения.
https://github.com/DivineOmega/eloquent-attribute-value-prediction
Пакет для прогнозирования значений eloquent-моделей, используя возможности машинного обучения.
https://github.com/DivineOmega/eloquent-attribute-value-prediction
Forwarded from Laravel World
Laravel для начинающих — Отношения «Многие-ко-Многим»
https://youtu.be/l8m0rYR7W8w
https://youtu.be/l8m0rYR7W8w
YouTube
Eloquent One to Many Relationship | Laravel For Beginners | Learn Laravel
This video will dive into Eloquent’s One 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…
Forwarded from Laravel World
Создание онлайн видео школы на Laravel
https://learn.vonage.com/blog/2020/12/11/creating-an-online-classroom-in-laravel-with-vonage-video-api
https://learn.vonage.com/blog/2020/12/11/creating-an-online-classroom-in-laravel-with-vonage-video-api
Vonage
Creating an Online Classroom in Laravel With Vonage Video API
Learn how to create a virtual classroom where the teacher can be in any location in the world and still teach student in real-time using Laravel an...
Forwarded from Laravel World
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…
Forwarded from Laravel World
Преимущества использования имён маршрутов
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
-…
Forwarded from Laravel World
Использование обсерверов (наблюдателей) в 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.
Forwarded from Laravel World
Миграции: Что делать если таблица создана, но внешний ключ не работает?
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
Forwarded from Laravel World
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…
Forwarded from Laravel World
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…
Forwarded from PHP Books
Design Patterns in PHP and Laravel
Автор: Kelt Dockins
Год издания: 2017
Скачать книгу
#PHP #Laravel #english
Автор: Kelt Dockins
Год издания: 2017
Скачать книгу
#PHP #Laravel #english
Forwarded from Laravel World
5 простых советов по Laravel
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
Forwarded from Laravel World
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…
Forwarded from Laravel World
Паттерн «Репозиторий» в 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
Forwarded from WebCraft - ремесло веб разработки
Laravel | Job Batching
Одним из нововведений в Laravel 8 является возможность запускать несколько задач в очереди параллельно и отслеживать их выполнение.
В статье рассказывается, как это работает "под капотом".
👉 @web_craft
Одним из нововведений в Laravel 8 является возможность запускать несколько задач в очереди параллельно и отслеживать их выполнение.
В статье рассказывается, как это работает "под капотом".
👉 @web_craft
Forwarded from Laravel World
5 простых советов по Laravel
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
https://ryangjchandler.co.uk/articles/5-simple-laravel-tips-and-tricks
Forwarded from Laravel World
Паттерн «Репозиторий» в 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
Forwarded from Laravel World
Как создать админа в Laravel: Tinker или Seeds?
https://youtu.be/k9yfGtk1ad4
https://youtu.be/k9yfGtk1ad4
YouTube
How to Create Admin User in Laravel: Tinker or Seeds?
In almost every project, there should be a SuperAdmin user. But there's no registration form for them, so how to manually create one? I will show two ways.
More about seeding: https://laravel.com/docs/8.x/seeding
Related video. Laravel Jetstream Register:…
More about seeding: https://laravel.com/docs/8.x/seeding
Related video. Laravel Jetstream Register:…
Forwarded from Laravel World
Руководство по аутентификации в Nuxt через API с использованием Laravel Sanctum
https://youtu.be/ukVxwX9FSZ8
https://youtu.be/ukVxwX9FSZ8
YouTube
Nuxt Authentication with Laravel Sanctum
Want more? Explore the library at https://codecourse.com
A quickstart guide to authenticating in Nuxt with a Laravel API using Sanctum. We’ll use the latest version of nuxt/auth, which includes native support for Sanctum as a provider.
Official site …
A quickstart guide to authenticating in Nuxt with a Laravel API using Sanctum. We’ll use the latest version of nuxt/auth, which includes native support for Sanctum as a provider.
Official site …