-
Notifications
You must be signed in to change notification settings - Fork 71
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
Note on project installation #8
Comments
You only need the sqlite driver if you use sqlite as your database - you can change this in |
yes but it throws the error during the installation if php5-sqlite is not present |
Ah, alright - thanks for the info. |
it is because composer try to run migrate.php file as defined in On 27/08/14 17:51, Patrick Neschkudla wrote:
|
[email protected] - password mentioned in the readme file :) On 28/08/14 00:10, Mirzalazuardi wrote:
|
I just tried to install the project and I have a note for linux users.
You must install sqlite for php otherwise you'll get this error :
Uncaught exception 'PDOException' with message 'could not find driver'
right after
composer install
The text was updated successfully, but these errors were encountered: