for Laravel you will need php and composer installed on your system
To install use this below command
composer create-project laravel/laravel example-app
cd example-app
after installation use .env to configure database and other settings
To run application
php artisan serve
We are here using jetsrteam for login/register and other features
composer require laravel/jetstream
php artisan jetstream:install livewire --dark
php artisan migrate