Just rebuilt my personal site using @HydeFramework static site generator using markdown and @laravelphp blade where I want to. Also merged my blog from an external site into my personal site.
https://t.co/MzY2pTzWY4
πΒ π€ Iβm excited to release the first version of Laravel Loop, an MCP Server for Laravel that allows you to create custom tools and connect your Laravel app directly to AI tools like Cursor, Claude Code, Claude Desktop, and others.
Let me show you how it works in... π
@michaeldyrynda@gonedark@laravelnews I have been doing this for years, always try and gear tests to give the most useful output on failure. However, if in the code being tested this job is dispatched within a try/catch (Throwable) then it will catch the assertions/expectation exception and hide the failure.
Laravel Sail is a great tool for developing Laravel applications without having to set up services on your local machine. If you've been looking for a detailed guide to @laravelphp Sail, Cole Shirley has just the thing for you! Link in thread.
Another π₯ @vuejs tip from @brandonferens!
Watchers only fire when the reactive object they are watching changes, but sometimes you may need to fire the watcher as soon as the component is mounted. Pretty easy to do:
We started adding screenshots to OFFICIAL @filamentphp docs!
The first merged PR with this image pushed by @ModestasMV
https://t.co/aCLIo6Oh2z
The system to push images isn't simple, but we "cracked the code", and more images from our team coming to the docs.
Wrote and shipped this Livewire feature in like an hour this morning (probably broken af), but check it:
wire:current β¨β¨β¨
Super clean way to detect if the current page matches a link and slap some Tailwind on there
(works with wire:navigate and persisted layouts obv)
@PovilasKorop@filamentphp Definitely a useful function Povilas! Recently had a need to only render urls if the user could actually access the linked page. For example, if the user needs to a specific permission.
Used it in a nice trait which you can see on this gist:
https://t.co/2z4b5WNPxD
Did you ever get annoyed by PHPStan complaining when retrieving config values and you must type a /** @var string */ comment?
TIL from @danmasonmp that you can use type-hinted config methods to retrieve typed values from Laravel config.
It's no secret that we're huge @filamentphp fans. In this new article, @derekgoetzit goes into full detail on why we love having Filament in our toolkit. Link below π
The State Of Laravel 2024 survey has started!
You can now participate to identify how the ecosystem changed over the past 12 months!
Please RT for reach β€οΈ
https://t.co/F2VFJS6asZ
@JackEllis Yeah, recently moved from a MBP Intel 2019 which definitely had its issues with PHPStorm haha. Can't say i seen the issue you describe but likely also performance related. ST4 certainly is decent and i have used it occasionally. I am a big fan of the Laravel Idea plugin though π
@JackEllis For point 1 at least, I would bet phpstorm lets you disable anything that you found distracting.
Performance is a common gripe, I will say on a MBP M3 not experiencing any issues but it def depends on your projects.