dwielocha/eloquent-migrations

Eloquent migrations without Laravel

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/dwielocha/eloquent-migrations

0.0.6 2018-07-19 21:12 UTC

This package is not auto-updated.

Last update: 2025-12-20 08:54:47 UTC


README

This library allows to handle database migrations in similar way to Laravel, without Laravel :)

Requirements:

  • Installed illuminate/database:5.6+ package
  • Configured database connection in environment variables.

Any suggestions are welcome.