Кастомные пайплайны (конвейеры)
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
Ускоряем Laravel Sanctum
При использовании персональных токенов доступа Sanctum для API аутентификации, я заметил, что часть входящих запросов, выполняются раз в 5-10 дольше, чем другие. Покопавшись я обнаружил, что при каждом запросе Sanctum обновляет поле last_used_at в таблице personal_access_tokens.
При использовании персональных токенов доступа Sanctum для API аутентификации, я заметил, что часть входящих запросов, выполняются раз в 5-10 дольше, чем другие. Покопавшись я обнаружил, что при каждом запросе Sanctum обновляет поле last_used_at в таблице personal_access_tokens.
Какую админку вы обычно используете?
Anonymous Poll
1%
InfyOm Generator
11%
Nova
10%
Orchid
6%
SleepingOwl
7%
Voyager
2%
Z-Song Admin
15%
другую
48%
собственную
Как создать простое приложения на Laravel + Inertia
https://www.notion.so/Getting-started-with-Laravel-and-Inertia-JS-fcde780a3fcf4d788f12f418e8e711ec
https://www.notion.so/Getting-started-with-Laravel-and-Inertia-JS-fcde780a3fcf4d788f12f418e8e711ec
В доку добавлен обзор экосистемы аутентификации в Laravel
https://laravel.com/docs/8.x/authentication#ecosystem-overview
https://laravel.com/docs/8.x/authentication#ecosystem-overview
Меняем Laravel UI на Laravel Fortify
В этому уроке я расскажу вам, как заменить функциональность устаревшего пакета laravel/ui новым пакетом Laravel Fortify.
Проблема с Jetstream (думаю, многие считают также) в том, что зачастую нужен просто каркас аутентификации без Inertia.js и Livewire. Да, laravel/ui всё ещё можно использовать в Laravel 8, но я хочу восстановить эту функциональность без этого пакета.
В этому уроке я расскажу вам, как заменить функциональность устаревшего пакета laravel/ui новым пакетом Laravel Fortify.
Проблема с Jetstream (думаю, многие считают также) в том, что зачастую нужен просто каркас аутентификации без Inertia.js и Livewire. Да, laravel/ui всё ещё можно использовать в Laravel 8, но я хочу восстановить эту функциональность без этого пакета.
Что такое Сервис-контейнер
https://unorderedlist.io/what-is-a-service-container/
https://unorderedlist.io/what-is-a-service-container/
Что такое Laravel Blade UI Kit и как начать с ним работать
https://devdojo.com/bobbyiliev/what-is-laravel-blade-ui-kit-and-how-to-get-started
https://devdojo.com/bobbyiliev/what-is-laravel-blade-ui-kit-and-how-to-get-started
DevDojo
What is Laravel Blade UI Kit and how to get started?
Introduction The Blade UI Kit is a collection of components that you could use in your Laravel Blade. The package was created by Dries Vints who is also a developer at Laravel. If you are not familiar...
Пишем Saas-приложение на Jetstream and Livewire
https://saleem.dev/blog/building-url-shortener-using-laravel-jetstream-and-livewire-2020-09-11/
https://saleem.dev/blog/building-url-shortener-using-laravel-jetstream-and-livewire-2020-09-11/
Вложенные состояния в фабриках Laravel 8
https://stefanzweifel.io/posts/2020/09/17/nested-states-in-laravel-8-database-factories/
https://stefanzweifel.io/posts/2020/09/17/nested-states-in-laravel-8-database-factories/
Stefan Zweifel
Nested States in Laravel 8 Database Factories | stefanzweifel.dev
Nested Database Factory States are still possible with Laravel 8. This posts gives a short example how you can build a more factories which depend on each other.
Аутентификация в Laravel 8: Fortify и Laravel UI (без Jetstream)
https://youtu.be/NuGBzmHlINQ
https://youtu.be/NuGBzmHlINQ
YouTube
Auth in Laravel 8: Fortify and Laravel UI (without Jetstream)
There's a lot of confusion with Auth scaffolding in new Laravel 8. Let's unpack all of that, and I will show you how to generate the OLD version of "laravel new --auth" in new Laravel 8.
0:00 Intro: Main Problem of Laravel 8 Auth
1:29 Auth Scaffolding with…
0:00 Intro: Main Problem of Laravel 8 Auth
1:29 Auth Scaffolding with…