Problem installing codeigniter4 using git bash

Viewed 13

I got in trouble when I want to check my composer while typing 'php spark serve' is there anything wrong with that?

$ php spark serve

PHP Warning:  require(C:\xampp\htdocs\ci4login\app\Config/../../vendor/codeignit
er4/framework/system\bootstrap.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\ci4login\spark on line 76

Warning: require(C:\xampp\htdocs\ci4login\app\Config/../../vendor/codeigniter4/f
ramework/system\bootstrap.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\ci4login\spark on line 76

PHP Fatal error:  Uncaught Error: Failed opening required 'C:\xampp\htdocs\ci4lo
gin\app\Config/../../vendor/codeigniter4/framework/system\bootstrap.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\ci4login\spark:76
Stack trace:#0 {main} thrown in C:\xampp\htdocs\ci4login\spark on line 76

Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\ci4login\app\Config/../../vendor/codeigniter4/framework/systembootstrap.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\ci4login\spark:76 Stack trace: #0 {main} thrown in C:\xampp\htdocs\ci4login\spark on line 76
0 Answers
Related