PHP code example of saficodes / laravel-hostkit

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

    

saficodes / laravel-hostkit example snippets

bash
php artisan env:productionise
git add -A && git push
bash
php artisan env:localise
bash
php artisan env:backup --type=pre-deploy