/mvc-test

Primary LanguagePHP

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