Init First Release

This commit is contained in:
Firman Herdiansyah
2025-02-06 05:19:19 +07:00
50 changed files with 3254 additions and 695 deletions

View File

@@ -4,6 +4,8 @@ use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));
ini_set('max_execution_time',14400);
// Determine if the application is in maintenance mode...
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
require $maintenance;