Skip to content
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

Relative Paths #41

Open
ragboyjr opened this issue Jul 8, 2017 · 2 comments
Open

Relative Paths #41

ragboyjr opened this issue Jul 8, 2017 · 2 comments

Comments

@ragboyjr
Copy link
Member

ragboyjr commented Jul 8, 2017

Offer a better way for defining path groups and relative paths.

So, maybe allow $app->addPath('config', '{base}/config') and even if the base path changes or is redefined, the config path will still be valid.

@ragboyjr
Copy link
Member Author

In addition, Paths should also be managed in a separate class and with an interface. Might even make a new repo for the paths.

@ragboyjr ragboyjr added this to the Version 0.4 milestone Sep 6, 2017
@ragboyjr
Copy link
Member Author

ragboyjr commented Oct 31, 2017

Maybe define paths like

$app->addPath('config', 'base', '/config')
// or
$app->addPath('config', ['base', '/config'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant