Skip to content

Instantly share code, notes, and snippets.

@maxrostov
maxrostov / Xdebug_Valet_PHPStorm.md
Created December 9, 2023 01:16 — forked from marcandreappel/Xdebug_Valet_PHPStorm.md
Xdebug on Valet with PHPStorm

Xdebug on Valet with PHPStorm

Installation

Install homebrew → https://brew.sh

Install beforehand NginX, MariaDB, DnsMasq and PHP7.2 with Composer

$ brew install php nginx mariadb dnsmasq composer
@maxrostov
maxrostov / Heroku SSL with Certbot.md
Created September 9, 2020 15:52 — forked from Jlevyd15/Heroku SSL with Certbot.md
Creating a SSL certificate locally using Certbot on Mac OS and deploying to an existing Heroku App

Creating a SSL certificate locally using Certbot on Mac OS and deploying to an existing Heroku App

Caveats

  • You must have a heroku app deployed on the hobby tier. This is NOT the free tier and costs ~7/month
  • i'm assuming you have homebrew installed. It will be need to install the Certbot client
  • i'm also assuming you have the heroku CLI tools installed

first up, run this to install the certbot client

brew install certbot