Hello. I’m Thouhedul Islam. Some people also know me as Suchi.
I am a Full-stack Developer. I love to play with PHP especially Laravel, JavaScript, MySql, and the latest web technology. Currently, I am working for GLEIF as my day time job.
At night I love to solve problems for the community. I love to be active at Laracasts.
For some reason, if you change the model directory in laravel 8, you may face issues with creating the factory. It will show you the following error-
```
Class 'Database\Factories\Your\Directory\M...
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...