DeveloperMithu's profile picture. Full Stack Developer | PHP | Laravel | Livewire | Creator of http://tallcraftui.developermithu.com

Developer Mithu

@DeveloperMithu

Full Stack Developer | PHP | Laravel | Livewire | Creator of http://tallcraftui.developermithu.com

Закреплено

#TallCraftUI just hit 200 Downloads! 🎉 Woohoo! Let’s keep this momentum going! Many more milestones ahead! 🚀 #laravel #livewire #tallstack @tallstackdev @LaravelLivewire

DeveloperMithu's tweet image. #TallCraftUI just hit 200 Downloads! 🎉

Woohoo! Let’s keep this momentum going!

Many more milestones ahead! 🚀

#laravel #livewire #tallstack @tallstackdev @LaravelLivewire

#Laravel Tips: Custom Blade Directives 💡 Did you know you can create your own Blade directives? In `AppServiceProvider` Blade::directive('currency', function ($amount) { return "<?php echo '$' . number_format($amount, 2); ?>"; }); Usage in Blade @currency(1500) // $1,500.00

DeveloperMithu's tweet image. #Laravel Tips: Custom Blade Directives 💡

Did you know you can create your own Blade directives?

In `AppServiceProvider`
Blade::directive(&apos;currency&apos;, function ($amount) {
 return &quot;&amp;lt;?php echo &apos;$&apos; . number_format($amount, 2); ?&amp;gt;&quot;;
});
 
Usage in Blade
@currency(1500) // $1,500.00

Developer Mithu сделал(а) репост

Another one-liner to speed up your Livewire apps ⚡️ can you spot the difference? The first example uses a custom method that updates the property on the backend like this: $this->selected = $value This might seem intuitive, but it clutters your code and makes your app feel…


Developer Mithu сделал(а) репост

#Laravel Tip Do you want to know how your scheduled task performed at midnight? You are in luck! You can easily save or email the output of your scheduled tasks:

laravelbackpack's tweet image. #Laravel Tip

Do you want to know how your scheduled task performed at midnight?

You are in luck! You can easily save or email the output of your scheduled tasks:

Developer Mithu сделал(а) репост

TallCraftUI is a Laravel Blade UI library built on the TALL stack by @DeveloperMithu 📦️ It provides a collection of customizable pre-built components! - madewithlaravel.com/tallcraftui

MadeWithLaravel's tweet image. TallCraftUI is a Laravel Blade UI library built on the TALL stack by @DeveloperMithu 📦️ It provides a collection of customizable pre-built components! - madewithlaravel.com/tallcraftui

TallCraftUI V2.0 is launching soon!

DeveloperMithu's tweet image. TallCraftUI V2.0 is launching soon!

Developer Mithu сделал(а) репост

We crushed a ton of @inertiajs PRs the past couple of weeks and some great stuff got shipped. A few highlights: ⛵ Laravel Wayfinder integration The `form.submit` method and the `Link` component now accept Wayfinder-shaped objects.

joetannenbaum's tweet image. We crushed a ton of @inertiajs PRs the past couple of weeks and some great stuff got shipped. 

A few highlights:

⛵ Laravel Wayfinder integration

The `form.submit` method and the `Link` component now accept Wayfinder-shaped objects.

Loading...

Something went wrong.


Something went wrong.