at15 / bform

Paper and data management web application for plastic forming
Apache License 2.0
0 stars 0 forks source link

Use laravel migrations outside of laravel #10

Closed at15 closed 8 years ago

at15 commented 8 years ago

Though the database class could be used as standalone package, the migration seems require full laravel.

at15 commented 8 years ago
at15 commented 8 years ago

I think I can add laravel as dev dependency, but got this error

Class log does not exist in /vagrant/vendor/illuminate/container/Container.php:738
at15 commented 8 years ago

For previous comment, need to add config files. copy the app folder works, but I think I can remove most of the loaded classes.