From 077f28cdafe89fbaf500ef911a3921773f948572 Mon Sep 17 00:00:00 2001 From: Phil Burton Date: Thu, 12 May 2016 15:59:16 +0100 Subject: Add a config folder and config php file --- config/app.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/app.php (limited to 'config/app.php') diff --git a/config/app.php b/config/app.php new file mode 100644 index 0000000..6f128a7 --- /dev/null +++ b/config/app.php @@ -0,0 +1,8 @@ + [ + 'url' => "exampleurl.com", + 'name' => "Example Name" + ] +]; -- cgit v1.2.3