PHP code example of yunusemrebaloglu / quick-deploye

1. Go to this page and download the library: Download yunusemrebaloglu/quick-deploye 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/ */

    

yunusemrebaloglu / quick-deploye example snippets

env

QUICK_DEPLOYE_URL="/your/deployment/route"

QUICK_DEPLOYE_TOKEN="your-token"

QUICK_DEPLOYE_COMMANDS="npm run build,php artisan key:generate,php artisan config:clear, php artisan cache:clear"



php artisan vendor:publish --tag=quick-deploye-config



php artisan quick-deploy:generated_info

env

QUICK_DEPLOYE_URL="/yunusemrebaloglu/quick/deploye"

QUICK_DEPLOYE_TOKEN="your-token"

QUICK_DEPLOYE_COMMANDS="npm run build,php artisan migrate,php artisan config:clear, php artisan cache:clear"