From fc3fbf6155c58fc33cb26b69ab9e801018b6aac4 Mon Sep 17 00:00:00 2001 From: mrazinshaikh Date: Sat, 1 Jun 2024 19:22:05 +0530 Subject: [PATCH] readme updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02cf456..94ff742 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ A standalone migration tool using laravel illuminate/database. ### Roadmap -- [ ] Make this work in a way so migrations folder exists in end user root directory (customizable in future.) - - expose artisan to vendor/bin folder. +- [x] Make this work in a way so migrations folder exists in end user root directory (customizable in future.) + - expose artisan to vendor/bin folder. rename to migration. - [ ] Extend migrate command to run specific migration file using --path option.