For Database migration on CLI.
The following are the features available so far:
1) Database Create.
- Dump SQL FILE i.e IMPORT SQL FILE VIA CLI - Coming soon
- Migrate Manually scripted SQL tables to the database.
Instructions to install are as per the following:
1) Git clone -b develop https://github.com/Gicehajunior/php-database-serve
2) Rename .env-example to .env file OR copy the .env-example content to a .env file. Create .env file if not available. Then set all the environment variables as required.
3) Finally, Run, npm install the script to the current working directory and globally as well.
You are free to fork either of the branches and do send pull request.
Thank you.
See License