PHPackages                             lokaui/cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. lokaui/cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

lokaui/cli
==========

CLI to add LokaUI Blade components to your Laravel project

0.1.0(1mo ago)01↓100%MITPHPPHP ^8.1

Since Mar 20Pushed 1mo agoCompare

[ Source](https://github.com/openloka/lokaui-laravel)[ Packagist](https://packagist.org/packages/lokaui/cli)[ RSS](/packages/lokaui-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

LokaUI CLI for Laravel
======================

[](#lokaui-cli-for-laravel)

Add beautiful, accessible LokaUI Blade components to your Laravel project via Artisan commands.

Installation
------------

[](#installation)

```
composer require lokaui/cli --dev
```

Usage
-----

[](#usage)

### Initialize

[](#initialize)

```
php artisan lokaui:init
```

Sets up `lokaui.json` config and optionally adds LokaUI CSS tokens to your stylesheet.

### Add components

[](#add-components)

```
# Add a single component
php artisan lokaui:add button

# Add multiple components
php artisan lokaui:add button input badge

# Interactive picker
php artisan lokaui:add

# Add all available components
php artisan lokaui:add --all
```

Components are copied to `resources/views/components/ui/` by default (configurable).

### Use in Blade

[](#use-in-blade)

```

    Click me

```

### List available components

[](#list-available-components)

```
php artisan lokaui:list
```

Options
-------

[](#options)

FlagDescription`--all`Install all available components`--overwrite`Overwrite existing components`--dry-run`Preview what would be installedRequirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Laravel 10, 11, or 12

Links
-----

[](#links)

- [LokaUI Documentation](https://lokaui.dev)
- [Component Library](https://github.com/openloka/LokaUI)

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance96

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a10ba9d246a9d7e6f5934bb15d0a3a79cb79e741d9173558639a900c2c55587?d=identicon)[GarryLaly](/maintainers/GarryLaly)

---

Top Contributors

[![GarryLaly](https://avatars.githubusercontent.com/u/5617788?v=4)](https://github.com/GarryLaly "GarryLaly (1 commits)")

### Embed Badge

![Health badge](/badges/lokaui-cli/health.svg)

```
[![Health](https://phpackages.com/badges/lokaui-cli/health.svg)](https://phpackages.com/packages/lokaui-cli)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)

PHPackages © 2026

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