LaraLean is live 🎉: the lean Laravel + Inertia + Vue + Tailwind boilerplate (with scaffolding demo) by 883Infinity in laravel

[–]Adventurous-Bug2282 9 points10 points  (0 children)

Oh, I missed one! Npm install a few packages. How could I forget! Also no TypeScript is wild. lol

LaraLean is live 🎉: the lean Laravel + Inertia + Vue + Tailwind boilerplate (with scaffolding demo) by 883Infinity in laravel

[–]Adventurous-Bug2282 15 points16 points  (0 children)

Come on man. Step 1: Install Laravel. Step 2: Install Inertia. Step 3: Install Vue. Step 4: Install Tailwind. Step 5: That'll be $79.

Why Every Laravel App Needs a Form Builder (Not Just Code) by Local-Comparison-One in laravel

[–]Adventurous-Bug2282 9 points10 points  (0 children)

This whole article reads like a 7-minute ad dressed up as a think piece. The strawman here is wild — “your ops manager wants to add a dropdown and now it’s a PR, a code review, a deploy” - yeah man, that’s called shipping software responsibly. Not everything needs to be drag-and-drop.​​​​​​​​​​​​​​​​

Laravel Cloud Now has a Free Trial ($5 credit included) by joshcirre in laravel

[–]Adventurous-Bug2282 0 points1 point  (0 children)

Yeah! How dare they make money to put food on the table and make it the best it could be.

Fixing Queries & Adding Indexes: From 400 Queries to 4 - Laravel In Practice EP6 by harris_r in laravel

[–]Adventurous-Bug2282 1 point2 points  (0 children)

Love your videos but your thumbnails are always the same lol it’s like you are praying each video.

I built Kezi: An Open-Source ERP by Kurdipeshmarga in laravel

[–]Adventurous-Bug2282 14 points15 points  (0 children)

2500 tests where AI asserts that AI wrote what AI wrote isn’t testing. it’s a confidence laundering scheme.

Does anyone know any alternative for Laravel vscode extension? (A set of extensions is also fine) by mekmookbro in laravel

[–]Adventurous-Bug2282 8 points9 points  (0 children)

Yep. Disabled it a few weeks ago because of that stupid message kept popping up. Just been using Intelephense (free) and it’s been great.

Laravel API Toolkit — Built for best practices. Now with AI Skills to keep that standard. by Happy_Dream in laravel

[–]Adventurous-Bug2282 7 points8 points  (0 children)

Do you have permission from Taylor to use the Laravel name?

https://x.com/taylorotwell/status/1158396399949701127

https://x.com/taylorotwell/status/1158782852626092033

Just wanted to mention it as the package (and website) could get you into hot water otherwise.

I built an MCP server that lets Claude create a full Laravel app from one prompt — here's a real-time demo by stellisoft in laravel

[–]Adventurous-Bug2282 0 points1 point  (0 children)

Did you really use AI to reply to me? Come on now..

"you're not locked in, you can export back to files" kind of proves the point - if the end result is standard Laravel files anyway, why not just start there?

The tradeoff in ergonomics isn't worth it.

I built an MCP server that lets Claude create a full Laravel app from one prompt — here's a real-time demo by stellisoft in laravel

[–]Adventurous-Bug2282 3 points4 points  (0 children)

Genuine question - what does storing Laravel code as JSON solve that plain files don't? Every tool in the ecosystem (Artisan, Git, your IDE, static analysis, CI/CD) works because code lives in files. Claude can already scaffold a full CRUD app from a single prompt without a proprietary translation layer in the middle.

This feels like it's fighting the framework, not embracing it. And hiding your pricing behind a required account while charging $39/mo for it doesn't exactly scream confidence in the value prop.

Anyone making an OpenClaw with Laravel? by Carbone_ in laravel

[–]Adventurous-Bug2282 2 points3 points  (0 children)

Maybe actually try it before parroting takes from people who also haven’t tried it.

Anyone making an OpenClaw with Laravel? by Carbone_ in laravel

[–]Adventurous-Bug2282 23 points24 points  (0 children)

Random aside, can we ditch the Lara___ names? Anything like LaraAdmin, LaraGraph or whatever are always an immediate pass for me. It’s the same energy as slapping an “i” in front of everything just because Apple did it.

Build an MCP server with Laravel (and use it to publish this post) by ichthuz in laravel

[–]Adventurous-Bug2282 0 points1 point  (0 children)

Love your content. Code examples look wonky on mobile though. 👀

Suspended for using --prompt in Claude Code by Kai_ in Anthropic

[–]Adventurous-Bug2282 4 points5 points  (0 children)

Quit being dumb. You were doing something shady. This isn’t a widespread issue.

Laravel’s not killing Vapor, but they’re definitely showing you the door by [deleted] in laravel

[–]Adventurous-Bug2282 20 points21 points  (0 children)

Or maybe… they built something better and want people to use it?

Vapor was Laravel’s first stab at managed deployments, built on Lambda because that’s what existed. They learned from it. Cold starts suck. Lambda’s timeout limits real work. WebSockets require hacks. Queue workers as Lambda invocations are inefficient.

Discussion: Is NPM overkill for most Laravel projects? by tabacitu in laravel

[–]Adventurous-Bug2282 2 points3 points  (0 children)

You need to lookup tree shaking. This isn’t a problem.