Nelwhix / filepath

Methods for formatting file paths in an OS agnostic way
1 stars 0 forks source link

Make folders and files in them accessible globally #1

Open Zubs opened 1 year ago

Zubs commented 1 year ago

For example, in a PHP project, one uses the MVC structure. In a controller, I should be able to do something like Filepath::get('views', 'login') to access a specific file to serve as my login page.

Nelwhix commented 1 year ago

Please can you elaborate