#laravel — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #laravel, aggregated by home.social.
-
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
-
Почему social-продукты умирают пустыми
Когда я начинал делать Gooly, мне казалось, что главная проблема — отсутствие нормального инструмента для организации мероприятий. Но спустя месяцы разработки и общения с пользователями я понял гораздо более неприятную вещь: большинство social-продуктов умирают не из-за плохого кода, а из-за пустоты внутри системы. В этой статье — про cold start, хаос чатов, выгорание организаторов, network effects и то, почему живой Telegram часто побеждает «идеальный» новый сервис.
-
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
-
Build-in-public update time. It's been a minute.
A few things from the past couple months:
- ArtisanPack UI now supports React and Vue, not just Livewire
- The visual editor pivoted to React after Livewire + drag-and-drop hit a wall
- The security package got split into 7 focused packages
- Keystone CMS — my Laravel CMS for small business client sites — has officially startedTimelines are still fuzzy. But the work is happening.
-
There's a built-in PHPUnit method for tests that don't really assert anything, and it's not always a drop-in for the workaround you might be using. Today's tip builds on one from earlier this week. #php #laravel https://masteringlaravel.io/daily/2026-05-14-phpunit-can-mark-a-test-as-deliberately-quiet
-
Архитектура Laravel + Centrifugo: кто за что отвечает в real-time системе
В первой части мы разобрались, что Real-time на Laravel-сайте нужен там, где интерфейс должен получать изменения без перезагрузки страницы: новые уведомления, смену статуса заказа, сообщения в чате, обновления виджетов, события в административной панели. Для таких задач классическая модель HTTP-запроса уже недостаточна, а polling создаёт лишнюю нагрузку на backend. Один из практичных вариантов решения — использовать Centrifugo как отдельный WebSocket-сервер рядом с Laravel-приложением. В этой статье разберём архитектуру Laravel + Centrifugo: за что отвечает Laravel, какую роль выполняет Centrifugo, как frontend подключается к real-time каналу и как выглядит типовой сценарий публикации события, например при изменении статуса заказа.
-
Computer-assisted development using LLMs - another random tip:
1) Check your error log daily (as you would with your own code), e.g. Laravel log or similar
2) And fix bugs as they appear.
3) Your goal is to have a log without any exceptions bubbling up to the log.
Au contraire - all exceptions will be caught and properly handled - leaving only items your app actually logs. -
Computer-assisted development using LLMs - another random tip:
1) Check your error log daily (as you would with your own code), e.g. Laravel log or similar
2) And fix bugs as they appear.
3) Your goal is to have a log without any exceptions bubbling up to the log.
Au contraire - all exceptions will be caught and properly handled - leaving only items your app actually logs. -
Computer-assisted development using LLMs - another random tip:
1) Check your error log daily (as you would with your own code), e.g. Laravel log or similar
2) And fix bugs as they appear.
3) Your goal is to have a log without any exceptions bubbling up to the log.
Au contraire - all exceptions will be caught and properly handled - leaving only items your app actually logs. -
Computer-assisted development using LLMs - another random tip:
1) Check your error log daily (as you would with your own code), e.g. Laravel log or similar
2) And fix bugs as they appear.
3) Your goal is to have a log without any exceptions bubbling up to the log.
Au contraire - all exceptions will be caught and properly handled - leaving only items your app actually logs. -
Computer-assisted development using LLMs - another random tip:
1) Check your error log daily (as you would with your own code), e.g. Laravel log or similar
2) And fix bugs as they appear.
3) Your goal is to have a log without any exceptions bubbling up to the log.
Au contraire - all exceptions will be caught and properly handled - leaving only items your app actually logs. -
Best PHP APM Tools in 2026: Scout, Tideways, New Relic, Datadog, and Sentry compared for Laravel apps. N+1 detection, PHP-FPM memory, queue workers, CMS support. https://www.scoutapm.com/blog/php-monitoring-tool-roundup #PHP #Laravel #APM #Monitoring
-
Best PHP APM Tools in 2026: Scout, Tideways, New Relic, Datadog, and Sentry compared for Laravel apps. N+1 detection, PHP-FPM memory, queue workers, CMS support. https://www.scoutapm.com/blog/php-monitoring-tool-roundup #PHP #Laravel #APM #Monitoring
-
-
Laravel keeps growing. The custom code you wrote a year ago might already have a built-in replacement waiting. #php #laravel https://masteringlaravel.io/daily/2026-05-13-republished-dont-reinvent-features-that-are-already-in-laravel
-
Real-time на сайте с Laravel и Centrifugo: зачем нужен WebSocket
Разбираем, зачем нужен real-time на сайте, почему polling создаёт лишнюю нагрузку и как Centrifugo помогает добавить WebSocket в Laravel-приложение без разрушения backend-архитектуры.
-
RE: https://phpc.social/@denniskoch/116566792346563462
Going to give @brendt’s Tempest a look next time I need to build something.
Getting disillusioned with #Laravel
-
🔗 Our hackathon project: Live at Spatie
https://spatie.be/blog/our-hackathon-project-live-at-spatie
#laravel #react -
🔗 Our hackathon project: Live at Spatie
https://spatie.be/blog/our-hackathon-project-live-at-spatie
#laravel #react -
🔗 Our hackathon project: Live at Spatie
https://spatie.be/blog/our-hackathon-project-live-at-spatie
#laravel #react -
🔗 Our hackathon project: Live at Spatie
https://spatie.be/blog/our-hackathon-project-live-at-spatie
#laravel #react -
🔗 Our hackathon project: Live at Spatie
https://spatie.be/blog/our-hackathon-project-live-at-spatie
#laravel #react -
Oof, it's disappointing to see that Laravel Live Denmark is giving DHH a stage.
-
Building a #Laravel package directory taught me a lot about the ecosystem. Thousands of plugins, wildly varying quality, and developers spending too much time vetting dependencies.
At #PHPxTokyo on May 23rd I will share what we learned and why https://LaraPlugins.io exists.
RSVP: https://phpx.tokyo/
Announcement: https://x.com/phpxtky/status/2054144505633513811 -
PHPUnit lets you assert that an exception was thrown, but what about instead asserting that no exceptions were thrown? Here's the small workaround we lean on. #php #laravel https://masteringlaravel.io/daily/2026-05-12-asserting-that-nothing-went-wrong
-
🔗 Using the ADR (Action/Domain/Responder) Pattern in Laravel
https://wendelladriel.com/blog/using-the-adr-action-domain-responder-pattern-in-laravel
#php #laravel #designpatterns #architecture #tutorial -
Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks
This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 https://blog.radwebhosting.com/laravel-vs-symfony-a-comprehensive-comparison-of-php-frameworks/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #websitedevelopment -
Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks
This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 https://blog.radwebhosting.com/laravel-vs-symfony-a-comprehensive-comparison-of-php-frameworks/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #websitedevelopment -
Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks
This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 https://blog.radwebhosting.com/laravel-vs-symfony-a-comprehensive-comparison-of-php-frameworks/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #websitedevelopment -
Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks
This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 https://blog.radwebhosting.com/laravel-vs-symfony-a-comprehensive-comparison-of-php-frameworks/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #websitedevelopment -
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered ...
Continued 👉 https://blog.radwebhosting.com/ssd-powered-cpanel-web-hosting-up-to-25x-faster/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #gitversioncontrol #phpmyadmin #webdisk #ftp #csf #wpcli #cloudlinux #joomla #mariadb #sshaccess #laravel #postgresql #softaculous #modsecurity #letsencrypt #phppgadmin #litespeed #webhosting -
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered ...
Continued 👉 https://blog.radwebhosting.com/ssd-powered-cpanel-web-hosting-up-to-25x-faster/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #gitversioncontrol #phpmyadmin #webdisk #ftp #csf #wpcli #cloudlinux #joomla #mariadb #sshaccess #laravel #postgresql #softaculous #modsecurity #letsencrypt #phppgadmin #litespeed #webhosting -
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered ...
Continued 👉 https://blog.radwebhosting.com/ssd-powered-cpanel-web-hosting-up-to-25x-faster/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #gitversioncontrol #phpmyadmin #webdisk #ftp #csf #wpcli #cloudlinux #joomla #mariadb #sshaccess #laravel #postgresql #softaculous #modsecurity #letsencrypt #phppgadmin #litespeed #webhosting -
#Laravel lazy() vs get()
Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
-
Just launched the LaraPlugins MCP server on Product Hunt.
It lets AI agents search our directory of 50,000+ #Laravel packages with real health data. Maintenance scores. Version compatibility. Vendor reputation. All served as structured JSON. No more outdated or hallucinated recommendations.
One upvote so far. If this sounds useful, your support would mean a lot.
-
If you've been refreshing the GitHub Actions tab to see how your pipeline did, there's a much nicer way. #php #laravel https://masteringlaravel.io/daily/2026-05-11-watch-a-github-actions-run-from-your-terminal
-
AI coding agents are great, but they frequently hallucinate Laravel packages or suggest outdated ones.
We built the LaraPlugins MCP server to fix this. Connect it, and every package your agent picks gets verified against our health directory.
It is free. No installation required.
Going live on Product Hunt in 15 minutes. Your support means so much to us.
https://www.producthunt.com/products/laraplugins-io?utm_source=other&utm_medium=social
-
AI coding agents are great, but they frequently hallucinate Laravel packages or suggest outdated ones.
We built the LaraPlugins MCP server to fix this. Connect it, and every package your agent picks gets verified against our health directory.
It is free. No installation required.
Going live on Product Hunt in 15 minutes. Your support means so much to us.
https://www.producthunt.com/products/laraplugins-io?utm_source=other&utm_medium=social
-
🔗 Flaky Test Retries in Pest v4.5.0
https://laravel-news.com/pest-4-5-0
#php #testing #laravel #pest -
🔗 Flaky Test Retries in Pest v4.5.0
https://laravel-news.com/pest-4-5-0
#php #testing #laravel #pest -
🔗 Flaky Test Retries in Pest v4.5.0
https://laravel-news.com/pest-4-5-0
#php #testing #laravel #pest -
🔗 Flaky Test Retries in Pest v4.5.0
https://laravel-news.com/pest-4-5-0
#php #testing #laravel #pest -
🔗 Flaky Test Retries in Pest v4.5.0
https://laravel-news.com/pest-4-5-0
#php #testing #laravel #pest -
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster ⚙️ SSD-Powered cPanel ... Continued 👉 #phppgadmin #webhosting #postgresql #letsencrypt #mariadb #sshaccess #gitversioncontrol #softaculous #joomla #litespeed #modsecurity #wpcli #csf #laravel #phpmyadmin #cloudlinux #webdisk #ftp
-
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered ...
Continued 👉 https://blog.radwebhosting.com/ssd-powered-cpanel-web-hosting-up-to-25x-faster/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cloudlinux #postgresql #modsecurity #softaculous #mariadb #sshaccess #litespeed #webdisk #wpcli #phppgadmin #gitversioncontrol #letsencrypt #laravel #webhosting #joomla #ftp #csf #phpmyadmin -
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered ...
Continued 👉 https://blog.radwebhosting.com/ssd-powered-cpanel-web-hosting-up-to-25x-faster/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cloudlinux #postgresql #modsecurity #softaculous #mariadb #sshaccess #litespeed #webdisk #wpcli #phppgadmin #gitversioncontrol #letsencrypt #laravel #webhosting #joomla #ftp #csf #phpmyadmin -
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered ...
Continued 👉 https://blog.radwebhosting.com/ssd-powered-cpanel-web-hosting-up-to-25x-faster/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cloudlinux #postgresql #modsecurity #softaculous #mariadb #sshaccess #litespeed #webdisk #wpcli #phppgadmin #gitversioncontrol #letsencrypt #laravel #webhosting #joomla #ftp #csf #phpmyadmin -
⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
Built for Performance. Backed by Reliability. Ready to Scale.
Developers, sysadmins, and power users—we built this for you. Our SSD-powered ...
Continued 👉 https://blog.radwebhosting.com/ssd-powered-cpanel-web-hosting-up-to-25x-faster/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #cloudlinux #postgresql #modsecurity #softaculous #mariadb #sshaccess #litespeed #webdisk #wpcli #phppgadmin #gitversioncontrol #letsencrypt #laravel #webhosting #joomla #ftp #csf #phpmyadmin -
A new **Digging Code** newsletter just dropped. 📩
📰 Issue title
**Laravel 13.8**, **Two Alpha Releases** & **AI** in Your **Office Apps**👀 Catch the full issue:
https://mmramadan.com/newsletter/campaign/019e0b6a-b3c2-71a8-8dfc-5b9cc6741fbb📡 Subscribe to stay updated:
https://mmramadan.com/newsletter🔐 Create your account:
https://mmramadan.com/register -
#Laravel Tip
Did you know... You can fetch a single column directly with value() — simpler & faster than first().