Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 948 Bytes

File metadata and controls

19 lines (14 loc) · 948 Bytes

With Laragon server

Laragon is a simple, modern and powerful Windows local web server. Download and install it in C:\laragon directory.

To make MicroSymfony work with Laragon, install the Apache Pack Component by launching the composer require symfony/apache-pack command in the Laragon Terminal; it will create a .htaccess file in the ./public directory.

You can install make by launching the scoop install make command in the Laragon Terminal.

You can install the Symfony CLI by launching the scoop install symfony-cli command in the Laragon Terminal.

If it does not work, you can also install Laragon Symfony CLI by downloading the symfony.exe binary file from Symfony binary (click on 386 or amd64 link), and by putting this symfony.exe file in C:\laragon\bin directory.