/my-way-api

Primary LanguagePHPMIT LicenseMIT

API for My Way (habit tracking app / website)

Setting up Nginx and PHP-fpm in Laravel Sail

Source code from blog article.

Quick start

  1. Copy and paste the files in this repo to your project. 
  2. Edit nginx/sites/laravel.conf
  3. Copy the values in .env.example to the actual .env file. 
  4. Edit your machine's host file if needed to add a custom domain.
  5. Run docker-compose up -d and enjoy!