Now that you've got your project, it's time to finish up installation. Please make sure to run the following commands either in your local project or in your deployment tool.
composer install
cp .env.example .env
Now create a new database and enter the credentials inside your environment file.
php artisan key:generate
php artisan filament:upgrade
php artisan migrate:fresh
php artisan storage:link
php artisan make:filament-user