PHPackages                             torrix/laravel-ui-uikit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. torrix/laravel-ui-uikit

Abandoned → [torrix/laravel-uikit](/?search=torrix%2Flaravel-uikit)ArchivedLibrary[Templating &amp; Views](/categories/templating)

torrix/laravel-ui-uikit
=======================

Laravel UI preset for UIkit.

v3.3.0(6y ago)644.0k↓46.7%11[1 issues](https://github.com/torrix/laravel-ui-uikit/issues)MITBlade

Since Aug 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/torrix/laravel-ui-uikit)[ Packagist](https://packagist.org/packages/torrix/laravel-ui-uikit)[ RSS](/packages/torrix-laravel-ui-uikit/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

New version: [torrix/laravel-uikit](https://github.com/torrix/laravel-uikit)
----------------------------------------------------------------------------

[](#new-version-torrixlaravel-uikit)

This package is for Laravel 6, and is **no longer maintained**. Please use the [Laravel 8 version](https://github.com/torrix/laravel-uikit)

---

UIkit frontend UI preset for Laravel 6
======================================

[](#uikit-frontend-ui-preset-for-laravel-6)

Out of the box, Laravel 6 ships with a [UI preset](https://github.com/laravel/ui) for [Bootstrap](https://getbootstrap.com/) and [Vue.js](https://vuejs.org/) to make getting your website front-end up and running simple.

Laravel + UIkit = 😍
-------------------

[](#laravel--uikit--heart_eyes)

Although Bootstrap is very popular, I prefer [YOOtheme's](https://yootheme.com/) front-end framework **[UIkit](https://getuikit.com/)**. It's modern, clean, well-thought-out, and modular. I've used it for just about every project I've worked on in the last few years, for both websites and web applications, from tiny single-page landing sites, to massive web applications with thousands of users.

This repository extends Laravel UI with an additional preset for UIkit.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Deployment for notes on how to deploy the project on a live system.

### Prerequisites

[](#prerequisites)

To begin, you'll need a **fresh** install of Laravel 6. **Adding this to an existing project is not recommended and may cause issues**. For full instructions on installing Laravel, refer to the [Laravel installation docs](https://laravel.com/docs/6.x/installation), but something like the following will get you up and running:

```
composer global require laravel/installer

laravel new mysite

php artisan serve

```

Your development site will be served at .

### Installing this preset

[](#installing-this-preset)

To turn the base Laravel install into a UIkit skeleton site, follow the steps below.

1. Include both Laravel UI and this repository into your composer dependencies:

```
composer require laravel/ui
composer require torrix/laravel-ui-uikit

```

2. Run the artisan command to install the preset into your Laravel install. It will overwrite welcome.blade.php, so do not run this on established projects with changes made to that file. You can run the command with or without the `--auth` flag; this will determine whether or not the login/register routes &amp; views are generated.

```
php artisan ui uikit --auth

```

3. Finally, run NPM to download UIkit, and build your assets using Laravel Mix:

```
npm install && npm run dev

```

Developing with UIkit
---------------------

[](#developing-with-uikit)

To get started in UIkit, read [their excellent docs](https://getuikit.com/docs/introduction). The examples and tests provided should give you all the help you need. To get an idea of what UIkit is capable of, I highly recommend the [KickOff starter templates](https://zzseba78.github.io/Kick-Off/) for inspiration.

To start customising UIkit to your own needs, take a look in [app.scss](src/Presets/uikit-stubs/app.scss). In there, you will find the standard UIkit imports, and by way of a simple example, I've changed the default blue primary colour to a nice purple shade, just to show what's possible in almost no time at all. Try changing it to another colour, and then running `npm run dev` to rebuild the CSS, and see the changes to your site.

### Handy tip

[](#handy-tip)

Whilst developing your site, running Laravel Mix in watch mode makes it easy to make changes and quickly see their results:

```
npm run watch

```

Deployment
----------

[](#deployment)

When deploying to a live server, remember to build your assets in production mode for smaller, faster downloads:

```
npm run prod

```

Built With
----------

[](#built-with)

- [Laravel](https://laravel.com/) - The awesome PHP framework that makes all of this worthwhile.
- [Laravel UI](https://github.com/laravel/ui) - The default Bootstrap preset Laravel ships with, and this project is based on.
- [UIkit](https://getuikit.com/) - The beautiful, powerful front-end framework that you'll be delighted to build your next Laravel project with!

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Torrix/laravel-ui-uikit/tags).

Authors
-------

[](#authors)

- **Matt Fletcher** - *This UIkit preset* - [Torrix](https://torrix.uk)
- **Taylor Otwell** - *The original Bootstrap preset* - [Laravel UI](https://github.com/laravel/ui)

License
-------

[](#license)

This preset is based upon and extends Laravel UI, and is therefore open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT) - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 51.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Total

6

Last Release

2344d ago

Major Versions

v1.1.0 → v3.2.32019-11-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10546816?v=4)[Torrix](/maintainers/torrix)[@torrix](https://github.com/torrix)

---

Top Contributors

[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (31 commits)")[![mattfletcher](https://avatars.githubusercontent.com/u/414180?v=4)](https://github.com/mattfletcher "mattfletcher (16 commits)")[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (6 commits)")[![hpiaia](https://avatars.githubusercontent.com/u/4452287?v=4)](https://github.com/hpiaia "hpiaia (1 commits)")[![aryehraber](https://avatars.githubusercontent.com/u/5065331?v=4)](https://github.com/aryehraber "aryehraber (1 commits)")[![Naoray](https://avatars.githubusercontent.com/u/10154100?v=4)](https://github.com/Naoray "Naoray (1 commits)")[![oliverquynh](https://avatars.githubusercontent.com/u/16967350?v=4)](https://github.com/oliverquynh "oliverquynh (1 commits)")[![martinbean](https://avatars.githubusercontent.com/u/167312?v=4)](https://github.com/martinbean "martinbean (1 commits)")[![garygreen](https://avatars.githubusercontent.com/u/1702638?v=4)](https://github.com/garygreen "garygreen (1 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (1 commits)")

---

Tags

laravellaravel-6laravel6uikituikit3laraveluiuikit

### Embed Badge

![Health badge](/badges/torrix-laravel-ui-uikit/health.svg)

```
[![Health](https://phpackages.com/badges/torrix-laravel-ui-uikit/health.svg)](https://phpackages.com/packages/torrix-laravel-ui-uikit)
```

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k570.6k23](/packages/robsontenorio-mary)[hasinhayder/tyro-login

Tyro Login - Beautiful, customizable authentication views for Laravel 12 &amp; 13

2464.9k6](/packages/hasinhayder-tyro-login)[rogervila/laravel-legacy-ui

Legacy UI with Auth scaffolding for Laravel 8.x &amp; 9.x

5510.3k](/packages/rogervila-laravel-legacy-ui)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.5k1](/packages/electrik-slate)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
