Skip to content

Commit dc45e0f

Browse files
committed
updated readme with new namespaces
1 parent ebc9a10 commit dc45e0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Laravel 5.5.X Front-end Preset for UIKit 3 Beta
22

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-
53
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.
64

75

86
## Usage
97

10-
1- Install via composer `composer require owenmelbz/uikit3-preset`.
8+
1- Install via composer `composer require laravel-frontend-presets/uikit3`.
119

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

1412
3- Run `php artisan preset uikit3` this will generate the js and scss needed.
1513

0 commit comments

Comments
 (0)