Here -> https://getcomposer.org/download/
Here -> https://windows.php.net/download#php-8.3
Add the php to the system path (you need to have access to the php.exe from the cmd)
Change the php.ini-development to php.ini
Uncomment this lines:
extension_dir = "ext"
extension=curl
extension=fileinfo
extension=gd
extension=intl
extension=openssl
extension=pdo_sqlite
extension=zip
composer install
composer update
.env.example to .env
php artisan migrate:fresh --seed
php artisan serve --port=4433 or go to public folder and run the command: php -S localhost:4433