GreenCard.vn
Trình cài đặt hệ thống
Chỉ cần nhập thông tin cơ sở dữ liệu, hệ thống sẽ tự động tạo bảng và dữ liệu mẫu. Bạn không cần chỉnh sửa file .env thủ công.
Yêu cầu hệ thống
@foreach($requirements as $label => $ok)
-
{!! $ok ? '✓' : '✕' !!} {{ $label }}
@endforeach
@if(session('toast_success'))
✓{{ session('toast_success') }}
@endif
@if(session('toast_error'))
✕{{ session('toast_error') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
✕{{ $error }}
@endforeach
@endif