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.
Vue + Laravel API: Поиск в таблице по полям
https://youtu.be/ejcOHypgmcg
https://youtu.be/ejcOHypgmcg
YouTube
Vue + Laravel API: Table Search and Column Search
A follow-up video to my course about Vue CRUD with Laravel in SPA. One student asked a question, and I promised to shoot a video on Youtube.
Link to the full course: https://bit.ly/vue-laravel-spa
- - - - -
Try our Laravel QuickAdminPanel: https://bit.…
Link to the full course: https://bit.ly/vue-laravel-spa
- - - - -
Try our Laravel QuickAdminPanel: https://bit.…
Релиз Laravel 8.6
https://laravel-news.com/laravel-8-6-0
https://laravel-news.com/laravel-8-6-0
Laravel News
Laravel 8.6 Released
The Laravel team released 8.4, 8.5, and 8.6 over the last week with plenty of new features including SQLite schema dump support, auto-handling castAsJson() values that are “Jsonable,” an artisan command for clearing queues, along with the latest new features…
Безопасное удаление тяжелых таблиц на AWS с помощью Laravel
https://flareapp.io/blog/7-how-to-safely-delete-records-in-massive-tables-on-aws-using-laravel
https://flareapp.io/blog/7-how-to-safely-delete-records-in-massive-tables-on-aws-using-laravel
Flare
How to safely delete records in massive tables on AWS using Laravel - Blog
<p>Recently we had to delete unneeded records in a huge table. In this post, I'd like to show you the challenges we had to overcome and the solutions we came up with.</p>
Релиз Laravel Progress
Пакет для быстрого создания системы прогресса пользователей
https://laravel-news.com/php-progress-library-to-track-user-progress
Пакет для быстрого создания системы прогресса пользователей
https://laravel-news.com/php-progress-library-to-track-user-progress
Laravel News
PHP Progress Library to Track User Progress
Progress is a PHP package to determine user steps and progress with an expressive, object-oriented API.
Делаем контактную форму на разных стеках: Livewire, Vue, jQuery, бэкенд
https://youtu.be/o0HoP7WzRf0
https://youtu.be/o0HoP7WzRf0
YouTube
Laravel Livewire vs Vue vs jQuery: Simple Example
Simple demo-project with a contact form, made in two stacks: web, jQuery, Vue, and new Livewire.
0:00 Intro: About the Project
1:43 Back-end Form Version
2:41 jQuery Version
4:24 Vue.js Form Version
6:35 Livewire version
Repository: https://github.com/…
0:00 Intro: About the Project
1:43 Back-end Form Version
2:41 jQuery Version
4:24 Vue.js Form Version
6:35 Livewire version
Repository: https://github.com/…
40 дополнительных правил валидации в Laravel
В системе валидации Laravel существует более 60 правил, но, вдруг, вам нужно что-то особенное? Вы можете легко создать свои собственные правила проверки или же использовать те, что есть в Интернете. Давайте посмотрим, что же там есть.
https://laravel.demiart.ru/additional-validation-rules/
В системе валидации Laravel существует более 60 правил, но, вдруг, вам нужно что-то особенное? Вы можете легко создать свои собственные правила проверки или же использовать те, что есть в Интернете. Давайте посмотрим, что же там есть.
https://laravel.demiart.ru/additional-validation-rules/
Уроки Laravel
40 дополнительных правил валидации в Laravel | Уроки Laravel
Дополнительные правила проверки входящих значений для Ларавел на все случаи жизни.