PHPackages                             weblabormx/world-ui - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. weblabormx/world-ui

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

weblabormx/world-ui
===================

UI Component library built on top of WireUI that implement Weblabor World service out of the box

2.0.0(6mo ago)01.4k↑23.2%PHPPHP ^8.1

Since Aug 14Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/weblabormx/world-ui)[ Packagist](https://packagist.org/packages/weblabormx/world-ui)[ RSS](/packages/weblabormx-world-ui/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (13)Used By (0)

World UI
========

[](#world-ui)

World UI is a component library, based on [WireUI](https://github.com/wireui/wireui) for easy implementation with [Weblabor World API](https://world.weblabor.mx).

Install
-------

[](#install)

Install the package through composer using:

```
composer require weblabormx/world-ui

```

Then, configure on your `config/services.php` your World API Token.

```
[
    //...
    'weblabor' => [
        'world' => [
            'token' => env('WEBLABOR_WORLD_TOKEN'),
            // 'endpoint' => env('WEBLABOR_WORLD_ENDPOINT') // OPTIONAL
        ]
    ]
];
```

### Publishing assets

[](#publishing-assets)

You can optionally publish the `wireui.php` config file using:

```
php artisan vendor:publish --tag='worldui.config'

```

**Default config:**

```
