PHPackages                             qortex/bootstrap - 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. qortex/bootstrap

ActiveLibrary[Framework](/categories/framework)

qortex/bootstrap
================

Bootstraps a Qortex web application

v2.0.3(1y ago)09.2k[3 PRs](https://github.com/QortexDevs/Bootsrtap/pulls)GPL-3.0-or-laterPHPPHP ^8CI failing

Since Apr 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/QortexDevs/Bootsrtap)[ Packagist](https://packagist.org/packages/qortex/bootstrap)[ RSS](/packages/qortex-bootstrap/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (38)Used By (0)

Bootstraps a Laravel application
================================

[](#bootstraps-a-laravel-application)

Installs
--------

[](#installs)

Use [Composer](https://getcomposer.org/):

```
$ composer require qortex/bootstrap
```

Adds commands
-------------

[](#adds-commands)

```
$ php artisan make:service {serviceClassName}
```

Creates a service class for model. Service class contains methods that represent scenarios for creating, reading, updating and deleting models.

```
$ php artisan qortex:make:model {ModelClassName}
```

Extends laravel `make:model` command empowering it with `--service` option. This option makes command to create service class along with model.

Adds Laravel Collective Forms Macros for Bootstrap
--------------------------------------------------

[](#adds-laravel-collective-forms-macros-for-bootstrap)

cpFilterDatetime

```
{{ Form::cpFilterDatetime($label, $fieldName, $defaultValue, $fieldValue, $required) }}
```

cpFilterSelectMultiple

```
{{ Form::cpFilterSelectMultiple($label, $fieldName, $values, $fieldValue, $attributes) }}
```

cpFilterSelect

```
{{ Form::cpFilterSelect($label, $fieldName, $values, $fieldValue, $attributes) }}
```

cpFormDatetime

```
{{ Form::cpFormDatetime($label, $fieldName, $defaultValue, $fieldValue, $required) }}
```

cpFormSelectMultiple

```
{{ Form::cpFormSelectMultiple($label, $fieldName, $values, $fieldValue, $attributes) }}
```

cpFormSelect

```
{{ Form::cpFormSelect($label, $fieldName, $values, $fieldValue, $attributes) }}
```

cpFormText

```
{{ Form::cpFormText($label, $fieldName, $defaultValue, $fieldValue, $attributes) }}
```

cpFormEmail

```
{{ Form::cpFormEmail($label, $fieldName, $defaultValue, $fieldValue, $attributes) }}
```

cpFormPhone

```
{{ Form::cpFormPhone($label, $fieldName, $defaultValue, $fieldValue, $attributes) }}
```

cpFormPassword

```
{{ Form::cpFormPassword($label, $fieldName, $fieldValue, $attributes) }}
```

cpFormTextarea

```
{{ Form::cpFormTextarea($label, $fieldName, $defaultValue, $fieldValue, $attributes) }}
```

cpFormCheckbox

```
{{ Form::cpFormCheckbox($label, $fieldName, $checked, $required, $attributes) }}
```

cpFormInfo

```
{{ Form::cpFormInfo($label, $fieldName, $attributes) }}
```

cpFormButton

```
{{ Form::cpFormButton($label, $fieldName, $value, $attributes) }}
```

cpFormDangerButton

```
{{ Form::cpFormDangerButton($label, $fieldName, $value, $attributes) }}
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 98.2% 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 ~51 days

Recently: every ~189 days

Total

34

Last Release

599d ago

Major Versions

v0.0.4 → v1.7.32020-12-10

v1.9.4 → v2.0.02024-11-12

PHP version history (3 changes)v1.0PHP ^7.1.3

v1.8.2PHP ^7.4|^8

v2.0.0PHP ^8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/95453?v=4)[NickMitin](/maintainers/NickMitin)[@NickMitin](https://github.com/NickMitin)

---

Top Contributors

[![NickMitin](https://avatars.githubusercontent.com/u/95453?v=4)](https://github.com/NickMitin "NickMitin (54 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/qortex-bootstrap/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k13](/packages/laravel-surveyor)

PHPackages © 2026

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