aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json4
-rw-r--r--config/app.php3
2 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index e1fb449..e4c5e7d 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
- "name": "laravel/laravel",
+ "name": "floppydisk05/diskfloppy.me",
"type": "project",
- "description": "The skeleton application for the Laravel framework.",
+ "description": "My personal website, developed using the Laravel framework.",
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
diff --git a/config/app.php b/config/app.php
index 80f4e07..36e7f61 100644
--- a/config/app.php
+++ b/config/app.php
@@ -16,7 +16,8 @@ return [
|
*/
- 'name' => env('APP_NAME', 'Laravel'),
+ 'name' => env('APP_NAME', 'diskfloppy.me'),
+ 'version' => '5.0.0',
/*
|--------------------------------------------------------------------------