Hi, I am Thouhedul Islam. I am a Laravel Developer with a passion for web development. I specialize in PHP, particularly Laravel, as well as Javascript, MySql, and other cutting-edge web technologies.

During the day, I work for GLEIF, where I apply my skills and experience to develop innovative web applications. At night, I enjoy contributing to the community and solving problems. You can often find me on Laracasts, where I love to stay active and keep up-to-date with the latest trends in web development.

I am excited about the potential of technology and its power to transform people's lives.

Email me Laracasts Facebook

97 articles
2 years ago

For some reason, if you need to install RabbitMQ on Mac, then this post will help you. ## Install RabbitMQ I will use [homebrew](https://brew.sh/) for installing rabbitMQ. If you don't have homeb...

Hey, If you are curious to know how to use [VueJS](https://vuejs.org/) via [Laravel Mix](https://laravel-mix.com/) on a non-laravel project, then this tutorial will help you to figure it out. FYI,...

If you are interested to integrate [PayPal plus](https://developer.paypal.com/docs/integration/paypal-plus/mexico-brazil/paypal-plus-integration-guide-mexico-brazil/) with Laravel 8, this tutorial wil...

Hey, If you are curious to know how to install horizon and how to use in on Laravel local application, this post may help you figure it out. ## What is Horizon? According to the documentati...

Hey, I was watching a talk by [Yaz Jallad](https://github.com/ninjaparade) about **I'd Like To Speak To Your Manager** on [Laravel Meetup](https://meetup.laravel.com/). He explained the manager p...

If you want to know the details of Laravel authentication ecosystem, how it works and so on, I would suggest you read this portion of the official documentation. > Laravel offers several packages...

Hey, If you are facing any issue related with Mixed Content of your laravel project, here could one of the possible solution that recently I faced. In my case, the entire stylesheet was broken...

If you love PhpStorm then surely you love this video series. I personally big fan of [Christoph Rumpel](https://twitter.com/christophrumpel). I personally follow his posts. In case, if you guys mi...

If you wonder how to set timzeone on Laravel based on user's preference, this post may be helpful for you. In this post, I will show you how to change the application timezone based on what user-defin...

If you are curious to define custom helper function in Laravel, this post will guide you the step by step process that how to create your custom helper function in your laravel application. Out of the...