Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while creating database #56

Closed
YashGovekar opened this issue Aug 2, 2017 · 1 comment
Closed

Error while creating database #56

YashGovekar opened this issue Aug 2, 2017 · 1 comment

Comments

@YashGovekar
Copy link
Contributor

$ php artisan database:create
Using connection "local"
Running "sqlite3 C:\xampp\htdocs\phpvms\database\testing.sqlite """

[Symfony\Component\Process\Exception\ProcessFailedException]
The command "sqlite3 C:\xampp\htdocs\phpvms\database\testing.sqlite """ fai
led.
Exit Code: 1(General error)
Working directory: C:\xampp\htdocs\phpvms
Output:

Error Output:

'sqlite3' is not recognized as an internal or external command,
operable program or batch file.

I am getting this error when I bash php artisan database:create

@nabeelio
Copy link
Owner

nabeelio commented Aug 2, 2017

You need to install sqlite3

@nabeelio nabeelio closed this as completed Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants