- Clone or download this app
- Make sure that SQLite enabled in your
/xampp/php/php.ini - Run
composer install - Run
php artisan install
- Copy
.env.exampleto.envand set upAPP_URLthe files under# XAMPP Settings,# Tool Settingsand# Installer Settings - Run
php artisan vendor:publish --tag=tool-installers-configto set upconfig/installers.phpfor the App Installers - Run
php artisan vendor:publish --tag=tool-configto set up the tool
- Install other PHP versions in the Xampp folder (
C:/xampp/php/php74,C:/xampp/php/php73etc, folder names with.are excluded) - Copy
C:/xampp/php/php74/php.exetoC:/xampp/php/php74/php74.exe - Create the file
C:/xampp/php/php74/composer74.cmdwith the following content:
C:/xampp/php/php74.exe c:/ProgramData/ComposerSetup/bin/composer.phar %*
- Add the folder
C:/xampp/php/php74as path to the Windows environment variables
Now open cmd and test
php -v
php74 -v
composer -v
composer74 -v
To install dependencies with PHP 7.4 use
composer74 install
You can find ready PHP versions for XAMPP here