Takeshi Yu
takeshiyu.bsky.social
Takeshi Yu
@takeshiyu.bsky.social
Pinned
🔥 Frustrated with modifying composer.json for every local package change?

Introducing Composer Linker - my solution inspired by npm link! No project file modifications, just symlinks and a better dev experience.

👉 github.com/takeshiyu/co...

#php #composer
GitHub - takeshiyu/composer-linker: A Composer plugin for linking local packages during development, similar to `npm link`.
A Composer plugin for linking local packages during development, similar to `npm link`. - takeshiyu/composer-linker
github.com
🔥 Frustrated with modifying composer.json for every local package change?

Introducing Composer Linker - my solution inspired by npm link! No project file modifications, just symlinks and a better dev experience.

👉 github.com/takeshiyu/co...

#php #composer
GitHub - takeshiyu/composer-linker: A Composer plugin for linking local packages during development, similar to `npm link`.
A Composer plugin for linking local packages during development, similar to `npm link`. - takeshiyu/composer-linker
github.com
March 26, 2025 at 7:02 AM
Reposted by Takeshi Yu
Took some time over the weekend to play around with the "vibe code" concept, and here's what I found using Codeium's Windsurf:
March 16, 2025 at 12:11 PM
Reposted by Takeshi Yu
I swear Aaron is 14 super intelligent children stacked in a trenchcoat

I don't know how he does so much
I built a tool to automate integration tests on my command line tool! I'm pretty pleased with it.

youtu.be/C-S8zwiB2CA
I built a CLI automation tool in PHP (yes really)
YouTube video by Aaron Francis
youtu.be
February 6, 2025 at 10:55 PM
💡 Working with decimal calculations in PHP?

Check out how PHP 8.4's new BCMath Object API makes precise calculations both elegant and reliable. Perfect for financial & healthcare systems.

takeshiyu.me/posts/bcmath...

#PHP #PHP84 #Laravel #BCMath
January 22, 2025 at 1:15 PM
Reposted by Takeshi Yu
AI API clients forgetting past chats? Lame. I just published a video demonstrating how to build a chat system with Laravel and PHP that actually remembers past interactions. Check it out! youtu.be/wHi3ez5IvXg
Chatting with AI in Laravel: Remembering Conversations
YouTube video by Nuno Maduro
youtu.be
December 8, 2024 at 11:58 AM
Reposted by Takeshi Yu
Vite 6.0 is out ⚡️
vite.dev/blog/announc...
Announcing Vite 6
Vite 6 Release Announcement
vite.dev
November 26, 2024 at 2:26 PM
Reposted by Takeshi Yu
Since this sort of blew up on <<the other place>>, I recorded a video on it, but I still don’t think it’s the best medium.
Would anyone be interested in going over this topic on a podcast? Preferably someone who disagrees with me but has an open mind to the idea :-)
Big MVC wants us to think the left structure is simpler than the right structure. It's a psyop guys
November 28, 2024 at 4:23 AM
Reposted by Takeshi Yu
One of my favourite (and oh so simple) hacker tricks is to abuse JSON support in APIs and pass TRUE instead of the actual API key. If the code does loose comparison, you don't need the key! 😎 😈 🍿
securinglaravel.com/p/security-t... #PHP #Laravel
October 4, 2023 at 10:02 PM
Reposted by Takeshi Yu
Time to get in the zone for today's livestream 💪

I am going to look into how we can start moderating discussions and posts 🧙‍♂️🧙‍♂️

www.youtube.com/live/bzLPCEY...
Building a Forum - All in Moderation
Join me as I start building the project we will cover for our "Clean Code in Laravel" series. This will be a walk-through of building up a forum as a standar...
www.youtube.com
August 24, 2023 at 9:14 AM
Reposted by Takeshi Yu
Just a heads up about Volt: if you place the PHP script after the template, you don't have to deal with PHP's closing tag (?>). 🧼
August 15, 2023 at 7:30 PM
Reposted by Takeshi Yu
Pest 2.13 has been released, introducing two new features useful for debugging purposes. ⚗️

✓ expect::ddWhen — dds expectation value when the provided condition is truthy.
✓ expect::ddUnless — dds expectation value when the provided condition is falsy.
August 9, 2023 at 11:21 AM
Reposted by Takeshi Yu
Livewire v3.0.0-beta.8 is out with Octane support. ⛽️

https://github.com/livewire/livewire/releases
August 9, 2023 at 9:55 AM
Reposted by Takeshi Yu
Laravel's CLI is now absolutely gorgeous thanks to Jess Archer work on Laravel Prompts. Available today in the latest Laravel release. We've also released a new major version of the Laravel installer with Laravel Prompts integration. Auto-complete, drop downs, validation, and more. All in your CLI.
August 1, 2023 at 2:44 PM
Reposted by Takeshi Yu
One more article today — this time, we are going to see how we can easily create charts in Laravel Livewire 3 and Volt. 📊 https://nunomaduro.com/charts_in_livewire_3_and_volt
July 28, 2023 at 11:42 AM