shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

244
active users

#laravel

2 posts2 participants0 posts today

#introduction

I make websites. Sometimes I toot about it.
#eleventy #webc #php #statamic #laravel #tailwindcss #alpinejs uhhh whatever #sql and I guess #nginx #docker and all that crap all the way down. #fullstack

I play RPGs with friends. Sometimes I toot about it.
#ttrpg #dnd #pathfinder #5e #pf2e

I am my group's sysadmin. Sometimes I toot about it.
#selfhosted #plex #lemmy #mastodon #pihole and throw some darts at selfh.st and you catch the rest.

Hot takes, bad jokes, etc.

selfh.stselfh.st - Self-hosted content and softwareSelf-hosted news, content, updates, launches, events, and more

The PHP community's resident API curmudgeon, @Philsturgeon, has a new post on setting up HTTP caching with Laravel Vapor.

"It's worth the work, because it cuts down on costs, and even helps reduce the carbon impact of your software, so it's basically rude not to turn it on."

apisyouwonthate.com/blog/http-

APIs You Won't Hate · HTTP Caching APIs with Laravel and VaporStop wasting server(less) resources answering the same questions over and over again, by enabling CloudFront for your Laravel REST/HTTP API.

I'm trying to create a new Laravel application with the Livewire and without Volt, because I prefer using Controllers for separation of concerns. It doesn't create the necessary Auth controllers. I have tried everything I can think of. What am I doing wrong here? #laravel #php

Hey Fediverse, ich habe freie Kapazitäten für neue Projekte. Mein Fokus liegt in der Umsetzung von maßgeschneiderter Software. Dafür setze ich folgende Technologie ein: #PHP, #Laravel, #LaravelLivewire, #Vue, #TailwindCSS.

Fall ihr Unterstützung sucht, gerne bei mir melden.

➡️ leitsch.org

Gerne RT.

Lukas LeitschLukas Leitsch | Softwareentwicklung für maßgeschneiderte Apps aus FuldaFreiberuflicher Softwareentwickler für maßgeschneiderte Web-Apps und Website mit den Schwerpunkten Laravel, Livewire, Vue.js und Kirby CMS.

From @larabelles.com on Bluesky (are they on the fediverse?):

---

🚀✨ GIVEAWAY ALERT! ✨🚀

We have teamed up with Moonbase Labs to send two lucky Larabelles to Laracon US 2025 in Denver, Colorado! 🔥

We’ll provide the ticket plus a financial contribution to help with your travel and accommodation expenses - so don’t miss out!

Only folks who are under-represented due to their gender are eligible to enter.

Please share for reach 🙏

larabelles.com/giveaway/laraco

larabelles.comLarabellesLarabelles is a community for PHP and Laravel developers under-represented due to their gender.

Anne, my lady who lunches, sits on 3rd sector boards and volunteers me for stuff 😂, got me do to a little app for a group a while ago, they’d now like chat functionality. So over the next few days I’m going to be having fun adding a Laravel reverb service to it. Never used reverb so a useful learning experience. #laravel #php #codinglife Need to upgrade the Laravel version too.

Cancelled envoyer.io a couple of weeks ago (US based). This week I had a few changes to deploy so I played around with deployer. Docs are not very clear, so getting up to speed was a bit more of a challenge than I would have liked, but in the end, succeeded. Much quicker to deploy than using envoyer.io, and more versatile.

Worth noting that deployer handles load balanced site quite gracefully.

Continued thread

Thinking about the wasteful nature of #LLMs got me thinking about waste in my own development. While it can be convenient to use the large, enterprise-grade frameworks to deliver a minimalist website in 2025 - it's absurd.

Do I really need #laravel with #react, #jquery, #tailwind, #webFonts, #postgres to host some simple #markdown?

Do I need to re-render a bunch of static content at every hit? Does every simple article require 64 connections to the server to display?

I think not.

I want my material to be available to anyone who wants it - regardless of the device they are using or the robustness of their connection.

I want to respect users who disable #javascript for their personal protection.

I want to respect #ScreenReaders and users of assistive technology, without unnecessary complexity.

Everything we need is built into the HTML and CSS specs.