Codeigniter4 has a set of requirements in order to ron smoothly in specific environment. Please see requirements section in Codeigniter4 documentation.
Metronic similarly uses additional plugins and frameworks, so ensure You have Composer and Node installed on Your machine.
Assuming your machine meets all requirements - let's process to installation of Pick Codeigniter4 integration (skeleton).
-
Open in cmd or terminal app and navigate to this folder
-
Run following commands
composer installFor Windows command line tool use copy command. For unix style - cp.
php spark serve -
And navigate to generated server url http://localhost:8080/
For more information about the Codeigniter 4 installation, check out on this link https://codeigniter4.github.io/userguide/installation/installing_composer.html
For compile scss file run following command:
gulp