git clone <项目地址> <项目目录> && cd <项目目录>
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan storage:link
npm install && npm run build
chmod -R 755 storage bootstrap/cache
php artisan serve