PHP artisan is the command line interface/tool
included with Laravel. It provides a number of
commands that can help you while you build your
application easily. Some of the commands include
tinker , migrate , config:cache , cache:clear , etc.
composer create-project laravel/laravel appname
cd appname
composer require laravel/jetstream
php artisan jetstream:install inertia
php artisan migrate
npm install
php artisan serve
npm run dev
valet park