#vivek-quickstart-composer
1 messages · Page 1 of 1 (latest)
i also run in cmd
php -S 127.0.0.1:4242 --docroot=public
but when i go to url http://localhost:4242/public/checkout.html
url is not working
Have you ever used PHP before or is this your first time?
i used this before
what is "this"? Like have you developed a website/app in PHP before?
yes
Okay so you should already be familiar with Composer, installing libraries, how to debug errors/crashes and bugs, etc.
So that's the next step here really. Add logs to the code and figure out what is working and where it's crashing
ok, just run through localhost where i keep files.
not sure what that means. But right now there's a crash somewhere and no info so there isn't much I can do. I assume you didn't include/install the library properly. Adding some logs/echo to the file(s) should help you debug this