PHP code example of maxim-oleinik / blade-migrations-laravel
1. Go to this page and download the library: Download maxim-oleinik/blade-migrations-laravel 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/ */
maxim-oleinik / blade-migrations-laravel example snippets
php artisan migrate:install
php artisan make:migration NAME
php artisan migrate:reload
# the same options as rollback
php artisan migrate:reload -f --id=N --load-file