Laragon 6
Local development Hero
Last updated
Local development Hero
Last updated
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)
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.
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)
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)
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.
5th step: Done. You can start to create a local project.