-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Deeper dynamic pages #4
Comments
The logic has now been changed so with a directory structure of: I'm keeping this issue open to track an improvement, which is to be able to serve deeper page requests from individual files. An idea of how to indicate that a dynamic page should serve any matching deeper request would be to convert the filename to |
Ties in with #5 nicely |
The |
v4 has been released. Planning on working on this soon. |
* feature: deeper dynamic pages closes #4 * build: upgrade build packages for downstream deps * tweak: phpstorm analysis * test: remove scrutinizer * test: move phpunit config * test: upgrade phpunit * ci: upgrade ci config
If the matching view/logic files have a dynamic leaf (deepest filename starts with "@"), requests to deeper directories that don't exist still trigger the leaf logic/view.This might be expected - how else could a deep directory be built? Maybe this needs to be handled separately by a special file -page/@dynamicDir/_deeper.php
for instance?Logic is now changed...
The text was updated successfully, but these errors were encountered: