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
Pinned
Going well with YouTube currently, what should we do next? 🤔

By the way, thanks for all your love, Laravel community. 🫶
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
Thanks, Povilas Korop for creating the directory of Large Laravel projects. 💪

Now I can just share link who made xyz statements 👌
github.com/LaravelDaily...
GitHub - LaravelDaily/Large-Laravel-PHP-Project-Examples
Contribute to LaravelDaily/Large-Laravel-PHP-Project-Examples development by creating an account on GitHub.
github.com
November 12, 2025 at 3:53 PM
Can anyone run `php artisan inspire` for me?
November 12, 2025 at 1:49 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 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
PHP developers, what convention do you use for Enum? 🤔

PascalCase or SNAKE_CASE 👀

I have switched to, or we can say been using, PascalCase for enums for a long time though! 🙌
November 10, 2025 at 2: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
Btw, we haven't just read the Laravel Boost docs; @pushpak1300.bsky.social explained each line as well! 👌
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 10, 2025 at 5:19 AM
AI in Daily Work: @nunomaduro.com's Approach 😎
youtu.be/U4S0ABDUGEg
AI in Daily Work: Nuno Maduro's Approach 😎
YouTube video by Punyapal Shah
youtu.be
November 10, 2025 at 1:47 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
We will be live in 5 mins 👇
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 3:25 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
PHP developers,

We need actually `($string)->lower()->ucwords()| API for PHP.

And one `define_string_function('slug', fn(...) => oprations)`

So we can call custom stuff directly on string `($string)->slug(...)`

What ade your thoughts? 🤔
November 8, 2025 at 5:39 PM
Laravel day by day 👌
November 8, 2025 at 4:39 PM
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
Laravel Fortify is the feature-packed, first-party auth package. 📦
Laravel devs, what are your thoughts on Fortify? 🤔

It was in Jetstream, then it wasn't in Breeze, but now it's been added to new starter kits again.

Do you use it? 🤔
November 8, 2025 at 9:06 AM
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
Laravel devs, what are your thoughts on Fortify? 🤔

It was in Jetstream, then it wasn't in Breeze, but now it's been added to new starter kits again.

Do you use it? 🤔
November 7, 2025 at 2:58 PM