PHP code example of jimmiroblescasanova / contpaqi-laravel

1. Go to this page and download the library: Download jimmiroblescasanova/contpaqi-laravel 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/ */

    

jimmiroblescasanova / contpaqi-laravel example snippets


CONTPAQI_HOST=localhost
CONTPAQI_DATABASE=adMI_EMPRESA_COMERCIAL
CONTPAQI_USER=sa
CONTPAQI_PSW="password"
 
$clientes = admClientes::all();
 
$select = admClientes::clientes()->selectOptions();
 
$documento = admDocumentos::with('domicilios')->buscarPorFolio('1', 'A')->get();
bash
php artisan vendor:publish --tag="contpaqi-config"