Laravel 8. Фабрики моделей на основе классов
https://www.amitmerchant.com/class-based-model-factories-in-laravel-8/
https://www.amitmerchant.com/class-based-model-factories-in-laravel-8/
Amit Merchant - A blog on PHP, JavaScript, and more
Class based model factories in Laravel 8
The model factories in Laravel are a great way of seeding some fake data in the database for testing purposes which I’ve discussed in this article. While the previous implementation was great, Laravel 8 has given model factories a major overhaul and it makes…
Can I upgrade Laravel?
Сервис проверки зависимостей вашего проекта для возможности апгрейда фреймворка. Просто скопируйте названия пакетов из вашего composer.json.
https://caniupgradelaravel.com
Сервис проверки зависимостей вашего проекта для возможности апгрейда фреймворка. Просто скопируйте названия пакетов из вашего composer.json.
https://caniupgradelaravel.com
Laravelshift
Laravel Shift - Can I upgrade Laravel yet?
Before upgrading Laravel, check if your Composer dependencies are compatible with the latest version of Laravel
Отношения «Многие-ко-Многим» в Laravel Eloquent
В этой статье мы рассмотрим один из наиболее продвинутых типов отношений, предлагаемых Laravel Eloquent — «Многие-ко-многим».
https://laravel.demiart.ru/many-to-many-relationship/
В этой статье мы рассмотрим один из наиболее продвинутых типов отношений, предлагаемых Laravel Eloquent — «Многие-ко-многим».
https://laravel.demiart.ru/many-to-many-relationship/
Уроки Laravel
Отношения «Многие-ко-Многим» в Laravel Eloquent | Уроки Laravel
В этой статье мы рассмотрим, как можно создавать, управлять и удалять отношение «Многие-ко-Многим» (Many To Many) в Laravel.
15 полезных методов работы с Коллекциями
https://www.parthpatel.net/laravel-collection-methods-tutorial/
https://www.parthpatel.net/laravel-collection-methods-tutorial/
www.parthpatel.net
15 Must know Laravel Collection Methods ~ Laravel Collections Tutorial
Laravel comes with very powerful and convenient wrapper for working with arrays. You must have used collections in Laravel specially while…
Скрытые типы мидлваров в Laravel
https://techjeni.com/introducing-the-hidden-types-of-middlewares-in-laravel/
https://techjeni.com/introducing-the-hidden-types-of-middlewares-in-laravel/
TechJeni
Introducing The Hidden Types Of Middlewares In Laravel - TechJeni
If we know in depth about the types of middleware then we can wisely use the hidden power of it. So here in this post, we will understand the different types of middlewares provided by Laravel.
Паттерн «Репозиторий» в Laravel
В этой статье я расскажу, как настроить с нуля паттерн Репозиторий (Repository, Хранилище) в Laravel.
https://laravel.demiart.ru/repository-design-pattern/
В этой статье я расскажу, как настроить с нуля паттерн Репозиторий (Repository, Хранилище) в Laravel.
https://laravel.demiart.ru/repository-design-pattern/
Уроки Laravel
Паттерн «Репозиторий» в Laravel | Уроки Laravel
Что такое паттерн Репозиторий и как его реализовать в Laravel. Подробный урок о всех нюансах.
Отношения в фабриках Laravel 8
https://joelclermont.com/post/laravel-8-factory-relationships/
https://joelclermont.com/post/laravel-8-factory-relationships/
Захват админки Laravel Nova через XSS-атаку
https://cyberpanda.la/blog/taking-over-laravel-nova-admin-panel-via-xss-attack
https://cyberpanda.la/blog/taking-over-laravel-nova-admin-panel-via-xss-attack
Работа с данными. Бесплатная глава из курса «Laravel Beyond CRUD»
https://laravel-beyond-crud.com/sample-chapter
https://laravel-beyond-crud.com/sample-chapter
Laravel beyond CRUD
Working with data (Sample)
Sample from "Laravel beyond CRUD": building larger-than-average web applications by Brent Roose. An ebook and premium video course by Spatie.
Два способа рефакторинга повторяющегося кода в контроллерах Laravel
https://youtu.be/AekPjl_fCak
https://youtu.be/AekPjl_fCak
YouTube
Laravel Controllers: Refactor Duplicate Code (Two Ways)
I want to show you two pretty typical examples of duplicate code in Controllers, and how/where to extract it.
- - - - -
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
Пример Domain-Driven структуры Laravel-проекта
https://slashequip.com/sorta-kinda-domain-driven-approach-in-laravel/
https://slashequip.com/sorta-kinda-domain-driven-approach-in-laravel/
SlashEquip
Sorta-kinda Domain-Driven Structure in Laravel
I'm prefacing with this that I don't enjoy strict 'patterns' when building products. I enjoy TDD but I don't adhere to it all the time, I enjoy aspects of DDD but again going all in....well it just takes all the fun out of things. I also hate theory-only…
Релиз Bagisto 1.2
Платформа для создания интернет-магазинов, построенная на Laravel+Vue
https://bagisto.com/en/whats-new-in-bagisto-v1-2-0/
Платформа для создания интернет-магазинов, построенная на Laravel+Vue
https://bagisto.com/en/whats-new-in-bagisto-v1-2-0/
Bagisto
What's new in bagisto v1.2.0?
Hey everyone, welcome back to my another article, In this article, I am gonna tell you about "What's New in Bagisto v1.2.0"?
Пара мыслей о магии Laravel
https://slashequip.com/quick-thoughts-laravel-magic-revelation-rollercoaster/
https://slashequip.com/quick-thoughts-laravel-magic-revelation-rollercoaster/
SlashEquip
Quick Thoughts: Laravel Magic Revelation Rollercoaster
The last few years of my developer career have been a rollercoaster of revelations. It's been quite the experience but these are some of the main phases went through: Cautiously using Laravel magic and retaining some sense of controlYoung and naive, maybe…
Переключение между драйверами очередей на лету
https://divinglaravel.com/switching-between-queue-drivers-in-laravel-without-stopping-the-world
https://divinglaravel.com/switching-between-queue-drivers-in-laravel-without-stopping-the-world
Diving Laravel
Switching Between Queue Drivers in Laravel Without Stopping the World - Diving Laravel
Each of the queue drivers supported by Laravel has its pros and cons, and sometimes you may want to switch between drivers to accommodate business needs. In this post we're going to look into the possible ways to switch between...