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

ActiveLibrary

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 6d 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

37

—

LowBetter than 83% of packages

Maintenance38

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

550d 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

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[osiemsiedem/laravel-autolink

A Laravel package for converting URLs in a given string of text into clickable links.

13126.3k](/packages/osiemsiedem-laravel-autolink)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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