I installed a laravel project from GitHub and I put it into the localhost and I installed composer from terminal.After installation,I want to run:
php artisan migrate:install
in my laravel project file
but I always getting this type of error in my terminal:
[PDOException]
SQLSTATE[HY000] [2002] No such file or directory
How can I overcome this issue?