Skip to content

Instantly share code, notes, and snippets.

View Pen-y-Fan's full-sized avatar

Pen y Fan Pen-y-Fan

View GitHub Profile
@Pen-y-Fan
Pen-y-Fan / PHPUnit Testing.md
Created March 28, 2020 10:34
PHPUnit Testing Based on YouTube Series by Bitfumes

PHPUnit Testing

https://www.youtube.com/playlist?list=PLe30vg_FG4OTsFRc1eWppZfYwZdMlLuhE

Notes & disclaimer

  • The purpose of these notes are to follow the above tutorial, making detailed notes of each step.
  • They are not verbatim of the original video.
  • Although the notes are detailed, it is possible they may not make sense out of context.
  • The notes are not intended as a replacement the video series
@Pen-y-Fan
Pen-y-Fan / !README.md
Last active April 30, 2020 21:40
Laravel Base Project

Laravel Base Project

Automatically create a new laravel project with PHPStan, Easy Coding Standard and IDE Helper (PhpStorm).

Requirments

  • Windows OS
  • Laragon (recommended) (laragon.org)
  • PHP (included with Laragon)
  • pdo-sqlite ext enabled (not enabled, by default. To enable: Laragon menu > PHP > Extensions > tick pdo-sqlite)
@Pen-y-Fan
Pen-y-Fan / mac-development.md
Created August 28, 2024 13:03
Setup Mac for Development

My note on setting up my Mac for software development.

Feel free to google the suggestions and choose your preferred setup.