2017 © Pedro Peláez
 

project mvc-boilerplate

A simple PHP MVC Boilerplate

image

haykay/mvc-boilerplate

A simple PHP MVC Boilerplate

  • Thursday, October 19, 2017
  • by dev_haykay
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MVCBoilerplate

A simple MVC(Model View Controller) Boilerplate application in PHP. You can use this repository for teaching PHP primer and introduction to MVC design pattern., (*1)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes., (*2)

Prerequisites

  1. Composer PHP package manager [https://getcomposer.org]
  2. Make sure that you have PHP7 and higher running on your local server environment.

Installation

1)Install Composer PHP package manager [https://getcomposer.org], (*3)

2)Clone this Repository in CLI by running -, (*4)

git clone https://github.com/dev-haykay/MVCBoilerplate.git, (*5)

Make sure that you put this repository INSIDE any of local server environment (XAMPP/MAMP/WAMP), (*6)

3) Go to config.php and change the name for the db as well as username and password to access it., (*7)

4) In your command line application, navigate to the folder where the cloned repository exists., (*8)

5) Before starting the app, please run:, (*9)

composer install, (*10)

6) Now you can open any browser and open up this repo. E.g. http://localhost/MVCBoilerplate, (*11)

Start-Guide

1) A MySQL based boilerplate. Once installed, it is a basic PHP app with User interface for Logging In and Different pages(About, Contact, Index, User) can be seen., (*12)

2) The Views, Database and Controllers are separately stored in app folder which can be edited as per convenience., (*13)

3) Public Folder has the Static CSS JS content displayed through PHP Server (XAMPP/MAMP/WAMP)., (*14)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us., (*15)

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*16)

The Versions

19/10 2017

dev-master

9999999-dev

A simple PHP MVC Boilerplate

  Sources   Download

MIT

The Requires

  • php >=7.0

 

framework boilerplate mvc

19/10 2017

dev-EDBranch

dev-EDBranch

A simple PHP MVC Boilerplate

  Sources   Download

MIT

The Requires

  • php >=7.0

 

framework boilerplate mvc

02/10 2017

dev-Haykay_Test_Branch

dev-Haykay_Test_Branch

A simple PHP MVC Boilerplate

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

framework boilerplate mvc