-
Just started with nativephp. Installed everything just fine and when i run Then i tried to create some db tables and noticed when i rerun native:serve it says
So, i try and run
I'm confused because the docs say that i don't need to configure anything for the database to work with sqlite, but this sounds like i've missed a step? |
Beta Was this translation helpful? Give feedback.
Answered by
simonhamp
Oct 30, 2024
Replies: 1 comment 3 replies
-
@ryanhowdy can you share this as a repo on GitHub? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, I've spun up this repo and I'm not seeing the same error... which leads me to think perhaps your local PHP version (which is the one used when running
php artisan native:migrate
) doesn't have SQLite support baked inWhat output do you get when you run this?