Codeigniter3 Starter Kit with most required modules
This project provides a starter kit based on CodeIgniter 3. With this kit, you can quickly start your projects and set up basic configurations efficiently.
- Simple and clear file structure
- Basic Messages Module
- Change password
- Manage users
- Map Module
- Appointment Module
- Reporting (Charts) Module
- Pre-Accounting Module
Follow the steps below to set up the project:
-
Clone the repository:
git clone https://github.com/mehmeterenyasar/ci3-starter-kit.git cd codeigniter3-starter-kit
-
Database connection
You should create a database and import the .sql file provided.
- Start the application: You can freely use this kit to build your project faster!
You can reach every feature with UI.
If you want to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
feature/name
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/name
) - Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.