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 --seed
# tạo tài khoản admin, nhập admin@example.com và password
php artisan make:filament-usergit remote add template https://github.com/flashteamdev/laravel-skeleton.git
git fetch --all
git merge template/main --allow-unrelated-histories
# nếu conflict xảy ra, chạy lệnh này
git diff --name-only --diff-filter=U | xargs git checkout --ours --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 testPublish AI Agent rules (Cursor, Antigravity) từ các stub files có sẵn:
php artisan ai-agent:rulesStub files nằm trong stubs/ai-agent-rules/ và có thể được tùy chỉnh trước khi publish.
php artisan test --coverageMở trình duyệt http://127.0.0.1:8000/coverage/index.html để xem kết quả