PHPackages                             trk/luya-uikit-kickstarter - 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. [Framework](/categories/framework)
4. /
5. trk/luya-uikit-kickstarter

ActiveLuya-uikit-kickstarter[Framework](/categories/framework)

trk/luya-uikit-kickstarter
==========================

The uikit kickstarter project for a new LUYA application (use only uikit content blocks).

010[1 issues](https://github.com/trk/luya-uikit-kickstarter/issues)CSS

Since Aug 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/trk/luya-uikit-kickstarter)[ Packagist](https://packagist.org/packages/trk/luya-uikit-kickstarter)[ RSS](/packages/trk-luya-uikit-kickstarter/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

 [![LUYA Logo](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)

LUYA Uikit 3 Kickstarter Application
====================================

[](#luya-uikit-3-kickstarter-application)

[![LUYA](https://camo.githubusercontent.com/c30b61934591d3a6fcb8718a93fd61bf840c0abd8a8d49aa0fdd4ab99567bdf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4c5559412d627269676874677265656e2e737667)](https://luya.io)[![Total Downloads](https://camo.githubusercontent.com/b245b7c2b265509cd3bc537d04cf407a7bd3b21dc81d6bebb09b5c35d2841e70/68747470733a2f2f706f7365722e707567782e6f72672f74726b2f6c7579612d75696b69742d6b69636b737461727465722f646f776e6c6f616473)](https://packagist.org/packages/trk/luya-uikit-kickstarter)[![License](https://camo.githubusercontent.com/a610e49f24c5580456b9f9116f9eb5b620cebfc1976e13dc14d583c46dc7db44/68747470733a2f2f706f7365722e707567782e6f72672f74726b2f6c7579612d75696b69742d6b69636b737461727465722f6c6963656e7365)](https://packagist.org/packages/trk/luya-uikit-kickstarter)[![Slack Support](https://camo.githubusercontent.com/3574a291a5d77f541be2a9aebff47cf60ed44274b70f9d90bdf6d0d7f4911892/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536c61636b2d6c7579616465762d79656c6c6f77677265656e2e737667)](https://slack.luya.io/)

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

[](#installation)

First of all it´s mandatory to install the global `fxp/composer-asset-plugin` plugin, which is required by Yii to install bower packages via composer. To install the `fxp/composer-asset-plugin` globally open your terminal and run the following command:

```
composer global require "fxp/composer-asset-plugin:~1.4"
```

After setting up Composer, we execute the Composer command `create-project` to checkout the **luya-uikit-kickstarter** application, an **out of the box** LUYA setup to run your website directly. It´s recommend to run the `create-project` command directly from your htdocs/webserver folder like this:

```
composer create-project trk/luya-uikit-kickstarter:dev-master
```

> Note: During the installation Composer may ask for your Github login credentials. This is normal because Composer needs to get enough API rate-limit to retrieve the dependent package information from Github. For more details, please refer to the [Composer documentation](https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens).

The `create-project` command will create a folder (inside of your current folder where the `composer create-project` command was executed) named **luya-uikit-kickstarter**. If the Composer installation is done change into the **configs** folder inside the application and copy the `.dist` template files to original `.php` files.

```
cp env.php.dist env.php
cp env-local.php.dist env-local.php
```

Now the database connection inside the `configs/env-local.php` file needs to fit your mysql servers configuration. It´s recommend to open all config files once to change values and understand the behavior. In order to understand the config files read more in the [environment configs section](install-environments.md). After successfully setting up your database connection, you have to reopen your terminal and change into your project directory and excute the **luya** binary files which has been installed into your vendor folder by composer as described in the follwing.

Run the migration files with the [migrate console command](https://github.com/luyadev/luya/blob/master/docs/guide/luya-console.md):

> Note: If the migration process failed, try to replace localhost with 127.0.0.1 in the database DNS configuration `(env-local.php)` which is located in the configs folder.

```
./luya migrate
```

Build and import all filesystem configurations into the database with the [import console command](https://github.com/luyadev/luya/blob/master/docs/guide/luya-console.md):

```
./luya import
```

Finally execute the [setup console command](https://github.com/luyadev/luya/blob/master/docs/guide/luya-console.md) command which is going to setup a user, group and permissions:

```
./luya admin/setup
```

The setup process will ask you for an email and password to store your personal login data inside the database (of course the password will be encrypted).

> `./luya health` will make a small check if several directories exist and readable/writable.

You can now log in into the administration interface, e.g. `http://localhost/luya-uikit-kickstarter/public_html/admin` (dependings on the location of the LUYA files).

> Visit the [Installation Problems and Questions Site](https://github.com/luyadev/luya/blob/master/docs/guide/install-problems.md) when you have any problems with the LUYA setup.

> [Base installation guide](https://github.com/luyadev/luya/blob/master/docs/guide/install.md)

### Theme Compiling

[](#theme-compiling)

We have created our own NPM Package that includes our gulp workflow.
Everything is prepared inside the `resources/theme` folder.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/455983?v=4)[Iskender TOTOĞLU](/maintainers/trk)[@trk](https://github.com/trk)

---

Top Contributors

[![trk](https://avatars.githubusercontent.com/u/455983?v=4)](https://github.com/trk "trk (5 commits)")

### Embed Badge

![Health badge](/badges/trk-luya-uikit-kickstarter/health.svg)

```
[![Health](https://phpackages.com/badges/trk-luya-uikit-kickstarter/health.svg)](https://phpackages.com/packages/trk-luya-uikit-kickstarter)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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