PHP code example of veka-server / popin

1. Go to this page and download the library: Download veka-server/popin 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/ */

    

veka-server / popin example snippets


// ajouter la ligne dans le tableau retourné par le fichier
\VekaServer\Popin\Autoload::class
js
Popin.btn_valider = {{ "valider" | lang | json_encode | raw }};
Popin.btn_annuler = {{ "annuler" | lang | json_encode | raw }};