chore: initial Laravel 13 project setup for eCert MBIP
- Laravel 13.9 + PHP 8.5 + MySQL - Bootstrap 5.3 + jQuery 3.7 + Chart.js (replacing Alpine/Tailwind) - Packages: intervention/image, dompdf, simple-qrcode, league/csv, laravel/breeze, laravel/boost - 17 database migrations: users, programs, qr_codes, participants, attendances, certificates, questionnaires, email_logs, audit_logs - 13 Eloquent models with full relationships - Admin layout (Bootstrap 5 sidebar) + public layout (mobile-first) - Rate limiters: checkin (60/min), certificate (30/min) - Admin seeder: admin@mbip.gov.my - Storage directories + symlink configured Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
24
.claude/settings.local.json
Normal file
24
.claude/settings.local.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(php --version)",
|
||||
"Bash(composer --version)",
|
||||
"Bash(git remote *)",
|
||||
"Bash(git log *)",
|
||||
"Bash(mysql --version)",
|
||||
"Bash(php -m)",
|
||||
"Bash(npm --version)",
|
||||
"Bash(php -r \"echo PHP_MAXPATHLEN; echo PHP_EOL;\")",
|
||||
"Bash(php -r \"phpinfo\\(\\);\")",
|
||||
"Bash(composer show *)",
|
||||
"Bash(php -r ' *)",
|
||||
"Bash(composer create-project *)",
|
||||
"Bash(Read \"C:\\\\Users\\\\User\\\\AppData\\\\Local\\\\Temp\\\\claude\\\\c--Users-User-Aplikasi-ecert\\\\7bc63a13-c59c-44a9-9ce4-2ee353b9449f\\\\tasks\\\\bvciphcmh.output\")",
|
||||
"Bash(php artisan *)",
|
||||
"Bash(composer require *)",
|
||||
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('Description:', d.get\\('description',''\\)\\); print\\('Keywords:', d.get\\('keywords',[]\\)\\); print\\('Require:', list\\(d.get\\('require',{}\\).keys\\(\\)\\)\\)\")",
|
||||
"Bash(npm install *)",
|
||||
"Bash(npm run *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user