qortex/bootstrap

Bootstraps a Qortex web application
9,214
Install
composer require qortex/bootstrap
Latest Version:v2.0.3
PHP:^8
License:GPL-3.0-or-later
Last Updated:Nov 12, 2024
Links: GitHub  ·  Packagist
Maintainer: NickMitin

Bootstraps a Laravel application

Installs

Use Composer:

$ composer require qortex/bootstrap

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

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) }}

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444