PHP code example of qortex / bootstrap

1. Go to this page and download the library: Download qortex/bootstrap library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

qortex / bootstrap example snippets

sh
$ php artisan make:service {serviceClassName}
sh
$ php artisan qortex:make:model {ModelClassName}
blade
{{ Form::cpFilterSelectMultiple($label, $fieldName, $values, $fieldValue, $attributes) }}
blade
{{ Form::cpFilterSelect($label, $fieldName, $values, $fieldValue, $attributes) }}
blade
{{ Form::cpFormSelectMultiple($label, $fieldName, $values, $fieldValue, $attributes) }}
blade
{{ Form::cpFormSelect($label, $fieldName, $values, $fieldValue, $attributes) }}