#Laravel Tip

Transfer large files seamlessly using streams:

How to Run Self-Hosted Link-in-Bio Tool with #LinkStack on #AlmaLinux #VPS

This article provides a guide for how to run self-hosted Link-in-Bio tool with LinkStack on AlmaLinux VPS.
How to Run Self-Hosted Link-in-Bio Tool with LinkStack on AlmaLinux VPS
This guide walks you through installing and running LinkStack, a free and open-source alternative to Linktree, on an ...
Continued 👉 https://blog.radwebhosting.com/self-hosted-link-in-bio-tool-with-linkstack-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #laravel #selfhosting #opensource #python #selfhosted #composr #letsencrypt

Integration testing our Laravel package with a real server and queue - Insights

When unit tests aren't enough. We started testing the Laravel Flare package against a real application in order to verify that our code works using orchestra workbench. Here's how we did it.

Flare

I've been working on improving Loops federation in preparation to reuse it and it's powerful builder/handler/validation pattern for Pixelfed!

This will solve many federation issues in Pixelfed, like missing comment threading, mentions, blocks and unblocks and much more.

Then I will abstract it into a reusable Laravel package, so any laravel project can easily add federation support in minutes

I also submitted a NLnet grant application for this 🤞

https://github.com/dansup/laravel-activitypub

#ActivityPub #Laravel

GitHub - dansup/laravel-activitypub: a batteries included ActivityPub package for Laravel

a batteries included ActivityPub package for Laravel - dansup/laravel-activitypub

GitHub

Laracon EU 2026 참관기: AI 시대의 Laravel 생태계와 개발자 경험

Laravel 생태계는 '명령보다 설명'을 중시하는 선언적 프로그래밍과 AI 에이전트의 결합을 통해 개발 생산성을 극대화하고 있다.

🔗 원문 보기

Laracon EU 2026 참관기: AI 시대의 Laravel 생태계와 개발자 경험

Laravel 생태계는 '명령보다 설명'을 중시하는 선언적 프로그래밍과 AI 에이전트의 결합을 통해 개발 생산성을 극대화하고 있다.

Ruby-News | 루비 AI 뉴스
Hey @jaredwhite, any advice for publicly shaming #Laravel Live Denmark for platforming a white supremacist?

I'm extremely angry that Taylor Otwell, the creator of #Laravel, has chosen to share a stage with that #rubyonrails fuckbag DHH.

https://laravel-news.com/dhh-joins-laravel-live-denmark-2026-for-fireside-chat-with-taylor-otwell

DHH Joins Laravel Live Denmark 2026 for Fireside Chat with Taylor Otwell

Laravel Live Denmark announced this week that David Heinemeier Hansson (DHH), creator of Ruby on Rails, will appear on stage at the 2026 event in Copenhagen.

Laravel News

أطلقت شركة Laravel نظام Laravel PAO الجديد، وهو نظام مخرجات محسن لوكلاء الذكاء الاصطناعي يهدف إلى تسهيل تفاعلهم مع أدوات تطوير لغة PHP الشهيرة. يعمل النظام على تحويل مخرجات أدوات مثل PHPUnit وPHPStan وArtisan إلى تنسيقات JSON منظمة ومبسطة بدلاً من المخرجات التقليدية المزخرفة، مما يقلل الضوضاء البرمجية ويزيد من دقة المعالجة الآلية. سيتم تضمين هذا النظام افتراضياً في كافة تطبيقات Laravel الجديدة لتحسين تجربة التطوير الآلي دون التأثير على سير عمل المطورين التقليدي.

#Laravel #PHP #AI

Почему social-продукты умирают пустыми

Когда я начинал делать Gooly, мне казалось, что главная проблема — отсутствие нормального инструмента для организации мероприятий. Но спустя месяцы разработки и общения с пользователями я понял гораздо более неприятную вещь: большинство social-продуктов умирают не из-за плохого кода, а из-за пустоты внутри системы. В этой статье — про cold start, хаос чатов, выгорание организаторов, network effects и то, почему живой Telegram часто побеждает «идеальный» новый сервис.

https://habr.com/ru/companies/gooly/articles/1035718/

#gooly #стартап #laravel #vue #бизнес #бизнеспроцессы

Почему social-продукты умирают пустыми

Когда я начинал делать Gooly, мне казалось, что главная проблема — это функционал. Если сделать: удобное создание мероприятий; регистрацию; чаты; подтверждения участия; оплату; сообщества; то люди...

Хабр
In today's video, I show the cleanup fix that keeps Vite's HMR from leaving stray timers behind. Same pattern handles normal component unmounting too. #php #laravel https://masteringlaravel.io/daily/2026-05-15-video-cleaning-up-setinterval-with-vues-onmounted-and-onunmounted
Cleaning up setInterval with Vue's onMounted and onUnmounted | Mastering Laravel

Tying the timer's lifecycle to the component

Mastering Laravel