Developer Mithu

Developer Mithu Full Stack Developer | Freelancer | Content Creator. Stay tuned for Web Dev Insights & Updates. ๐Ÿ’ปโ˜๏ธ

27/08/2024

documentation now supports Algolia DocSearch ๐Ÿ”

To make finding what you need even easier ๐Ÿš€

If you haven't checked out yet, now's the perfect time to dive in! ๐Ÿ˜

Don't forget to star us on GitHub โญ

github.com/developermithu/tallcraftui

๐Ÿš€ Exciting news! The TallCraftUI documentation site is now open source! ๐ŸŽ‰You can check out the source code and contribut...
24/08/2024

๐Ÿš€ Exciting news! The TallCraftUI documentation site is now open source! ๐ŸŽ‰

You can check out the source code and contribute to making it even better: https://cutt.ly/zenLi3cb ๐Ÿ’ป

Feel free to explore, suggest improvements, or make changes to help enhance the documentation for everyone โœจ

Official documentation site built with Laravel, Livewire, Volt and TallCraftUI. - developermithu/tallcraftui.developermithu.com

Just launched   v1.2.4, featuring 4 new components! ๐ŸŽ‰Documentation updates are coming soon ๐Ÿš€Check it out: github.com/dev...
21/08/2024

Just launched v1.2.4, featuring 4 new components! ๐ŸŽ‰

Documentation updates are coming soon ๐Ÿš€

Check it out: github.com/developermithu/tallcraftui

Basic form using   Check out docs for more: tallcraftui.developermithu.com
16/08/2024

Basic form using

Check out docs for more:
tallcraftui.developermithu.com

๐Ÿ› ๏ธ Breeze vs. Jetstream vs. TallCraftUI ๐Ÿ› ๏ธCurious how TallCraftUI stacks up against Laravel Breeze & Jetstream? ๐Ÿค”
12/08/2024

๐Ÿ› ๏ธ Breeze vs. Jetstream vs. TallCraftUI ๐Ÿ› ๏ธ

Curious how TallCraftUI stacks up against Laravel Breeze & Jetstream? ๐Ÿค”

๐ŸŽ‰ Excited to Announce the Launch of TallCraftUI! ๐ŸŽ‰After months of hard work, I'm thrilled to introduce TallCraftUI โ€“ an ...
11/08/2024

๐ŸŽ‰ Excited to Announce the Launch of TallCraftUI! ๐ŸŽ‰

After months of hard work, I'm thrilled to introduce TallCraftUI โ€“ an open-source UI library built specifically for the TALL stack โ€“ Tailwind CSS, Alpine.js, Laravel, and Livewire!

Whether you're working on a personal project or a large-scale application, TallCraftUI is here to help you create elegant, consistent interfaces with minimal effort.

โœจ Key Features:

- 10+ Ready-to-use UI components with Tailwind CSS styling
- Smooth Alpine.js interactivity
- Seamless integration with Laravel and Livewire
- Easy customization to match your projectโ€™s needs

I'm excited to share this with the community and eager to see what you build with it! Your feedback and contributions are welcome. ๐Ÿ‘

Let's build something amazing together! ๐Ÿš€

Official Docs ๐Ÿ‘‰ https://tallcraftui.developermithu.com

TallCraftUI is a Laravel UI component library built on TALL stack (TailwindCSS, Alpine.js, Laravel, Livewire), featuring over 10+ beautifully crafted components.

Added Google Analytics to my website developermithu.com ๐Ÿ“Š
26/04/2024

Added Google Analytics to my website developermithu.com ๐Ÿ“Š

New pull() method in Livewire โœจIntroducing the new pull() method in Livewire, which both returns and resets a Livewire p...
25/04/2024

New pull() method in Livewire โœจ

Introducing the new pull() method in Livewire, which both returns and resets a Livewire property in one go. ๐Ÿ‘

Follow for more ๐Ÿ‘‰ Developer Mithu
Follow for more ๐Ÿ‘‰ Developer Mithu

A new Alpine Sort plugin has been released โœจYou can now easily sort items on your page by dragging them using your mouse...
24/04/2024

A new Alpine Sort plugin has been released โœจ

You can now easily sort items on your page by dragging them using your mouse. This plugin uses SortableJS under the hood ๐Ÿš€

Laravel Tips: common controller method ๐Ÿ’กDid you know that if you have a group of routes that all use the same controller...
20/04/2024

Laravel Tips: common controller method ๐Ÿ’ก

Did you know that if you have a group of routes that all use the same controller, you can define the common controller for all of them using the controller method?

This way, when defining the individual routes, you only need to provide the controller method they invoke. This can help simplify your code and make it easier to manage.

Follow for more ๐Ÿ‘‰ Developer Mithu
Follow for more ๐Ÿ‘‰ Developer Mithu

Feel free to share your opinion ๐Ÿ‘‡Join the quiz, have fun, and show what you know! ๐Ÿ’กFollow for more ๐Ÿ‘‰ Developer Mithu    ...
15/04/2024

Feel free to share your opinion ๐Ÿ‘‡

Join the quiz, have fun, and show what you know! ๐Ÿ’ก

Follow for more ๐Ÿ‘‰ Developer Mithu

Eid mubarak everyone โœจ
10/04/2024

