Отношения в фабриках 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...
В догонку к предыдущей статье. Код от автора, Мухамеда Саида, который автоматически генерирует изображения для статей на основе её названия.
https://gist.github.com/themsaid/713d938de53a0ed31c73700c0d3a5564
https://gist.github.com/themsaid/713d938de53a0ed31c73700c0d3a5564
Gist
OG post images
OG post images. GitHub Gist: instantly share code, notes, and snippets.
Кастомные пайплайны (конвейеры)
https://ryangjchandler.co.uk/articles/unconventional-laravel-custom-pipeline-classes
https://ryangjchandler.co.uk/articles/unconventional-laravel-custom-pipeline-classes
Релизы Laravel 8.3 и 7.28.2
Несмотря на то, что официальная поддержка седьмой ветки уже закончилась, тем не менее фиксы функционала для неё еще выпускаются.
https://laravel-news.com/laravel-8-3-0
Несмотря на то, что официальная поддержка седьмой ветки уже закончилась, тем не менее фиксы функционала для неё еще выпускаются.
https://laravel-news.com/laravel-8-3-0
Laravel News
Laravel 8.3 Released
The Laravel team released v8.3.0 this week with JSON casting for database test assertions, the ability to use closures in queued batches, and added various facade method PHPDocs.
Видео: Конвертация Vue-компонентов в Livewire-компоненты
https://youtu.be/ki45_OsUCZs
https://youtu.be/ki45_OsUCZs
Выложена документация для аутентификационного пакета Laravel Fortify, используемого в Laravel Jetstream.
https://github.com/laravel/fortify/blob/1.x/README.md
https://github.com/laravel/fortify/blob/1.x/README.md
GitHub
laravel/fortify
Backend controllers and scaffolding for Laravel authentication. - laravel/fortify
Автоматизация schema dump в Laravel 8 с помощью GitHub Actions
https://fidum.uk/automating-schema-dump-with-github-actions
https://fidum.uk/automating-schema-dump-with-github-actions
fidum.uk
Automating the Laravel 8 schema dump using GitHub Actions – Fidum
The release of Laravel 8 introduced us to many great new features and I think it is one of the best
releases we have ever had! However, the schema dump command is far by the most useful for me in some personal
projects and for the large projects I work on…
releases we have ever had! However, the schema dump command is far by the most useful for me in some personal
projects and for the large projects I work on…
Релиз Laravel Honeypot 3.0
Защита форм от спама. Добавлены blade-компонент и поддержка Inertia.
https://github.com/spatie/laravel-honeypot
Защита форм от спама. Добавлены blade-компонент и поддержка Inertia.
https://github.com/spatie/laravel-honeypot
Laravel Websockets + Laravel Echo + Vue
https://youtu.be/rNOGLLPXzwc
https://youtu.be/rNOGLLPXzwc
YouTube
Laravel Websockets and Laravel Echo with Vue
Want more? Explore the library at https://codecourse.com
Using Laravel as a pure API? This snippet walks through using Laravel Echo with a Vue project. We'll use the Laravel Websockets package to get broadcasting working, then pull Laravel Echo into our…
Using Laravel as a pure API? This snippet walks through using Laravel Echo with a Vue project. We'll use the Laravel Websockets package to get broadcasting working, then pull Laravel Echo into our…
Релиз Laravel 8.4
В день по версии — команда усиленным темпами шлифует восьмую Лару. Из новшеств: добавлена команда queue:clear
https://github.com/laravel/framework
В день по версии — команда усиленным темпами шлифует восьмую Лару. Из новшеств: добавлена команда queue:clear
https://github.com/laravel/framework