PHPackages                             dev7ch/vertico - 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. dev7ch/vertico

ActiveProject

dev7ch/vertico
==============

LUYA CMS boilerplate to kickstart your project with Verti theme by HTML5UP.

1.0.0(8y ago)25MITCSS

Since Jun 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dev7ch/vertico)[ Packagist](https://packagist.org/packages/dev7ch/vertico)[ RSS](/packages/dev7ch-vertico/feed)WikiDiscussions master Synced 3d ago

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

LUYA CMS Kickstarter - VERTICO
==============================

[](#luya-cms-kickstarter---vertico)

[![](vertico_screenshot.png)](vertico_screenshot.png)

Features
--------

[](#features)

- Complete [LUYA CMS](https://luya.io) integration
- Fully responsive and ready to use
- Admin area integration
- Customizable blocks with drag 'n' drop support
- Multi level navigation included
- SCSS and Gulp worklfow included

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

[](#installation)

#### 1.) Create project with composer, fork repository or clone from git

[](#1-create-project-with-composer-fork-repository-or-clone-from-git)

Creating a new project from packagist is recommend.

```
composer create-project dev7ch/vertico
```

Or you can also clone the git repository into your web root folder.

```
git clone git@github.com:dev7ch/vertico.git vertico
```

#### 2.) Get all dependencies ready for setup via composer

[](#2-get-all-dependencies-ready-for-setup-via-composer)

Navigate to the new created project root.

```
composer install
```

> Find more detailed informations and help at [ LUYA CMS Install Guide](https://luya.io/guide/install).

#### 3.) Rename distributed config files and create database

[](#3-rename-distributed-config-files-and-create-database)

Navigate from your project root into the ` configs/ ` folder.

```
cd configs

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

Create a new, empty database and make sure that in ` configs/env-local-db.php ` the **user** and **password** for the database connection is properly set.

Rename example database in configs folder (optionally):

```
cp luya_vertico_demo.sql.dist luya_vertico_demo.sql
```

Import ` luya_vertico_demo.sql ` into your previously created database.

> Of course you can start without a demo DB but it helps to see and understand the features of this theme.

#### 4.) Run LUYA CMS setup

[](#4-run-luya-cms-setup)

As all went fine navigate back to your project root and run the LUYA CMS setup commands.

```
cd ..

./vendor/bin/luya migrate
./vendor/bin/luya import
```

You could check the health of the cms system like this:

```
./vendor/bin/luya health
```

Finally adding a new admin user to your cms is required to log in to the admin interface.

If you imported ` luya_vertico_demo.sql ` use:

```
./vendor/bin/luya admin/setup/user
```

If you started with an empty database simply run:

```
./vendor/bin/luya admin/setup
```

Please have a look at the [Luya Guide](https://luya.io/guide) if you have any problems.

#### 5.) Done! Login to your new Website

[](#5-done-login-to-your-new-website)

If all went fine and no error's shown in Terminal head over to your new website.

- ` http://localhost/vertico/public_html `
- ` http://localhost/vertico/public_html/admin `

Front-End
---------

[](#front-end)

**Vertico** is a modern, fully responsive theme by [HTML5 UP](https://html5up.net).

### Libraries

[](#libraries)

These frontend libraries are included and available.

[» jQuery (yii\\web\\JqueryAsset)](http://www.yiiframework.com/doc-2.0/yii-web-jqueryasset.html)
[» Fontawesome Icons](http://fontawesome.io/)
[» Skell Responsive Framework](https://github.com/ajlkn/skel)

### Compiling

[](#compiling)

We have created our own NPM Package that includes our gulp workflow.
Inside the `resources/` folder, everything is prepared.

```
cd resources

npm install
npm install gulp
```

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/env-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).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

3263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6dff7eb8e658c42ed71710b8e13e65e3b7a1ee73971b666d6b36a22a4d077a3?d=identicon)[dev7ch](/maintainers/dev7ch)

---

Top Contributors

[![TheMaaarc](https://avatars.githubusercontent.com/u/3450438?v=4)](https://github.com/TheMaaarc "TheMaaarc (20 commits)")[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (18 commits)")[![dev7ch](https://avatars.githubusercontent.com/u/15183757?v=4)](https://github.com/dev7ch "dev7ch (11 commits)")

### Embed Badge

![Health badge](/badges/dev7ch-vertico/health.svg)

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

###  Alternatives

[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/packages/luyadev-luya-module-admin)[luyadev/luya-kickstarter

The kickstarter project for a new LUYA application.

459.5k](/packages/luyadev-luya-kickstarter)[luyadev/luya-bootstrap4

Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.

1843.9k3](/packages/luyadev-luya-bootstrap4)[unglue/client

The client binary which sends the data to the server and creates the output from the API response.

1654.4k11](/packages/unglue-client)[cebe/luya-module-sitemap

sitemap.xml module for luya CMS

115.9k](/packages/cebe-luya-module-sitemap)[luyadev/luya-module-payment

LUYA Payment allows you to integrate payments in a safe and fast way. The module take care of all the provider required steps (call, create, success, abort, etc.) and provides all the informations for your store.

1012.1k](/packages/luyadev-luya-module-payment)

PHPackages © 2026

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