2017 © Pedro Peláez
 

library migrate-sql

Display the SQL for a migration in Laravel

image

josh-taylor/migrate-sql

Display the SQL for a migration in Laravel

  • Wednesday, May 23, 2018
  • by josh-taylor
  • Repository
  • 3 Watchers
  • 20 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 213 % Grown

The README.md

Generate the SQL for Laravel migrations

Build Status Packagist, (*1)

Sometimes it's not possible to run php artisan migrate and you have to manually run migrations., (*2)

This Laravel package adds a command to generate the SQL that a migration will use. It's a bit like the --pretend option for php artisan migrate but will show migrations that have already run., (*3)

Installation

This package requires PHP 7 and Laravel 5.5 or higher., (*4)

You can install the package via composer using:, (*5)

composer require josh-taylor/migrate-sql

This will automatically register the service provider and command., (*6)

Usage

A new command will be added to your Laravel project., (*7)

php artisan migrate:sql

You can view the help screen for more options, (*8)

php artisan migrate:sql -h

Testing

Run the tests with:, (*9)

vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details., (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

23/05 2018

dev-master

9999999-dev

Display the SQL for a migration in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql migration

23/05 2018

0.3.0

0.3.0.0

Display the SQL for a migration in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql migration

23/05 2018

1.0.0

1.0.0.0

Display the SQL for a migration in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql migration

18/05 2018

0.2.0

0.2.0.0

Display the SQL for a migration in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql migration

17/05 2018

0.1.0

0.1.0.0

Display the SQL for a migration in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sql migration