2017 © Pedro Peláez
 

library laravel-nomadic

A suite of tools to enhance robustness of laravel's migrations.

image

chrishalbert/laravel-nomadic

A suite of tools to enhance robustness of laravel's migrations.

  • Sunday, July 22, 2018
  • by chrishalbert
  • Repository
  • 1 Watchers
  • 3 Stars
  • 295 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 22 Versions
  • 1744 % Grown

The README.md

Laravel Nomadic Header, (*1)

laravel-nomadic

Build Status Coverage Status Latest Stable Version Total Downloads License, (*2)

A powerful configuration based toolkit of enhancements to Laravel's migrations. This exposes an event driven design so that developers can create reusable functionality that executes automatically using the same developer workflow., (*3)

Features

  • Hooks - Use pre/post hooks for migration commands: make:migration, migrate, and migrate:rollback Up Down Hook Ideas
  • Stubs - Add developer notes to the generated migration Stub Migrations
  • Schema - Associate extra data within your migrations table
id migration batch author comments rollback
1 20200811_CreateTable 1 John Stores data for product x NULL
2 20200812_AddData 1 Jack Populate product x features NULL
3 20200812_UpdateData 2 Jane Fix description typo {desc: "Grate product."}
  • Traits - Add reusable functionality to every migration, via traits. Bonus: You can use hooks here too! Using Traits

Installation

  1. composer require chrishalbert/laravel-nomadic
  2. Add the Service Provider to the config/app.php:
    'providers' => [
        /**
         * Custom Providers...
         */
        ChrisHalbert\LaravelNomadic\NomadicServiceProvider::class,        
    ]

3, Publish default configs/nomadic.php: php artisan vendor:publish, (*4)

Feature Requests/Bugs

Submit feature requests or bugs to laravel-nomadic issues., (*5)

Services

Do you have an internal need or enhancement you care not to share with the world?, (*6)

I can help!

Reach out to me directly for rates, scope and your business needs. I can furnish an NDA as needed., (*7)

The Versions

22/07 2018
22/07 2018

dev-carbonComposerReqChange

dev-carbonComposerReqChange

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

21/07 2018

dev-autoInitTraits

dev-autoInitTraits

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

21/07 2018

v1.4.0

1.4.0.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

21/07 2018

dev-fullMigrationHookSupport

dev-fullMigrationHookSupport

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

07/06 2018

1.3.2

1.3.2.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

07/06 2018

dev-allowMultiplePhpVersions

dev-allowMultiplePhpVersions

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

19/05 2018

v1.3.1

1.3.1.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

19/05 2018

v1.3.0

1.3.0.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

29/04 2018

v1.2.0

1.2.0.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

29/04 2018

dev-appendTraits

dev-appendTraits

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

22/04 2018

v1.1.0

1.1.0.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

22/04 2018

v1.0.2

1.0.2.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

22/04 2018

v1.0.1

1.0.1.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

22/04 2018

v1.0.0

1.0.0.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

20/04 2018

v0.1.3

0.1.3.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

20/04 2018

v0.1.2

0.1.2.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

20/04 2018

v0.1.1

0.1.1.0

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration

17/04 2018

v0.1-alpha

0.1.0.0-alpha

A suite of tools to enhance robustness of laravel's migrations.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Chris Halbert

laravel php migration