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 migrate
git 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 test
php artisan test --coverage
Mở trình duyệt http://127.0.0.1:8000/coverage/index.html để xem kết quả