Skip to content

Commit 0b73961

Browse files
committed
Merge branch 'master' into 1.x
2 parents 25f3c21 + bd30791 commit 0b73961

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,28 @@
22

33
Laravel Frontend preset for [AdminLTE3](https://adminlte.io/themes/v3/) Theme.
44

5-
## Usages
5+
## Installation
66

77
Run a command,
88

9-
`php artisan ui adminlte`
9+
`composer require infyomlabs/laravel-ui-adminlte`
10+
11+
## Usage
12+
13+
Run a command,
14+
15+
To Generate a full authentication UI,
16+
17+
`php artisan ui adminlte --auth`
18+
19+
To Install just AdminLTE theme assets,
20+
21+
`php artisan ui adminlte`
22+
23+
And then run,
24+
25+
`npm install && npm run dev`
26+
27+
Or for production,
28+
29+
`npm install && npm run prod`

0 commit comments

Comments
 (0)