arif98741/mvc-pattern

MVC Pattern is a structured way of coding and also easily handle class, objects. This gives flexibility to developers for adding more features to project easily.

1.0.2 2024-04-22 09:11 UTC

This package is auto-updated.

Last update: 2024-04-22 09:11:53 UTC


README

MVC Pattern is a very important for structure coding. Using mvc a developer can easily handle class object and also its property. Use of mvc reduce production time and also helps to ensure security as here public views and php directory are fully different. This is a microframework for starting journey with mvc. This will help you to learn mvc frameworks such as laravel, CI, Cakephp, Symphony easily in future. This is built using custom coding and will help you to understanding the functionlity.

If you become benefitted using this for learning purpose please thumbs up and support me give start. I always believe learning is a broad way for spreading knowledge.

installation

composer create-project arif98741/mvc-pattern myapp --prefer-dist