Skip to content

Commit

Permalink
Add config/url_clean.php to ease scaffolding of clean url.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Sep 25, 2017
1 parent 7bcb43c commit a618a96
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 71 deletions.
8 changes: 8 additions & 0 deletions REVISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Notes for development v1.1.0*
* Rewrite asset, create, createRelative with Uri/UriBuilder class.


v1.0.7 (2017-09-25)
---------------------------------

* Add config/url_clean.php to ease scaffolding of clean url.
* Revert merge of Uri and put it into its own branch.
* Remove composer.lock.


v1.0.6 (2017-03-31)
---------------------------------

Expand Down
71 changes: 0 additions & 71 deletions composer.lock

This file was deleted.

14 changes: 14 additions & 0 deletions config/url_clean.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
/**
* Config file for url.
*/
return [
// Defaults to use when creating urls.
//"siteUrl" => null,
//"baseUrl" => null,
//"staticSiteUrl" => null,
//"staticBaseUrl" => null,
//"scriptName" => null,
"urlType" => \Anax\Url\Url::URL_CLEAN,
//"urlType" => \Anax\Url\Url::URL_APPEND,
];

0 comments on commit a618a96

Please sign in to comment.