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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
1
# Laravel 5.5.X Front-end Preset for UIKit 3 Beta
2
2
3
-
An automatic piece of middleware for Laravel 5.x, which will redirect users accessing non https urls, to the secure equivalent unless specified in the ignore list
4
-
5
3
Adds a preset for UIKit 3 scaffolding on new Laravel 5.5+ projects, will add individual SASS components and import the UIKit 3 core javascript.
6
4
7
5
8
6
## Usage
9
7
10
-
1- Install via composer `composer require owenmelbz/uikit3-preset`.
8
+
1- Install via composer `composer require laravel-frontend-presets/uikit3`.
11
9
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`.
10
+
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 `LaravelFrontendPresets\UIKit3Preset\UIKit3PresetServiceProvider::class`.
13
11
14
12
3- Run `php artisan preset uikit3` this will generate the js and scss needed.
0 commit comments