How can i solve an error "pdo exception could not find the driver" on laravel migration? -
i studying laravel framework myself , trying build simple blog it. however, found error when migrate tables database(i using mysql). when run command- php artisan migrate - on ubuntu 14.04, got these message
[illuminate\database\queryexception] not find driver (sql: select * information_schema.tables table_schema = laravel-blog , table_name = migrations) and
[pdoexception] not find driver i tried last 2 days find answer on youtube, google, here in stackoverflow,etc.; can't.
so has skill on laravel, please me. thanks
Comments
Post a Comment