Skip to content

mikeroq/mvc-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

PHP Composer MySQL Database

Installation

  1. Clone the repo
git clone https://github.com/mikeroq/mvc-test.git
  1. Install dependencies
composer install
  1. Copy or rename .env.example to .env
  2. Modify the new .env with your database credentials/settings
  3. Try it out with built-in PHP web server
cd public && php -S localhost:8000

Browse to http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published