Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 938c642

Browse files
author
Matt Fletcher
committed
WIP
1 parent 967fd6f commit 938c642

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
# Laravel UI
2-
3-
<a href="https://packagist.org/packages/laravel/ui"><img src="https://poser.pugx.org/laravel/ui/d/total.svg" alt="Total Downloads"></a>
4-
<a href="https://packagist.org/packages/laravel/ui"><img src="https://poser.pugx.org/laravel/ui/v/stable.svg" alt="Latest Stable Version"></a>
5-
<a href="https://packagist.org/packages/laravel/ui"><img src="https://poser.pugx.org/laravel/ui/license.svg" alt="License"></a>
1+
# UIkit UI preset for Laravel
62

73
## Introduction
84

9-
While Laravel does not dictate which JavaScript or CSS pre-processors you use, it does provide a basic starting point using [Bootstrap](https://getbootstrap.com/) and [Vue](https://vuejs.org/) that will be helpful for many applications. By default, Laravel uses [NPM](https://www.npmjs.org/) to install both of these frontend packages.
10-
11-
**We are not accepting new presets.**
12-
13-
## Official Documentation
14-
15-
Documentation can be found on the [Laravel website](https://laravel.com/docs/frontend).
5+
Laravel by default ships with a UI preset for [Bootstrap](https://getbootstrap.com/) and [Vue](https://vuejs.org/). I prefer [UIkit](https://getuikit.com/) though, so this is my alternative to the stock presets.
166

177
## License
188

19-
Laravel UI is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
9+
This preset follows the license of Laravel UI itself, and is therefore open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "laravel/ui",
3-
"description": "Laravel UI utilities and presets.",
4-
"keywords": ["laravel", "ui"],
2+
"name": "torrix/laravel-ui-uikit",
3+
"description": "Laravel UI preset for UIkit.",
4+
"keywords": ["laravel", "ui", "uikit"],
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "Taylor Otwell",
9-
"email": "taylor@laravel.com"
8+
"name": "Matt Fletcher",
9+
"email": "matt@torrix.uk"
1010
}
1111
],
1212
"require": {

0 commit comments

Comments
 (0)