Skip to content

Commit 4ac119d

Browse files
committed
Fix error
1 parent dcd7e01 commit 4ac119d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# LYRASOFT Earth
22

3-
![151214-0001](https://cloud.githubusercontent.com/assets/1639206/14016277/15bb757c-f1fa-11e5-8b9c-821cb53d6f2a.jpg)
4-
53
![p-2016-07-03-001](https://cloud.githubusercontent.com/assets/1639206/16545958/858490b6-416c-11e6-9981-03c6d1dce102.jpg)
64

75
## Installation Via Composer
@@ -67,10 +65,14 @@ Commands:
6765
6866
muse The template generator.
6967
phoenix The Phoenix RAD package.
68+
unidev Unidev helpers
69+
system System operation.
70+
run Run custom scripts.
7071
asset Asset management
7172
migration Database migration system.
7273
seed The data seeder help you create fake data.
7374
package Package operations.
75+
queue Queue management.
7476
7577
Welcome to Windwalker Console.
7678
```

etc/app/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* you registered here.
2424
*/
2525
'packages' => [
26-
'main' => \Main\MainPackage::class
26+
2727
],
2828

2929
/*

etc/app/windwalker.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
* you registered here.
2222
*/
2323
'packages' => [
24+
'phoenix' => \Phoenix\PhoenixPackage::class,
25+
'unidev' => \Lyrasoft\Unidev\UnidevPackage::class,
26+
'warder' => \Lyrasoft\Warder\WarderPackage::class,
27+
'luna' => \Lyrasoft\Luna\LunaPackage::class,
28+
29+
'admin' => \Admin\AdminPackage::class,
30+
'front' => \Front\FrontPackage::class
2431
],
2532

2633
/*

src/Admin/Templates/_global/admin/header.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<span class="icon-bar"></span>
1717
<span class="icon-bar"></span>
1818
</button>
19-
<a class="navbar-brand" href="{{ $router->route('articles') }}">LYRASOFT</a>
19+
<a class="navbar-brand" href="{{ $router->route('articles') }}">EARTH</a>
2020
</div>
2121
<div class="collapse navbar-collapse">
2222
<ul class="nav navbar-nav">

0 commit comments

Comments
 (0)