PHPackages                             luyadev/luya-kickstarter-bootstrap4 - 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. luyadev/luya-kickstarter-bootstrap4

ActiveLuya-kickstarter[Utility &amp; Helpers](/categories/utility)

luyadev/luya-kickstarter-bootstrap4
===================================

LUYA boilerplate to kickstart projects with Bootstrap 4.

1.3.0(2y ago)165298[3 PRs](https://github.com/luyadev/luya-kickstarter-bootstrap4/pulls)MITPHPCI failing

Since Jun 6Pushed 2mo ago5 watchersCompare

[ Source](https://github.com/luyadev/luya-kickstarter-bootstrap4)[ Packagist](https://packagist.org/packages/luyadev/luya-kickstarter-bootstrap4)[ RSS](/packages/luyadev-luya-kickstarter-bootstrap4/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (16)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 Bootstrap 4 Kickstarter Application
========================================

[](#luya-bootstrap-4-kickstarter-application)

[![LUYA](https://camo.githubusercontent.com/c30b61934591d3a6fcb8718a93fd61bf840c0abd8a8d49aa0fdd4ab99567bdf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4c5559412d627269676874677265656e2e737667)](https://luya.io)[![Total Downloads](https://camo.githubusercontent.com/d48a76da0376dd1c7586f7fcbb35fb56f4103fc58a64f708cf9fb40eb365028a/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6b69636b737461727465722d626f6f747374726170342f646f776e6c6f616473)](https://packagist.org/packages/luyadev/luya-kickstarter-bootstrap4)[![License](https://camo.githubusercontent.com/922e374a6f38c19da1ee5195da2712a2d0489fea4a624c86248dac5095b36aff/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6b69636b737461727465722d626f6f747374726170342f6c6963656e7365)](https://packagist.org/packages/luyadev/luya-kickstarter-bootstrap4)

[LUYA](https://github.com/luyadev/luya) is a [Yii 2 PHP Framework](https://github.com/yiisoft/yii2) wrapper which provides out of the box functions like an **administration interface**, a beautiful looking **content management system**, **payment** modules, **agency workflows** and other tools to develop your website pretty fast!

> **Attention:** As of Bootstrap 4, the grid is completely written in FLEX. Check the [Browser Support](https://caniuse.com/#search=flex) to decide if you want to use Bootstrap 4 for your Project.

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

[](#installation)

We have a made an absolut easy to understand *STEP-BY-STEP* Guide to install LUYA:

- [How to install](https://luya.io/guide/install)
- [Video Tutorials](https://luya.io/videos)
- [How to upgrade current website](https://luya.io/guide/install-upgrade)

### Tl;dr

[](#tldr)

```
composer create-project luyadev/luya-kickstarter-bootstrap4
```

Frontend
--------

[](#frontend)

### Libraries

[](#libraries)

These libraries are included and available:

[» jQuery (yii\\web\\JqueryAsset)](https://www.yiiframework.com/doc-2.0/yii-web-jqueryasset.html)
[» Bootstrap v4 (CSS &amp; JS)](https://getbootstrap.com/)

> Bootstrap is included as a composer requirement

### Compiling

[](#compiling)

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

See [zephir/zephir-gulp-workflow](https://github.com/zephir/zephir-gulp-workflow) for a full documentation of the workflow.

Backend
-------

[](#backend)

### Assets

[](#assets)

To speed up your local development you can uncomment the following lines in `configs/local.php` in order to use symlinking your assets instead of copy them every run.

```
'assetManager' => [
    'class' => 'luya\web\AssetManager',
    'linkAssets' => true,
],
```

Now all assets will be symlinked and not copied.

> This will also enable CSS instant reload provided by `browserSync` (gulp).

Questions and Problems
----------------------

[](#questions-and-problems)

If you have any questions or problems, don't hesitate to create a [new issue](https://github.com/luyadev/luya/issues/new) on the project repository.

- [Issues on GitHub](https://github.com/luyadev/luya/issues)
- [Ask us in Gitter](https://gitter.im/luyadev/luya)

### Contribution

[](#contribution)

We are always looking for people who share their thoughts, code and problems with us. Below the links to the contribution guides:

[Help us building LUYA](https://luya.io/guide/luya-collaboration)

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance56

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 62.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 ~229 days

Recently: every ~313 days

Total

12

Last Release

741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86184bf08843ed8fcc4aedb2fdecd8a9e832e47e89a7166cebfda529c176f5ce?d=identicon)[nadar](/maintainers/nadar)

---

Top Contributors

[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (69 commits)")[![TheMaaarc](https://avatars.githubusercontent.com/u/3450438?v=4)](https://github.com/TheMaaarc "TheMaaarc (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![hbugdoll](https://avatars.githubusercontent.com/u/6715827?v=4)](https://github.com/hbugdoll "hbugdoll (5 commits)")[![dev7ch](https://avatars.githubusercontent.com/u/15183757?v=4)](https://github.com/dev7ch "dev7ch (3 commits)")[![Arhell](https://avatars.githubusercontent.com/u/26163841?v=4)](https://github.com/Arhell "Arhell (1 commits)")[![charescape](https://avatars.githubusercontent.com/u/53265646?v=4)](https://github.com/charescape "charescape (1 commits)")

---

Tags

boilerplatebootstrapbootstrap4gulphacktoberfestluyayii2

### Embed Badge

![Health badge](/badges/luyadev-luya-kickstarter-bootstrap4/health.svg)

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

###  Alternatives

[luyadev/luya-kickstarter

The kickstarter project for a new LUYA application.

459.5k](/packages/luyadev-luya-kickstarter)[cebe/luya-module-sitemap

sitemap.xml module for luya CMS

115.9k](/packages/cebe-luya-module-sitemap)[carlcs/craft-footnote

Footnote plugin for Craft CMS

145.8k](/packages/carlcs-craft-footnote)

PHPackages © 2026

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