You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ Adds a preset for UIKit 3 scaffolding on new Laravel 5.5+ projects, will add ind
7
7
8
8
## Usage
9
9
10
-
1- Install via composer `composer require owenmelbz/uikit3-preset`
10
+
1- Install via composer `composer require owenmelbz/uikit3-preset`.
11
11
12
-
2- The package should use laravels new auto discovery, if not however you can manually register the service provider - typically done inside the `app.php` providers array e.g `OwenMelbz\UIKit3Preset\UIKit3PresetServiceProvider::class`
12
+
2- The package should use laravels new auto discovery, if not however you can manually register the service provider - typically done inside the `app.php` providers array e.g `OwenMelbz\UIKit3Preset\UIKit3PresetServiceProvider::class`.
13
13
14
-
3- Run `php artisan preset uikit3`
14
+
3- Run `php artisan preset uikit3` this will generate the js and scss needed.
15
15
16
-
4- *Optional* You can then run something like the vuejs or react presets also
16
+
4- *Optional* If you need `make:auth` to use uikit, run `php artisan preset uikit3-auth` to generate the templates.
17
+
18
+
5- *Optional* You can then run something like the vuejs or react presets as well.
0 commit comments