Migrate Class to handle migrations within CodeIgniter. Using the Command Line Interface.
The system requires just the Migrate.php to run and migrate_help.txt to display a help section. Get a copy of both.
Place both the files in your codeigniter_project/application/controllers folder and you're good to go.
The only prerequisite for the class to function is a working DB connection.
The class uses the Command Line Interface. Open up a terminal/cmd and navigate to your project folder.
To get familiar with the available methods enter the following in the terminal/cmd after navigating to the project folder.
php index.php migrate help
and you should have a help section that explains everything quite briefly on how everything works.
- CodeIgniter - The Web Framework used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Muhammad Aimal - Aimal Azmi
This project follows the Contributor Covenant Code of Conduct - see CODE_OF_CONDUCT
This project is licensed under the MIT License - see the LICENSE.md file for details
- PurpleBooth for providing the awesome Readme template.