Windows development

James Sessford • December 1, 2019

windows development

My general development environment on Windows consists of VSCode, Firefox, PHP, MySQL, Redis & Node.

- VSCode for editing files
- PHP to serve the application (php artisan serve)
- Windows Terminal running PHP tasks (php artisan queue:work)
- MySQL and Redis running as background services
- Node running webpack or gulp
- Firefox to view the website