diff --git a/Controllers/HomeController.php b/Controllers/HomeController.php index d583b72..652cd9a 100755 --- a/Controllers/HomeController.php +++ b/Controllers/HomeController.php @@ -2,7 +2,7 @@ namespace Controllers; - use hooks\MVC\Controller; + use everest\MVC\Controller; class HomeController extends Controller { diff --git a/ViewComponents/NavigationViewComponent.php b/ViewComponents/NavigationViewComponent.php index f872bff..ffc3f52 100755 --- a/ViewComponents/NavigationViewComponent.php +++ b/ViewComponents/NavigationViewComponent.php @@ -2,14 +2,14 @@ namespace ViewComponents; -use hooks\MVC\ViewComponent; +use everest\MVC\ViewComponent; class NavigationViewComponent extends ViewComponent { public function __construct() { - $this->registeredVariables["app"] = "My Hooks App"; + $this->registeredVariables["app"] = "Everest PHP"; } diff --git a/assets/images/photo.jpg b/assets/images/photo.jpg deleted file mode 100755 index 3445251..0000000 Binary files a/assets/images/photo.jpg and /dev/null differ diff --git a/assets/images/photo.png b/assets/images/photo.png new file mode 100644 index 0000000..99d5a6c Binary files /dev/null and b/assets/images/photo.png differ diff --git a/composer.json b/composer.json index 524af38..e755294 100755 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "version": "1.0.1", "type": "project", "require": { - "everest-php/framework": "1.0.1", - "php": ">=5.3" + "everest-php/framework": "1.1.0", + "php": ">=7.0" }, "autoload": { "psr-4": { - "hooks\\": "src/" + "everest\\": "src/" } }, "license": "MIT", diff --git a/config/helperFunctions.php b/config/helperFunctions.php index 0d95a1c..5f40a19 100755 --- a/config/helperFunctions.php +++ b/config/helperFunctions.php @@ -1,17 +1,17 @@ -

About Hooks Framework

+

About Everest PHP Framework

- @string('Nepal') + Everest is a web-api ready, powerful yet lightweight PHP framework for rapid development.

diff --git a/views/home/index.php b/views/home/index.php index 08fbc53..ede8ccd 100755 --- a/views/home/index.php +++ b/views/home/index.php @@ -5,14 +5,20 @@
-

-

Welcome to Hooks!

+

+

Welcome to Everest, the top of the world!

- Hooks is a powerful PHP7 based framework. + Everest is a web-api ready, powerful yet lightweight PHP framework for rapid development.

- + + +