Skip to content

Repository files navigation

LibraryApp

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.

Getting Started

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

Installation

  1. Install Composer PHP package manager [https://getcomposer.org]

  2. Clone this Repository in CLI by running - git clone https://github.com/hoshigakikisame/TertibApp.git. Make sure that you put this repository INSIDE any of local server environment (XAMPP/MAMP/WAMP)

  3. Go to config.php and change the name for the db as well as username and password to access it.

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

  5. Before starting the app, please run: composer install

  6. Now you can open any browser and open up this repo. E.g. http://localhost/TertibApp

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.

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

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

Contributing

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages