serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

install error with Laravel 5.2 on MacBookk elCapitan #176

Closed ChrisHe closed 8 years ago

ChrisHe commented 8 years ago

Hi, new Laravel 5.2 project, running $php artisan panel:install gives the following

Copied Directory [/vendor/serverfireteam/panel/public] To [/public...]
Copied Directory [/vendor/serverfireteam/panel/src/views] To [/resources/...]
Copied Directory [/vendor/serverfireteam/rapyd-laravel/public/assets] To [/public...]
Publishing complete for tag []!

but then [PDO Exception] SQLSTATE[HY000] [2002] no such file or directory

Any ideas what I am doing wrong? Thanks

AlirezaAlgo commented 8 years ago

@ChrisHe there two possible problem here ,

  1. you are running php artisan out site the VM
  2. your mysql have problem or you have mysql connections problem
ChrisHe commented 8 years ago

Thanks for the help - yes, it was problem using MAMP with v-hosts config

AlirezaAlgo commented 8 years ago

@ChrisHe happy to help , let me know if you need anythings