Skip to content

Commit 5738c2f

Browse files
committed
updated readme
1 parent 5ca5c47 commit 5738c2f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ Adds a preset for UIKit 3 scaffolding on new Laravel 5.5+ projects, will add ind
77

88
## Usage
99

10-
1- Install via composer `composer require owenmelbz/uikit3-preset`
10+
1- Install via composer `composer require owenmelbz/uikit3-preset`.
1111

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`.
1313

14-
3- Run `php artisan preset uikit3`
14+
3- Run `php artisan preset uikit3` this will generate the js and scss needed.
1515

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.
1719

1820
## Warning
1921

0 commit comments

Comments
 (0)