S
S
Sergey Nizhny Novgorod2018-08-18 09:36:39
symfony
Sergey Nizhny Novgorod, 2018-08-18 09:36:39

Why does an error occur when installing the demo version of Symphony 4?

I'm trying to install a demo version of symphony on Windows, but I get
composer create-project symfony/symfony-demo
an error via composer: the requested PHP extension pdo_sqlite * is missing from your system.
I'm trying to install pdo_sqlite I get
composer require pdo_sqlite
an error that there is no such package, what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Papa, 2018-08-18
Stifflera @PapaStifflera

pdo_sqlite is a PHP module, not a framework. Installed depending on what system you have.
On debian-like Linux distributions via apt-get install pdo_sqlite.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question