A lightweight and simple PHP framework with a Model-View-Controller (MVC) architecture designed to kickstart your web application development. This repository provides a basic structure for building scalable and maintainable PHP projects.
- Clean and organized MVC structure
- Easy-to-configure application settings
- Includes core folders:
app
,config
,core
- Minimal setup for quick project initiation
- Clone this repository:
git clone https://github.com/dwiwijaya/php-starter-mvc.git
- Navigate to the project directory:
cd php-starter-mvc
- Configure the application settings in the
config
folder.
- Place your models in the
app/models
folder. - Define your controllers in the
app/controllers
folder. - Add your views in the
app/views
folder.
Feel free to contribute by opening issues or submitting pull requests to improve this starter project.
This project is licensed under the MIT License.