Skip to content

Commit 2fd860d

Browse files
committed
Renamed the app directory to feather.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
1 parent e036c39 commit 2fd860d

37 files changed

Lines changed: 210 additions & 100 deletions

app/controllers/HomeController.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/start/global.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

app/start/local.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/tests/ExampleTest.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
},
66
"autoload": {
77
"classmap": [
8-
"app/controllers",
9-
"app/models",
10-
"app/database/migrations",
11-
"app/tests/TestCase.php"
8+
"feather/controllers",
9+
"feather/models",
10+
"feather/database/migrations",
11+
"feather/tests/TestCase.php"
1212
]
1313
},
1414
"minimum-stability": "dev"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
'Illuminate\Translation\TranslationServiceProvider',
122122
'Illuminate\Validation\ValidationServiceProvider',
123123
'Illuminate\View\ViewServiceProvider',
124+
'Basset\BassetServiceProvider'
124125

125126
),
126127

0 commit comments

Comments
 (0)