Меняем 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…
PEST: микро-упрощения написания тестов
https://slashequip.com/micro-simplifications-in-laravel-pest/
https://slashequip.com/micro-simplifications-in-laravel-pest/
Паттерн «Декоратор»
Шаблон проектирования, который позволяет добавлять поведение экземпляру класса, не влияя на поведение других экземпляров того же класса. Причем может это делать динамически.
https://laravel.demiart.ru/decorator-design-pattern/
Шаблон проектирования, который позволяет добавлять поведение экземпляру класса, не влияя на поведение других экземпляров того же класса. Причем может это делать динамически.
https://laravel.demiart.ru/decorator-design-pattern/
Уроки Laravel
Паттерн «Декоратор» | Уроки Laravel
Что такое паттерн Декоратор и как его реализовать в Laravel. Подробный урок о всех нюансах.
Как избежать утечек памяти при запуске воркеров очереди в Laravel
https://divinglaravel.com/avoiding-memory-leaks-when-running-laravel-queue-workers
https://divinglaravel.com/avoiding-memory-leaks-when-running-laravel-queue-workers
Mohamed Said
Avoiding memory leaks when running Laravel's queue workers - Mohamed Said
Avoiding memory leaks can be a bit challenging. Over time, some references will pile up in the server memory that won't be detected by PHP. In this post, we'll look at our options in dealing with this.
Создаём чарты на Laravel+Chartisan
https://medium.com/@shafiya.ariff23/how-to-create-charts-using-laravel-8-x-with-the-help-of-chartisan-laravel-charts-2b1e6d68d44e
https://medium.com/@shafiya.ariff23/how-to-create-charts-using-laravel-8-x-with-the-help-of-chartisan-laravel-charts-2b1e6d68d44e
Medium
How to create Charts using Laravel 8.x with the help of Chartisan (Laravel Charts)
We will be using Chartisan to create charts for the number of registered users who are into different sports.
Переносим 27 тысяч изображений из локальной Spatie Media Library в S3-хранилище с помощью Laravel-очередей
https://robindirksen.nl/blog/moving-27k-images-from-spatie-medialibrary-local-to-s3-storage-using-laravel-queue
https://robindirksen.nl/blog/moving-27k-images-from-spatie-medialibrary-local-to-s3-storage-using-laravel-queue
Robin Dirksen
Moving 27K unique images from Spatie medialibrary local to s3 storage using Laravel Queue
We didn't expect that the project ever reached this milestone, so we stored all the images on the server itself. After around 2 years the monitoring service told us we had around 180GB of images stored in the project. But why are we now moving the images…
Паттерн «Адаптер» в Laravel
В этой статье мы рассмотрим, как можно использовать шаблон проектирования «Адаптер» в Laravel и его преимущества на примере из реальной жизни.
https://laravel.demiart.ru/adapter-design-pattern/
В этой статье мы рассмотрим, как можно использовать шаблон проектирования «Адаптер» в Laravel и его преимущества на примере из реальной жизни.
https://laravel.demiart.ru/adapter-design-pattern/
Уроки Laravel
Паттерн «Адаптер» в Laravel | Уроки Laravel
Что такое паттерн Адаптер и как его реализовать в Laravel. Подробный урок с примерами реализации шаблона проектирования, известного так же как Обертка.
Релиз Laravel Executor 2.0
Пакет для запуска кода и команд, в том числе интерактивных
https://github.com/ash-jc-allen/laravel-executor
Пакет для запуска кода и команд, в том числе интерактивных
https://github.com/ash-jc-allen/laravel-executor
Используем Google Login через Socialite на Laravel 8 с Jetstream
https://medium.com/@codyrigg/how-to-add-a-google-login-using-socialite-on-laravel-8-with-jetstream-6153581e7dc9
https://medium.com/@codyrigg/how-to-add-a-google-login-using-socialite-on-laravel-8-with-jetstream-6153581e7dc9
Medium
How to Add a Google Login using Socialite on Laravel 8 with Jetstream
Starting a laravel 8 application with jetstream and then passing the login to Google shouldn’t be hard. There should be a github out that…
Samuel Štancl: Советы по Laravel и веб-разработке
https://threadreaderapp.com/thread/1308082888324374528.html
https://threadreaderapp.com/thread/1308082888324374528.html
Threadreaderapp
Read and Share Twitter Threads easily!
Thread Reader helps you read and share the best of Twitter Threads
This media is not supported in your browser
VIEW IN TELEGRAM
Marcel Pociot создал Webpack-бандлер, который позоляет создавать blade-компоненты из одного файла, вместе с CSS и JS.