PHP code example of hankit / laravel-update

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

    

hankit / laravel-update example snippets


php artisan vendor:publish

php artisan down
php artisan migrate --force
php artisan clear-compiled
php artisan view:clear
php artisan cache:clear
php artisan config:cache
php artisan up

php artisan update:generate-json-file

php artisan update:run