Mailerlite Test Assignment

LAMP Stack Requirements:

  • PHP 7.4
  • MySQL 5.X
  • Composer

Setup Environment

  1. Clone the repo
https://github.com/RobertGrubb/stunning-octo-fishstick.git
  1. Change .env file to match your database settings

  2. Import SQL file into your local database

  3. Install composer

cd /working/project/directory
composer install
  1. Serve project
cd application
php artisan server
  1. Open Google Chrome and navigate to http://localhost:8000