> For the complete documentation index, see [llms.txt](https://madeindonesia.gitbook.io/mi-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://madeindonesia.gitbook.io/mi-guide/laragon-6.md).

# Laragon 6

Local development Hero

Requirements:\
\- Laragon 6.0 full \
\- php-8.1.10-Win32-vs16-x64\
\- MySQL 8.0.30\
\
*You can download them by google or access the server on this repository: ( \Desktop-naosd1o\web dev\Madeindonesia\Migrate To PHP 8)*<br>

Prerequisite: The first thing to be ensured is the windows is clean from any previous Laragon Installation.\
\
1st step:

Install the Laragon. We suggest to install it on the C: drive since it will ease you for project storing later.

<figure><img src="https://115803331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F705N8OeBYBxKGzhvaDVF%2Fuploads%2FPtqSKQFIRD11bFIaLdz6%2Fimage.png?alt=media&amp;token=b9e8034b-a28a-499e-afa1-40bf86a9e170" alt=""><figcaption><p>Laragon interface</p></figcaption></figure>

2nd step:

After the Laragon 6 is installed, we have to install the right version of PHP. If you put the different exact version with the suggested version here, there's chance that you will face some crash-troubles after some code collaboration with other developers. \
\
You have to put the downloaded PHP to C: > Laragon > bin > php > (paste here or extract first if it's still on zip)&#x20;

<figure><img src="https://115803331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F705N8OeBYBxKGzhvaDVF%2Fuploads%2FKkCLhhjZPn9JNPpMKb4u%2Fimage.png?alt=media&amp;token=4419ca32-400f-416f-8466-30b231a4ef10" alt=""><figcaption></figcaption></figure>

3rd step:

Same with the PHP, but now the database. Put the exact same version of the downloaded MySQL to C: > Laragon > bin > mysql > (paste here or extract first if it's still on zip)&#x20;

<figure><img src="https://115803331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F705N8OeBYBxKGzhvaDVF%2Fuploads%2FPvfnS1Kzcb86x3D0dc89%2Fimage.png?alt=media&amp;token=02c8b0f4-f72c-45a2-8eda-8bc1d5a623e2" alt=""><figcaption></figcaption></figure>

4th step:

after PHP and MySQL has been put to the Laragon directory, you can start (or re-start) the Laragon. Make sure those two required is shown on the Laragon's interface.

<figure><img src="https://115803331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F705N8OeBYBxKGzhvaDVF%2Fuploads%2FxvOrO5hmh7YJhi9uxlGm%2Fimage.png?alt=media&amp;token=d61f8305-da05-4aaa-a4f4-1d25e561e080" alt=""><figcaption></figcaption></figure>

5th step:\
Done. You can start to create a local project.
