We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25f3c21 + bd30791 commit 0b73961Copy full SHA for 0b73961
README.md
@@ -2,8 +2,28 @@
2
3
Laravel Frontend preset for [AdminLTE3](https://adminlte.io/themes/v3/) Theme.
4
5
-## Usages
+## Installation
6
7
Run a command,
8
9
-`php artisan ui adminlte`
+`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