Skip to content

Instantly share code, notes, and snippets.

@bewithdhanu
Last active October 13, 2022 14:38
Show Gist options
  • Save bewithdhanu/bf67581062311186ecd47d57e4799004 to your computer and use it in GitHub Desktop.
Save bewithdhanu/bf67581062311186ecd47d57e4799004 to your computer and use it in GitHub Desktop.
Laravel & PostgreSQL Setup on Windows
# Laravel & PostgreSQL Setup on Windows
- Apache & PHP - Can be installed with XAMPP
- https://ngonyoku.medium.com/how-to-install-xampp-a47f0787d9b6
- Composer
- https://medium.com/@importantcoding/installing-composer-in-windows-10-8584c69bdb8e
- PostgreSQL
- With Installer: https://freegistutorial.com/how-to-install-postgis-on-windows-10/
- With Docker Compose (Docker has to be installed first): https://github.com/bewithdhanu/PostgreSQL-with-PostGIS
- Laravel
- https://dev.to/shanisingh03/how-to-install-laravel-9-25c4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment