PHP code example of matt127127 / laravel-migration-paths

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

    

matt127127 / laravel-migration-paths example snippets


matt127127\MigrationPath\ServiceProvider::class,

php artisan vendor:publish --provider="matt127127\MigrationPath\ServiceProvider" --tag="config"

'paths' => [
    database_path('migrations'),
    'path/to/custom_migrations', // Your Custom Migration Directory
],