averyvery / freeway

Simple Routing for EE
43 stars 4 forks source link

Optionally load routes from a file #4

Open averyvery opened 13 years ago

averyvery commented 13 years ago

As it stands, Freeway loads all config options from the settings page. This is good for EE beginners, but more advanced users will wail and gnash their teeth. Reasons a PHP file would be better:

Four ways to accomplish this, but I'm leaning towards the first:

sjelfull commented 13 years ago

The first point works the best with my bootstrap setup, based on NSM Bootstrap config. You put it in the config/ folder, and include the bootstrap at the end of the config file. Then you override any of the variables at will.

jeremygimbel commented 13 years ago

I would agree with the first option. And as a second choice, the last one.

averyvery commented 13 years ago

You guys are the best kind of issue commenters — the kind that agree with me. THANKS!

averyvery commented 12 years ago

This feature is coming in the next version.