forms - Laravel login from sqlite DB, getting "PDOException could not find driver" -



forms - Laravel login from sqlite DB, getting "PDOException could not find driver" -

i trying write simple login form using laravel , sqlite db on localhost (vagrant , virtualbox). however, after entering username , passoword maintain getting "pdoexception not find driver" error. ideas?

--- edit ---

had install sqlite driver typing

sudo apt-get install php5-sqlite

in terminal window. somehow not enabled default :/

it sounds version of php either missing, or has disabled, pdo extension. utilize phpinfo function list out extensions installed , enabled. if pdo isn't there, commented line in php.ini file(s) and/or talk person maintaining servers.

forms sqlite laravel login

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -