Level 1
Hello Dmag, execute the commands in terminal shell:
1º) php -i|grep PDO
If the visible exit: PDO Driver for SQLite 3.x => enabled
Case no! So execute that command. 2º) sudo apt-get install php5-sqlite
1 like
Cannot get sqlite work on live server, it works fine on local server. Here's my .env variables:
DB_CONNECTION=sqlite
DB_DATABASE=/var/www/html/example.com/public_html/database/database.sqlite
Please or to participate in this conversation.