Punyapal Shah ⚡ Laravel Artisan
banner
mrpunyapal.dev
Punyapal Shah ⚡ Laravel Artisan
@mrpunyapal.dev
Laravel Artisan | Consultant | Open Source Contributor | Speaker |
Core Team Pinkary 🤌
Founder of @LaravelArtisans.bsky.social Community 🙌

MrPunyapal.dev
It's down btw
November 13, 2025 at 6:59 PM
Testing in Laravel 12.28 just got faster. 🧪

You can now cache your routes and config once per test run, instead of rebuilding them for every test. 💪

A nice performance boost for apps with lots of routes or heavy config. ⚡

Works in both PHPUnit & Pest.
November 13, 2025 at 6:32 PM
Excited to spotlight Laravel Passport in my Laravel Spotlight series this Saturday at 3:30 PM UTC! 🔴

Joining me: Hafez Divandari for a deep dive on OAuth2 made simple—from fundamentals, API/SPA auth, PATs, to the ultimate Sanctum vs Passport showdown. 💥

Don't miss it—Link in comments! 🎥
November 13, 2025 at 2:23 PM
I love these refactoring from Laravel Rector. ❤️‍🔥
November 13, 2025 at 2:04 PM
I asked @nunomaduro.com the toughest rapid-fire questions:

☕️ Coffee or tea
🌑 Dark or light mode
⚛️ React or Livewire
🐘 Favorite PHP feature
🛣 Laravel’s missing feature

His answers or chaos 😂👇
November 13, 2025 at 11:41 AM
🚨🚨🚨
Laravel developers, time to do `composer update` as Laravel uses Symfony's http foundation component behind the scenes! 🫡
November 13, 2025 at 6:09 AM
After Laravel 12.38, you can finally prohibit the schema:dump command in production. 🧱 🫡
November 12, 2025 at 6:26 PM
If he built Facebook with PHP in 2002, imagine what you can do with 2025's 8.5 Beast!
November 12, 2025 at 11:48 AM
PHP devs, as per PER Coding Style, we should use PascalCase for enum cases, and if you're still using SNAKE_CASE for some reason, RectorPHP has a rule to refactor enum cases. 💪

Link in comments 👇
November 11, 2025 at 6:41 PM
Laravel devs, time for a quick brain test ⚡

You see this code 👇

What will dd($user->balance); output? 🤔

(No cheating — answer before you run it 😏)
November 11, 2025 at 12:00 PM
Laravel devs, sometimes your API token or signature checks run faster for invalid inputs ⚙️

Those tiny timing differences can expose sensitive info 😬

Use Timebox to ensure a fixed execution time and keep your app secure 🔒
November 10, 2025 at 7:42 PM
I chat with him and he said he already added it 👌
getrector.com/rule-detail/...
November 10, 2025 at 7:14 PM
I always say, but I'll now say with proof, that if you keep showcasing what you know, you'll never know where opportunities can come from. 🙌
November 10, 2025 at 4:36 PM
Auto update AI guidelines with Laravel Boost ⚡ #Laravel #php #ai
November 10, 2025 at 10:30 AM
I don't know why Symfony developers just hate Laravel by default. 🤔

Behind many negative comments about Laravel, I just find Symfony developers. 😅
November 10, 2025 at 6:46 AM
Laravel 12.37 introduces a new insert() method for model factories ⚡

Seed thousands of records with just one query ⚙️

⚠️ No model events or observers are triggered — works like a raw insert.

Perfect for testing, seeding, and performance-heavy setups 💡
November 9, 2025 at 7:08 PM
Laravel devs, join us at 3:30 PM UTC (aka 9 PM IST) today as @pushpak1300.bsky.social and I read the entire Laravel Boost docs 💪
November 9, 2025 at 1:31 PM
Nuno Maduro's daily routine 💪 #laravel #pest #php
November 9, 2025 at 8:14 AM
Laravel day by day 👌
November 8, 2025 at 4:39 PM
New PHP 8.5 fluent way, but I mean it's still not logical for many apps yet. PHP 8.5 is going to be released in a few days! 😀
November 8, 2025 at 11:40 AM
Not one line wrapper at the moment (maybe after `mb_ucwords` but that still need atleast one more Major release after php 8.5)
github.com/laravel/fram...
November 8, 2025 at 10:22 AM
To everyone saying “why Laravel devs reinvent the wheel?” 👀

Because our wheels come with style, readability, and speed. 🔥

PHP works. Laravel flows. 😎
November 8, 2025 at 9:38 AM
Bit different
November 7, 2025 at 5:45 PM
I mean from example I think it just do the same.
November 7, 2025 at 5:31 PM
The Laravel `Str` support class also has a `ucwords` method, which capitalizes each word in a sentence. 💡

This seems similar to the `title` method. 🤔
November 7, 2025 at 5:25 PM