Last active
October 13, 2022 14:38
-
-
Save bewithdhanu/bf67581062311186ecd47d57e4799004 to your computer and use it in GitHub Desktop.
Laravel & PostgreSQL Setup on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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