My .bashrc file is all set and I’m now able to continue use the terminal
Author: Sanjog SIgdel
How To Install PHP7 in Ubuntu16.04 LTS?
PHP is not guided by Debain. And not all version of PHP are availeble in
How to set $PATH variable in Linux?
Java users know pretty much about what $PATH is and how to add a path
Messed Up Your .bashrc file? How To Fix your Linux Desktop?[Fix]
Technical blogs are always to the point. So for my daily blog viewers this must
[ext-mbstring, ex-dom] How to Install missing PHP Packages/Extensions in Ubuntu?
While installing Composer in Ubuntu, following issue was encountered during the installation of composer. Issue
require(vendor/autoload.php):failed to open stream in Laravel5.7 PHP
During the installation of Laravel, composer collects all packages and configuration required to run a
PHP Internal Server Error 500. How to Generate Key in Laravel PHP?
Now all issues are solved and localhost is running, right? If not follow the installation
PHP Laravel Framework: Migration Tutorial
Migration means defining the database table schema in your code and pushing the change to
How to Clear CACHE in Laravel 5?
CACHE troubles us many times while doing the Laravel Project. Actually almost every programming language
PDOException::(“SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: YES)”)
Issue Encountered: I cloned a fresh repository of Laravel reporisoty on my local machine. Now