File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
src/Admin/Templates/_global/admin Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
7577Welcome to Windwalker Console.
7678```
Original file line number Diff line number Diff line change 2323 * you registered here.
2424 */
2525 'packages ' => [
26- ' main ' => \ Main \MainPackage::class
26+
2727 ],
2828
2929 /*
Original file line number Diff line number Diff line change 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 /*
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments