You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a problem installing dependencies for "learnyouphp". This workshop requires some extra PHP extensions. Please install them and try again. Required extensions are pdo_sqlite. Try running in verbose mode to see more details: /usr/local/bin/workshop-manager install -v
Probable solution:
Install php-sqlite
Run php --ini to find your php.ini file, delete the ; in line ;extension=pdo_sqlite .