We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I had run the command composer create-project bakeiro/light-php on local.
To Reproduce And i send all files on server. (i know it's not the good practice)
Expected behavior The method isValidPath is no working correctly. File does not exists....
So, my url is https://sub.domain/public
When i tried command : PHP -S localhost:8080 -t .\public Nothing happens... xD
Could you help me?
The text was updated successfully, but these errors were encountered:
Same problem here. Did you find a solution?
Sorry, something went wrong.
Same here. I thing its a problem with custom URLs. Try loading the controller with the URL Format explaned in https://bakeiro.github.io/Light-PHP-documentation/getStarted/5Routing.html#examples
No branches or pull requests
Describe the bug
I had run the command composer create-project bakeiro/light-php on local.
To Reproduce
And i send all files on server. (i know it's not the good practice)
Expected behavior
The method isValidPath is no working correctly.
File does not exists....
So, my url is https://sub.domain/public
When i tried command : PHP -S localhost:8080 -t .\public
Nothing happens... xD
Could you help me?
The text was updated successfully, but these errors were encountered: