Posts

Showing posts from October, 2017

"[PDOException] SQLSTATE[HY000] [2002] No such file or directory" when you migrate your database with mysql server in laravel

This problem occurs when you have installed your laravel project perfectly and wanted to migrate or execute the command 'php artisan migrate', then your terminal is showing this problem. There so many solutions on the web I tried and the only solutions are given below: Step 1: go to config/database.php file and open it and change just mysql array as below-                           'mysql' => [                                                'driver'    => 'mysql',                                                'host'      => '127.0.0.1',                                ...

How to install composer on your mac, when '-bash: command: composer not found' error occurs

If you see this error, it means that your os can't identify composer.phar globally. There lot of reasons to occur this error. There are lot of solutions on internet also. In my case the solutions have not been worked out. And that's why i am writing this post. Step 1: Firstly you need to check out that, has '/usr/local/bin' this path been declared globally? to do so run the command 'echo $PATH',   If you don't see like this ' /usr/local/bin'  then the path is not declared properly. We have to declare the path.  Step 2: just run this command ' export PATH=$PATH: /usr/local/bin'   Step 3: run it ' source ~/.bash_profile'   Step 4: clear the terminal and run ' php -r "copy('https://getcomposer.org/installer', 'composer-setup.php'); Step 5: run this command  1.   php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd...

সুরা নাস এবং ভবিষ্যৎ প্রযুক্তি

সুরা নাস পবিত্র কোরআনের সর্বশেষ সূরা। এই সূরাতে মহান আল্লাহ তায়ালা মানুষকে তার রবের সহযোগিতায় শয়তানের কুমন্ত্রণা থেকে পরিত্রাণ পাবার জন্য মানুষকে সর্বদায় চেষ্টা করে যেতে বলেছেন। সূরা নাস এর বঙ্গানুবাদ নিম্নে দেয়া হলঃ ১। বলুন, আমি আশ্রয় গ্রহণ করিতেছি মানুষের পালনকর্তার, ২। মানুষের অধিপতির, ৩। মানুষের মা'বুদের, ৪। তার অনিষ্ট থেকে, যে কুমন্ত্রণা দেয় ও আত্নগোপন করে, ৫। যে কুমন্ত্রণা দেয় মানুষের অন্তরে ৬। জ্বিনের মধ্য থেকে অথবা মানুষের মধ্য থেকে।      বর্তমান-এ যে রকম আলোচনা হয়ঃ   মহান আল্লাহ রাব্বুল আলামিনের তিনটি গুনের মাধ্যমে ( ১। রব, ২। ইলাহ, ৩। মা'বুদ ) শয়তান যে মানুষের মনের ভিতরে কুমন্ত্রণা দেয় তার থেকে পরিত্রাণ পেতে হবে। আল্লাহ রাব্বুল আলামিনের এবাদত করতে হবে, সর্বদায় তাকে স্মরণ করতে হবে, তার জন্য মানুষের মনের ভিতরে খোদাভীতি নিয়ে আনতে হবে। এই ব্যাপারে আমাদের প্রিয় নবী হযরত মোহাম্মদ (সাঃ) বলেছেন সাহাবীদেরকে উদ্দেশ্য করেঃ তোমাদের সবার মধ্যে শয়তান সর্বদায় কুমন্ত্রণা দেয়, সাহাবীরা জিজ্ঞেস করলঃ হে আল্লাহর রাসুল! শয়তান কি আপনাকে ও কুমন্ত্রণা দেয়? আল্লাহর রাসুল...