0

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?

user3107761
  • 3
  • 1
  • 4
  • possible duplicate of [Starting with Zend Tutorial - Zend\_DB\_Adapter throws Exception: "SQLSTATE\[HY000\] \[2002\] No such file or directory"](http://stackoverflow.com/questions/2412009/starting-with-zend-tutorial-zend-db-adapter-throws-exception-sqlstatehy000) – jcmeloni Dec 22 '13 at 21:05
  • is it possible to show us the app/config/database.php file? – Neto Braghetto Dec 24 '13 at 12:10

0 Answers0