mike make dev
1K posts

mike make dev ری ٹویٹ کیا

Just before Laravel 13 support was added to Laravel Modules a whole bunch of fixes have been released including support for using Inertia in modules, documented what's available at laravelmodules.com/docs/13/resour…

English

@wendell_adriel It’s a fun chart! It seems like there’s a natural progression of being “born” into AI.
I do bump into L6 but what limits me is agent-locks. Claude has hooks to show which files it’s modified during its session and I haven’t got around to locking out other agents from edits.
English

I navigate between L4 and L5
But mainly L5, I think that's the sweet spot for me!
Juri Strumpflohner@juristr
What's your AI adoption level? (according to Steve Yegge)
English

@SergioRocks I’m not sure about that. We’ve automated our tickets into our agents. Users just become part of the development process now and their feedback gets addressed early.
English

Ticket-driven software development is slowly dying.
For years, the workflow looked like this:
- PM writes the ticket
- Engineer picks it up
- Engineer ships the code
Repeat.
That model made sense when writing code was the bottleneck. But it isn’t anymore.
AI tools can generate large chunks of implementation.
Scaffolding, tests, refactors, even entire features.
The constraint moved. The hard part is now:
- Choosing the right problem to tackle
- Structuring the system correctly
- Deciding what not to build
That is why engineers are increasingly expected to own outcomes, not tickets.
Instead of:
- “Implement this API endpoint.”
The work becomes:
- What problem are we actually solving?
- What’s the smallest thing we can ship that users will use?
- How do we know it worked once it’s live?
The engineers who adapt to this shift will thrive.
English

@dcblogdev Thanks David. I've been using your package for a few years now. I just purchased your book and would love to continue to support your work. I appreciate the time you took to provide a response!
English

@lets_make_dev you can see this in my Fuse project
provider:
github.com/laravel-module…
navigation manager
github.com/laravel-module…
generated menu
github.com/laravel-module…

English

I haven't checked your book out, but how do you handle modules pushing views or components into other modules? For example, if you have a LayoutModule you might create an AboutUsPageModule, and when About Us is loaded it can inject a link into the LayoutModule's navigation.
Is this a pattern you've considered much?
English

@lets_make_dev most of what I build uses, modules definitely help isolate things.
English

@LukeDiebold @_newtonjob Check it 👇 🤣 -- there are a few good extensions. This on is called ModHeader in Chrome.

English

@lets_make_dev @_newtonjob Damn, I'm loving this idea!
The chrome extension could literally just be a string you paste in. Then maybe automatically rotate the key in production every day or so.
English

I was talking with a friend today and told him the same thing. AI on existing code bases work amazingly. I’m well aware of the frustration with new AI projects. But I started a project in January and it’s been a dream.
I credit the success with a plugin systems for each feature. It’s easier to isolate the AI to a specific scope.
staysaasy@staysaasy
And to be clear I vibe code stuff successfully on top of existing codebases. But that’s like me using a magic sniper rifle at a problem - narrow, focused, careful. This was one of my first attempts since the model enhancements at using a magic machine gun and it feels great when doing it but when the smoke clears I realized there are bullet holes in a lot of places that weren’t targets.
English
mike make dev ری ٹویٹ کیا

And to be clear I vibe code stuff successfully on top of existing codebases. But that’s like me using a magic sniper rifle at a problem - narrow, focused, careful.
This was one of my first attempts since the model enhancements at using a magic machine gun and it feels great when doing it but when the smoke clears I realized there are bullet holes in a lot of places that weren’t targets.
English

It’s weird. I’ll share something. I add a secret header param to access different tenants on a multi tenant site. It’s usually set by default — ex: test-site.com. But one day, I went to a public facing website and it redirected me to my test site. It was super confusing at first but happens quite often when visiting a “specific” website in a specific stack.
Use random keys or other people might find your debug flows.
English

@_newtonjob @lets_make_dev You could have a secret in your env and some kind of a "debug-secret" header.
This is a really cool idea I've never thought of!
For some reason... still make me nervous though.
English

@wendell_adriel Looks great! Congrats on the launch.
I’m finally getting around to my new website too. Any year now… 🤪 stay tuned.
English

I wanted to update my website for quite a while, but didn’t have time to. I tried before with AI, but without screenshots and mockups it didn’t went well.
So I provided some screenshots and mockups (also generated with AI) to be aligned with what I wanted and let AI in a loop and TBH, I liked the result. Check my updated website in the link below. 👇
English

Orca is an AI Agent Orchestrator for your Laravel apps. It uses Livewire under the hood, amongst other things. I just added support for tmux, allowing to pop sessions out into the desktop.
Follow/repost for me agentic Laravel.
github.com/lets-make-dev/…
English

@RinodeBoer What if you could automate the screenshot process? I’m creating a framework to bring the dev experience to the front end… but you would need to take your project to Laravel.
English

@devhammed Awesome! I found it earlier. Thanks for the inspiration... a super nice touch to a project I've been working on.
x.com/lets_make_dev/…
mike make dev@lets_make_dev
What we're cooking over here with Orca -- an agent orchestrator for your Laravel Livewire applications.
English

I haven't pushed the latest build yet, but checkout github.com/lets-make-dev/…
English

If you like this and want to see me, be sure to give me a follow!
Previously I built a go-terminal wrapper for session management, but I saw a project by @devhammed to embed a terminal process directly into PHP. Took some finagling, but boy does it work great!
English
mike make dev ری ٹویٹ کیا

I just released ⚡️SlideWire
A package to create beautiful presentations with Blade/Livewire only, without any JS! 🔥
It uses Phiki for code highlight and integrates in Laravel apps as routes, so you can also create beautiful websites with slide-like animations! 🚀
Check the website and docs in the link below 👇

English






