PHP code example of tempest-tools / tempest-tools-skeleton

1. Go to this page and download the library: Download tempest-tools/tempest-tools-skeleton 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/ */

    

tempest-tools / tempest-tools-skeleton example snippets

config/api.php
config/api.php

        php artisan onesky:push        

        php artisan onesky:pull

        php artisan onesky:pull --lang=en,da,no

        php artisan onesky:push --project=1337

    composer dump-autoload -o
    php artisan config:clear
    php artisan cache:clear