dwielocha/eloquent-migrations

Eloquent migrations without Laravel

0.0.6 2018-07-19 21:12 UTC

This package is not auto-updated.

Last update: 2024-04-27 00:52:00 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.