Eid mubarak everyone โœจ

๐Ÿ˜‚๐Ÿ˜‚
02/04/2024

๐Ÿ˜‚๐Ÿ˜‚

Laravel 11 vs Laravel 10 default values in the '.env.example' file ๐Ÿค”
02/04/2024

Laravel 11 vs Laravel 10 default values in the '.env.example' file ๐Ÿค”

Rebuilding my website https://developermithu.com using my favourite technology Laravel 11, Livewire and React ๐Ÿ™‚
31/03/2024

Rebuilding my website https://developermithu.com using my favourite technology Laravel 11, Livewire and React ๐Ÿ™‚

Laravel Herd is now available for Windows ๐Ÿ”ฅ
26/03/2024

Laravel Herd is now available for Windows ๐Ÿ”ฅ

26/03/2024
Laravel 11 Tips ๐Ÿ’กHere's the new syntax if you want to register your own Routes file or use API versioning with a separat...
25/03/2024

Laravel 11 Tips ๐Ÿ’ก

Here's the new syntax if you want to register your own Routes file or use API versioning with a separate `routes/api_v2.php` file.

1. Customize the API prefix with the `apiPrefix` value
2. Add custom routes (including API v2) with `then` callback function

๐ŸŽ‰ Facebook recognized me as a top rising creator this week!
20/03/2024

๐ŸŽ‰ Facebook recognized me as a top rising creator this week!

To the point ๐Ÿ˜‚
19/03/2024

To the point ๐Ÿ˜‚

I love the Laravel 11 welcome page ๐Ÿ”ฅIt's really cool! Kudos to the Laravel team ๐Ÿซก
18/03/2024

I love the Laravel 11 welcome page ๐Ÿ”ฅ

It's really cool! Kudos to the Laravel team ๐Ÿซก

Laravel 11 - Per Second Rate Limiting In Laravel 11, you can use "per-second" rate limiting for all rate limiters, inclu...
18/03/2024

Laravel 11 - Per Second Rate Limiting

In Laravel 11, you can use "per-second" rate limiting for all rate limiters, including HTTP requests and queued jobs. Previously, this was limited to "per minute".

Visit for more ๐Ÿ‘‰ Developer Mithu

15/03/2024

They called Devin is the world's first AI software engineer!

My questions are: ๐Ÿค”

Can Devin communicate with clients, understand their vision, and build software according to clients' requirements?

Can Devin develop software from start to finish without the need for intervention from a human software engineer?

Can Devin adapt to evolving client needs and update software accordingly over time?

Is Devin capable of maintaining any production software?

Feel free to share your opinion ๐Ÿ‘‡

Laravel 11 - Prompt Validation โœ… Laravel Prompts is a PHP package that enables you to add visually appealing and user-fr...
15/03/2024

Laravel 11 - Prompt Validation โœ…

Laravel Prompts is a PHP package that enables you to add visually appealing and user-friendly forms to your command-line applications. It comes with browser-like features including placeholder text and validation.

With Laravel 11, you can take advantage of Laravel's validator to validate prompt inputs more effectively ๐Ÿš€

Save this for future reference ๐Ÿ”–
Share it with others ๐Ÿš€

Follow for more ๐Ÿ‘‰ Developer Mithu
Follow for more ๐Ÿ‘‰ Developer Mithu

Laravel 11  - Artisan commands ๐Ÿš€In Laravel 11, new Artisan commands have been added to quickly create classes, enums, in...
13/03/2024

Laravel 11 - Artisan commands ๐Ÿš€

In Laravel 11, new Artisan commands have been added to quickly create classes, enums, interfaces, and traits. Let's explore how to use these commands effectively in Laravel projects.

โžก๏ธ php artisan make:class
โžก๏ธ php artisan make:enum
โžก๏ธ php artisan make:interface
โžก๏ธ php artisan make:trait

Save this for future reference ๐Ÿ”–
Share it with others ๐Ÿš€

Follow for more ๐Ÿ‘‰ Developer Mithu
Follow for more ๐Ÿ‘‰ Developer Mithu

New defaults and minimum PHP version in Laravel 11 ๐Ÿค”Follow for more ๐Ÿ‘‰ Developer MithuFollow for more ๐Ÿ‘‰ Developer Mithu  ...
13/03/2024

New defaults and minimum PHP version in Laravel 11 ๐Ÿค”
Follow for more ๐Ÿ‘‰ Developer Mithu
Follow for more ๐Ÿ‘‰ Developer Mithu

Share your thoughts in the comments ๐Ÿคฃ๐Ÿค”
18/07/2022

Share your thoughts in the comments ๐Ÿคฃ๐Ÿค”

๐Ÿคฃ๐Ÿคฃ๐Ÿคฃ
13/07/2022

๐Ÿคฃ๐Ÿคฃ๐Ÿคฃ

Types of computer memory ๐Ÿ–ฅ๐Ÿ”ฅ
12/07/2022

Types of computer memory ๐Ÿ–ฅ๐Ÿ”ฅ

Address

Sylhet

Telephone

+8801811797089

Website

https://developermithu.com/, https://tallcraftui.developermithu.com/

Alerts

Be the first to know and let us send you an email when Developer Mithu posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Developer Mithu:

Videos

Share