DEV Community

James Sessford
James Sessford

Posted on • Originally published at jamessessford.com on

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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)