Hãy bấm nút Use this template > Create a new repository
composer install
cp .env.example .env
php artisan key:generate --force
php artisan storage:link
php artisan migrategit remote add template https://github.com/flashteamdev/laravel-skeleton.git
git fetch --all
git merge template/main --allow-unrelated-histories
Mở VS Code Extension gõ @recommended và cài toàn bộ WORKSPACE RECOMMENDATIONS extension.
Vui lòng chạy lệnh dưới đây trước khi gửi Pull Request!
composer ide
php artisan testphp artisan test --coverageMở trình duyệt http://127.0.0.1:8000/coverage/index.html để xem kết quả