PHP code example of onethirtyone / laravel-s3-migrate
1. Go to this page and download the library: Download onethirtyone/laravel-s3-migrate 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/ */
onethirtyone / laravel-s3-migrate example snippets
bash
php artisan vendor:publish --tag=s3migrate-config
bash
php artisan onethirtyone:s3-migrate {--force : Migrates without confirmation prompt}