@extends('layouts.app') @section('title','System Update | BASCORE') @section('content')

System Update

Admin-only update upload for BASCORE Invoice System.

Upload Update Package

Upload a BASCORE update ZIP prepared from the project files. Sensitive paths like .env, storage, vendor, and runtime files are blocked.

@csrf

Server Info

PHP Version{{ $phpVersion }}
App Version{{ $appVersion }}
Before uploading updates on hosting, take a cPanel backup of files and database.

Update ZIP Rules

The ZIP should contain only changed project folders such as app, routes, resources, public, database, config, and bootstrap. After upload, migrations run automatically and Laravel cache is cleared.

@endsection