PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Help with voyager

vinschi88

Jan 3rd, 2017 08:52 PM

 Hi, 

I followed the serie about voyager configuration and after I run the "php artisan voyager:install --with-dummy" command I receive the following errors:

[Illuminate\Database\QueryException]                                                                

  SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = voyager and table_name = migrations)                                                                                                  

  [Doctrine\DBAL\Driver\PDOException]               

  SQLSTATE[HY000] [2002] No such file or directory  

                                                    

                                                    

  [PDOException]                                    

  SQLSTATE[HY000] [2002] No such file or directory  

any idea how to fix it? What am I doing wrong?

Please let me know.

Thanks,

Vincenzo 

 

mark

Jan 12th, 2017 08:34 AM

What database driver are you using?

vinschi88

Jan 15th, 2017 07:21 PM

Hi Mark, I'm using mysql through mamp.

By the way I tried to install voyager in a new app created on porpose, I followed the video posted in the website but I had that error.