Closed henrikbjorn closed 11 years ago
Many PHP Applications that uses a framework does not have a index.php in the root of their project. One solution to this is to also check for a composer.json file.
index.php
composer.json
Can you try changing the detection method in a fork and let me know if your framework still works?
Done :) see PR #2
Many PHP Applications that uses a framework does not have a
index.php
in the root of their project. One solution to this is to also check for acomposer.json
file.