PHPackages                             vertex-it/voiler - 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. vertex-it/voiler

ActiveLibrary

vertex-it/voiler
================

v11.4.6(5mo ago)1669[18 issues](https://github.com/vertex-it/voiler/issues)MITPHPPHP ^8.2.0CI passing

Since Apr 20Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/vertex-it/voiler)[ Packagist](https://packagist.org/packages/vertex-it/voiler)[ Docs](https://github.com/vertex-it/voiler)[ RSS](/packages/vertex-it-voiler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (21)Versions (36)Used By (0)

[![Voiler Logo](logo-voiler.svg)](https://vertex-it.com)

[![Total Downloads](https://camo.githubusercontent.com/6f0cad59a3257ffe5cee1245dd873d3e136328a8e460f7640eb73a64d2b2e5be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7665727465782d69742f766f696c6572)](https://packagist.org/packages/vertex-it/voiler)[![Latest Stable Version](https://camo.githubusercontent.com/a15557176cdcf6ee0bc273cd695c0eaf08079e53d0ac71577a6fc608eca1e361/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7665727465782d69742f766f696c6572)](https://packagist.org/packages/vertex-it/voiler)[![License](https://camo.githubusercontent.com/36cef6e4264abf83a10584044f60dfe35a78dea7e6ed20c44bc9b8bd0d010ec0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7665727465782d69742f766f696c6572)](https://packagist.org/packages/vertex-it/voiler)

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

[](#installation)

Install the package via composer:

```
composer require vertex-it/voiler
```

You can publish the config:

```
php artisan vendor:publish --tag=config
```

You can install tailwind:

```
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
```

You can install jquery:

```
npm install jquery jquery-cropper jquery-timepicker
```

You can install datatables:

```
npm install datatables.net-dt datatables.net-buttons-dt datatables.net-select-dt datatables.net-responsive-dt datatables.net-fixedheader-dt datatables.net-fixedcolumns-dt
```

You can publish the assets:

```
php artisan vendor:publish --tag=assets --force
```

Optional
--------

[](#optional)

You can publish the views:

```
php artisan vendor:publish --tag=views --force
```

How to run it locally
---------------------

[](#how-to-run-it-locally)

Install the project in the same directory as the source project.

In `docker-compose.yml` in `app` service `volumes` parameter add:

```
    volumes:
        - ../voiler:/var/www/voiler

```

In `composer.json` add

```
    "repositories": [
        {
            "type": "path",
            "url": "../voiler"
        }
    ]

```

Delete `composer.lock` and `vendor` and install composer dependencies again.

Usage
-----

[](#usage)

```
// Usage description here
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mile Panić](https://github.com/vertex-it)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance53

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

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

Every ~39 days

Total

35

Last Release

151d ago

Major Versions

v1.0.6 → v2.0.02023-03-21

v2.4 → v3.0.12023-09-20

v3.0.1 → v11.1.02024-10-30

PHP version history (3 changes)v1.0.0PHP ^8.0.2

v2.0.0PHP ^8.1.0

v11.1.0PHP ^8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/96c1a25c968511365a6cb7eabe93c52048d59e817b951d36fa18488d826964a6?d=identicon)[milivojsa](/maintainers/milivojsa)

---

Top Contributors

[![milivojsa](https://avatars.githubusercontent.com/u/17594274?v=4)](https://github.com/milivojsa "milivojsa (92 commits)")[![milepanic](https://avatars.githubusercontent.com/u/20548177?v=4)](https://github.com/milepanic "milepanic (71 commits)")[![rastkotodorovic](https://avatars.githubusercontent.com/u/55106127?v=4)](https://github.com/rastkotodorovic "rastkotodorovic (34 commits)")[![igormilivojsa](https://avatars.githubusercontent.com/u/81482536?v=4)](https://github.com/igormilivojsa "igormilivojsa (2 commits)")

---

Tags

vertex-itvoiler

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/vertex-it-voiler/health.svg)

```
[![Health](https://phpackages.com/badges/vertex-it-voiler/health.svg)](https://phpackages.com/packages/vertex-it-voiler)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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