main
Ilham Wara Nugroho 2026-04-06 09:40:46 +07:00
parent bd8a2ddbd5
commit a0f5783681
20 changed files with 3484 additions and 48 deletions

View File

@ -12,6 +12,23 @@ use App\Models\User;
use App\Models\Master\Sekolah;
use App\Models\SK;
use App\Models\Master\MasterGroup;
use Illuminate\Support\Facades\Storage;
if (!function_exists('configEnvApp')) {
function configEnvApp(){
if (config('app.env') === 'local') {
return 'local/';
}else{
return 'production/';
}
}
}
if (!function_exists('s3Assetupload')) {
function s3Assetupload($path,$file){
Storage::disk('s3')->put(configEnvApp().$path, file_get_contents($file), 'public');
}
}
if (!function_exists('tahunKuesioner')) {
function tahunKuesioner($id){
@ -1631,7 +1648,7 @@ if (!function_exists('formKriteria')) {
<input type="hidden" name="input_upload_files_label[]" value="'.@$data->key.'">
<div class="input-group border-none">
<div class="input-group-prepend ">
<a target="_blank" class="input-group-text border-none bg-primary text-white" href="'.asset(@$checkFile->value).'"><i class="fal fa-download"></i></a>
<a target="_blank" class="input-group-text border-none bg-primary text-white" href="'.url('fileasset?path=/' . $checkFile->value).'"><i class="fal fa-download"></i></a>
</div>
<input type="file" accept=".pdf,.png,.jpeg,.jpg" name="input_upload_files[]" data-replace-index="0" class="removeFormKriteria form-control">
</div>
@ -1668,7 +1685,7 @@ if (!function_exists('formKriteria')) {
<input type="hidden" name="input_upload_files_label[]" value="'.preg_replace('/[^a-z0-9]+/', '_', strtolower($dataOption)).'">
<div class="input-group border-none">
<div class="input-group-prepend ">
<a class="text-white input-group-text border-none bg-primary clickModal" data-toggle="modal" data-title="'.$dataOption.'" data-target="#modal" data-type="'.$extension[1].'" data-url="'.asset($checkFile->value).'" href="#"><i class="fal fa-download"></i></a>
<a class="text-white input-group-text border-none bg-primary" data-title="'.$dataOption.'" data-target="#modal" data-type="'.$extension[1].'" href="' . url('fileasset?path=/' . $checkFile->value) . '"><i class="fal fa-download"></i></a>
<a data-href="'.url('usulan/adiwiyata/kriteria/deleteFile/'.encode_id($checkFile->PenilaianFileId)).'/'.encode_id($page_number).'" class="text-white input-group-text border-none bg-danger d-none btnDeletFile" href="#"><i class="fal fa-trash"></i></a>
</div>
<input type="file" accept=".pdf,.png,.jpeg,.jpg" name="input_upload_files[]" data-replace-index="'.$keyOption.'" class="removeFormKriteria '.preg_replace('/[^a-z0-9]+/', '_', strtolower($dataOption)).'Class form-control">
@ -1723,7 +1740,7 @@ if (!function_exists('formKriteria')) {
if(@$checkFile){
$html .= '<div class="mb-3 file-item d-flex justify-content-between align-items-center">
<label class="fw-500">Dokumen '.$data->judul.'</label>
<a class="text-white btn btn-sm bg-primary clickModal" data-toggle="modal" data-title="'.$data->judul.'" data-target="#modal" data-type="'.$extension[1].'" data-url="'.asset($checkFile->value).'" href="#"><i class="fal fa-eye"></i>&nbsp; Preview</a>
<a class="text-white btn btn-sm bg-primary" data-title="'.$data->judul.'" data-target="#modal" data-type="'.$extension[1].'" href="' . url('fileasset?path=/' . $checkFile->value) . '"href="#"><i class="fal fa-eye"></i>&nbsp; Preview</a>
</div>
<hr>';
}
@ -1745,7 +1762,7 @@ if (!function_exists('formKriteria')) {
if(@$checkFile){
$html .= '<div class="mb-3 file-item d-flex justify-content-between align-items-center">
<label class="fw-500">Dokumen '.$dataOption.'</label>
<a class="text-white btn btn-sm bg-primary clickModal" data-toggle="modal" data-title="'.$dataOption.'" data-target="#modal" data-type="'.$extension[1].'" data-url="'.asset($checkFile->value).'" href="#"><i class="fal fa-eye"></i>&nbsp; Preview</a>
<a class="text-white btn btn-sm bg-primary" data-title="'.$dataOption.'" data-target="#modal" data-type="'.$extension[1].'" href="' . url('fileasset?path=/' . $checkFile->value) . '" href="#"><i class="fal fa-eye"></i>&nbsp; Preview</a>
</div>
<hr>';
}
@ -1779,7 +1796,7 @@ if (!function_exists('formKriteria')) {
<label class="fw-500">Upload Bukti Pendukung</label>
<div class="input-group border-none">
<div class="input-group-prepend ">
<a class="text-white input-group-text border-none bg-primary clickModal" data-toggle="modal" data-title="Bukti Pendukung Penilai" data-target="#modal" data-type="'.$extension[1].'" data-url="'.asset($valueFile).'" href="#"><i class="fal fa-download"></i></a>
<a class="text-white input-group-text border-none bg-primary" data-title="Bukti Pendukung Penilai" data-target="#modal" data-type="'.$extension[1].'" "' . url('fileasset?path=/'.$valueFile) . '"><i class="fal fa-download"></i></a>
</div>
<input type="file" accept=".pdf,.png,.jpeg,.jpg" name="input_upload_files_penilai" class="removeFormKriteria form-control">
</div>

View File

@ -434,7 +434,8 @@ class KuesionerController extends Controller
}
$filePathTim = 'tim_adiwiyata/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$filePathTim,$file);
}
if (@$request->hasFile('link_sk_adiwiyata')) {
@ -459,7 +460,8 @@ class KuesionerController extends Controller
}
$fileSK = 'sk_adiwiyata/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$fileSK,$file);
}
$keyId = decode_id(@$request->secure_id);
if(@$keyId){
@ -580,7 +582,8 @@ class KuesionerController extends Controller
}
$filePathUsulan = 'file_usulan/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$filePathUsulan,$file);
$dok = DokumenAdministrasi::updateOrCreate([
'kuesioner_id' => $insert->KuesionerId,

View File

@ -136,13 +136,13 @@ class AdministrasiController extends Controller
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown">Lihat File</button>
<div class="dropdown-menu">';
if(@$dok->link){
$fileUsulan .= '<a download href="'.asset('uploads/'.@$dok->link).'" class="dropdown-item">Download SK Adiwiyata</a>';
$fileUsulan .= '<a download href="'.url('fileasset?path=uploads/'.@$dok->link).'" class="dropdown-item">Download SK Adiwiyata</a>';
}
if(@$dok->file_usulan){
$fileUsulan .= '<a download href="'.asset('uploads/'.@$dok->file_usulan).'" class="dropdown-item">Download Surat Usulan</a>';
$fileUsulan .= '<a download href="'.url('fileasset?path=uploads/'.@$dok->file_usulan).'" class="dropdown-item">Download Surat Usulan</a>';
}
if(@$dok->file_sk_tim){
$fileUsulan .= '<a download href="'.asset('uploads/'.@$dok->file_sk_tim).'" class="dropdown-item">Download SK Tim Adiwiyata</a>';
$fileUsulan .= '<a download href="'.url('fileasset?path=uploads/'.@$dok->file_sk_tim).'" class="dropdown-item">Download SK Tim Adiwiyata</a>';
}
$fileUsulan .= '</div>
</div>';
@ -270,7 +270,8 @@ class AdministrasiController extends Controller
}
$filePath = 'file/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$filePath,$file);
}
if (@$request->hasFile('sk_tim_adiwiyata')) {
@ -295,7 +296,8 @@ class AdministrasiController extends Controller
}
$filePathTim = 'tim_adiwiyata/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$filePathTim,$file);
$kuesioner = Kuesioner::find($keyId);
$kuesioner->tim_adiwiyata_link = $filePathTim;
@ -324,7 +326,8 @@ class AdministrasiController extends Controller
}
$filePathUsulan = 'file_usulan/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$filePathUsulan,$file);
}
// dd($filePathUsulan);

View File

@ -215,7 +215,8 @@ class KriteriaController extends Controller
}
$newPath = 'uploads/kriteria/'.date('Y').'/'.$idSekolah.'/'.decode_id($data['key']).'/' . $newFilename;
$uploaded = $value->move($path, $newFilename);
// $uploaded = $value->move($path, $newFilename);
s3Assetupload($newPath,$value);
$value = $newPath;
}
if($key == 'input_upload_files'){
@ -244,7 +245,8 @@ class KriteriaController extends Controller
}
$newPath = 'uploads/kriteria/'.date('Y').'/'.$idSekolah.'/'.decode_id($data['key']).'/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload($newPath,$file);
$filePaths[] = $newPath;
$insertFile[$k] = PenilaianFile::updateOrCreate([
@ -299,7 +301,8 @@ class KriteriaController extends Controller
}
$newPath = 'uploads/kriteria/'.date('Y').'/'.$idSekolah.'/'.decode_id($data['key']).'/' . $newFilename;
$uploaded = $value->move($path, $newFilename);
// $uploaded = $value->move($path, $newFilename);
s3Assetupload($newPath,$value);
$filePaths[] = $newPath;
// dd($data['input_upload_files_label']);
@ -565,7 +568,8 @@ class KriteriaController extends Controller
}
$newPath = 'uploads/kriteria/'.date('Y').'/'.$idSekolah.'/'.decode_id($data['key']).'/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload($newPath,$file);
$filePaths[] = $newPath;
$insertFile[$k] = PenilaianFile::updateOrCreate([
@ -620,7 +624,8 @@ class KriteriaController extends Controller
}
$newPath = 'uploads/kriteria/'.date('Y').'/'.$idSekolah.'/'.decode_id($data['key']).'/' . $newFilename;
$uploaded = $value->move($path, $newFilename);
// $uploaded = $value->move($path, $newFilename);
s3Assetupload($newPath,$value);
$filePaths[] = $newPath;
// dd($data['input_upload_files_label']);

View File

@ -62,7 +62,7 @@ class SKController extends Controller
'tahun' => $row->tahun,
'tanggal_penetapan' => $row->tanggal_penetapan,
'jenis_usulan' => $jenis_usulan,
'file' => '<a download href="'.asset('uploads/'.$row->file).'" class="btn btn-sm btn-warning"><i class="fal fa-download"></i> SK Adiwiyata</a>',
'file' => '<a download href="'.url('fileasset?path=uploads/'.$row->file).'" class="btn btn-sm btn-warning"><i class="fal fa-download"></i> SK Adiwiyata</a>',
'action' => @$action,
];
@ -153,7 +153,8 @@ class SKController extends Controller
}
$filePath = 'sk/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$filePath,$file);
}
$decoded = collect($request->sekolah)->map(function($id) {

View File

@ -50,7 +50,7 @@ class SuratController extends Controller
'sekolah' => listSekolah($row->sekolah),
'tahun' => $row->tahun,
'jenis_usulan' => $jenis_usulan,
'file' => '<a download href="'.asset('uploads/'.$row->file).'" class="btn btn-sm btn-warning"><i class="fal fa-download"></i> Surat Usulan</a>',
'file' => '<a download href="'.url('fileasset?path=uploads/'.$row->file).'" class="btn btn-sm btn-warning"><i class="fal fa-download"></i> Surat Usulan</a>',
'action' => @$action,
];
@ -128,7 +128,8 @@ class SuratController extends Controller
}
$filePath = 'usulan/' . $current . '/' . $newFilename;
$uploaded = $file->move($path, $newFilename);
// $uploaded = $file->move($path, $newFilename);
s3Assetupload('uploads/'.$filePath,$file);
}
$decoded = collect($request->sekolah)->map(function($id) {

View File

@ -0,0 +1,64 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use File;
use Illuminate\Support\Facades\Storage;
class StorageController extends Controller
{
function s3migration() {
$files = File::allFiles(public_path('uploads'));
foreach ($files as $file) {
$relativePath = $file->getRelativePathname();
$fullPath = $file->getRealPath();
$stream = fopen($fullPath, 'r');
Storage::disk('s3')->put(configEnvApp()."uploads/" . $relativePath, $stream, 'public');
if (is_resource($stream)) {
fclose($stream);
}
echo "Uploaded: " . $relativePath . "\n";
}
}
function storagelistfile() {
return Storage::disk('s3')->allFiles();
}
function fileasset(){
$path = request('path');
try {
// 🔍 cek dulu file ada atau tidak
if (!Storage::disk('s3')->exists(configEnvApp().$path)) {
abort(404, 'File tidak ditemukan');
}
return response()->stream(function () use ($path) {
$stream = Storage::disk('s3')->readStream(configEnvApp().$path);
if (!$stream) {
abort(404, 'File tidak ditemukan');
}
fpassthru($stream);
if (is_resource($stream)) {
fclose($stream);
}
}, 200, [
'Content-Type' => Storage::disk('s3')->mimeType($path) ?? 'application/octet-stream',
'Content-Disposition' => 'attachment; filename="'.basename($path).'"',
'X-Content-Type-Options' => 'nosniff',
]);
} catch (\Throwable $th) {
// optional: log error
abort(404, 'File tidak ditemukan');
}
}
}

View File

@ -11,6 +11,7 @@
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.6",
"league/flysystem-aws-s3-v3": "^3.32",
"mallardduck/blade-lucide-icons": "^1.23",
"symfony/css-selector": "^7.2",
"symfony/dom-crawler": "^7.2"

344
composer.lock generated
View File

@ -4,8 +4,159 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "89656637435d34ce7295d546ba9c533b",
"content-hash": "5fc3f933af4100c4e44130d2dfc09451",
"packages": [
{
"name": "aws/aws-crt-php",
"version": "v1.2.7",
"source": {
"type": "git",
"url": "https://github.com/awslabs/aws-crt-php.git",
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e",
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "AWS SDK Common Runtime Team",
"email": "aws-sdk-common-runtime@amazon.com"
}
],
"description": "AWS Common Runtime for PHP",
"homepage": "https://github.com/awslabs/aws-crt-php",
"keywords": [
"amazon",
"aws",
"crt",
"sdk"
],
"support": {
"issues": "https://github.com/awslabs/aws-crt-php/issues",
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
},
"time": "2024-10-18T22:15:13+00:00"
},
{
"name": "aws/aws-sdk-php",
"version": "3.376.1",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "475b367bb518fdfafd44b0848534f6636e0886e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/475b367bb518fdfafd44b0848534f6636e0886e9",
"reference": "475b367bb518fdfafd44b0848534f6636e0886e9",
"shasum": ""
},
"require": {
"aws/aws-crt-php": "^1.2.3",
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^2.4.5",
"mtdowling/jmespath.php": "^2.8.0",
"php": ">=8.1",
"psr/http-message": "^1.0 || ^2.0",
"symfony/filesystem": "^v5.4.45 || ^v6.4.3 || ^v7.1.0 || ^v8.0.0"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"composer/composer": "^2.7.8",
"dms/phpunit-arraysubset-asserts": "^v0.5.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"ext-sockets": "*",
"phpunit/phpunit": "^10.0",
"psr/cache": "^2.0 || ^3.0",
"psr/simple-cache": "^2.0 || ^3.0",
"sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
"yoast/phpunit-polyfills": "^2.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-pcntl": "To use client-side monitoring",
"ext-sockets": "To use client-side monitoring"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Aws\\": "src/"
},
"exclude-from-classmap": [
"src/data/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "https://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "https://aws.amazon.com/sdk-for-php",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.376.1"
},
"time": "2026-04-01T18:11:20+00:00"
},
{
"name": "blade-ui-kit/blade-icons",
"version": "1.8.0",
@ -1928,6 +2079,61 @@
},
"time": "2025-06-25T13:29:59+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",
"version": "3.32.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
"reference": "a1979df7c9784d334ea6df356aed3d18ac6673d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/a1979df7c9784d334ea6df356aed3d18ac6673d0",
"reference": "a1979df7c9784d334ea6df356aed3d18ac6673d0",
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "^3.295.10",
"league/flysystem": "^3.10.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\AwsS3V3\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "AWS S3 filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"aws",
"file",
"files",
"filesystem",
"s3",
"storage"
],
"support": {
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.32.0"
},
"time": "2026-02-25T16:46:44+00:00"
},
{
"name": "league/flysystem-local",
"version": "3.30.0",
@ -2263,6 +2469,72 @@
],
"time": "2025-03-24T10:02:05+00:00"
},
{
"name": "mtdowling/jmespath.php",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"composer/xdebug-handler": "^3.0.3",
"phpunit/phpunit": "^8.5.33"
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"files": [
"src/JmesPath.php"
],
"psr-4": {
"JmesPath\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
"source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
},
"time": "2024-09-04T18:46:31+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.73.0",
@ -3956,6 +4228,76 @@
],
"time": "2024-09-25T14:21:43+00:00"
},
{
"name": "symfony/filesystem",
"version": "v7.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "58b9790d12f9670b7f53a1c1738febd3108970a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/58b9790d12f9670b7f53a1c1738febd3108970a5",
"reference": "58b9790d12f9670b7f53a1c1738febd3108970a5",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
},
"require-dev": {
"symfony/process": "^6.4|^7.0|^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v7.4.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2026-03-24T13:12:05+00:00"
},
{
"name": "symfony/finder",
"version": "v6.4.24",

View File

@ -212,7 +212,7 @@
<div>Lampiran SK</div>
<div>
@if(@$sk)
<a download href="{{ asset('uploads/'.@$sk->file) }}" class="btn btn-sm btn-warning" style="width: 100%;"><i class="fal fa-download"></i> SK Adiwiyata</a>
<a download href="{{ url('fileasset?path=uploads/'.@$sk->file) }}" class="btn btn-sm btn-warning" style="width: 100%;"><i class="fal fa-download"></i> SK Adiwiyata</a>
@else
-
@endif

View File

@ -259,7 +259,7 @@
<div>Lampiran SK</div>
<div>
@if(@$sk)
<a download href="{{ asset('uploads/'.@$sk->file) }}" class="btn btn-sm btn-warning" style="width: 100%;"><i class="fal fa-download"></i> SK Adiwiyata</a>
<a download href="{{ url('fileasset?path=uploads/'.@$sk->file) }}" class="btn btn-sm btn-warning" style="width: 100%;"><i class="fal fa-download"></i> SK Adiwiyata</a>
@else
-
@endif

View File

@ -197,7 +197,7 @@
<input class="form-control" name="tim_adiwiyata_link" placeholder="Masukkan link Google Drive SK Tim Adiwiyata" type="file" accept=".pdf">
</div>
@if(@$kuesioner->tim_adiwiyata_link)
<a href="{{asset('uploads/'.@$kuesioner->tim_adiwiyata_link)}}" class="btn btn-primary mt-2"><i class="fal fa-download"></i>&nbsp;File SK Tim Adiwiyata</a>
<a href="{{ url('fileasset?path=uploads/' . $kuesioner->tim_adiwiyata_link) }}" class="btn btn-primary mt-2"><i class="fal fa-download"></i>&nbsp;File SK Tim Adiwiyata</a>
@endif
</div>
</div>
@ -494,7 +494,7 @@
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text bg-primary border-none">
<a class="text-white" href="{{asset('uploads/'.@$kuesioner->link_sk_adiwiyata)}}">Download File</a>
<a class="text-white" href="{{url('fileasset?path=uploads/'.@$kuesioner->link_sk_adiwiyata)}}">Download File</a>
</div>
</div>
<input type="file" accept=".pdf" value="{{@$kuesioner->link_sk_adiwiyata}}" class="form-control form-control-sm link_sk_adiwiyata" name="link_sk_adiwiyata" placeholder="Link SK adiwiyata / perpanjangan (kosongkan jika belum mendapat adiwiyata)">
@ -519,7 +519,7 @@
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text">
<a href="{{asset('uploads/'.@$dok->file_usulan)}}">Download File</a>
<a href="{{url('fileasset?path=uploads/'.@$dok->file_usulan)}}">Download File</a>
</div>
</div>
<input type="file" accept=".pdf" class="form-control" name="file_usulan">

View File

@ -57,7 +57,7 @@
<label class="label">File SK</label>
<input type="file" name="file" accept=".pdf" class="form-control" required>
@if(@$sk->file)
<a href="{{asset('uploads/'.@$sk->file)}}" class="btn btn-warning mt-2"><i class="fal fa-download"></i>&nbsp;Download File SK</a>
<a href="{{url('fileasset?path=uploads/'.@$sk->file)}}" class="btn btn-warning mt-2"><i class="fal fa-download"></i>&nbsp;Download File SK</a>
@endif
</div>
<div class="form-group">

View File

@ -9,6 +9,9 @@ use App\Http\Controllers\ProfileController;
use App\Http\Controllers\HomeController;
use App\Http\Controllers\AjaxController;
use App\Http\Controllers\FrontController;
use App\Http\Controllers\StorageController;
/*
|--------------------------------------------------------------------------
@ -20,9 +23,10 @@ use App\Http\Controllers\FrontController;
| be assigned to the "web" middleware group. Make something great!
|
*/
Route::get('pass',function(){
return Hash::make('Sudin123$');
});
Route::get('/fileasset',[StorageController::class,'fileasset'])->name('fileasset');
Route::get('/storage-list-file',[StorageController::class,'storagelistfile'])->name('storagelistfile');
Route::get('s3/migration',[StorageController::class,'s3migration'])->name('s3migration');
Route::get('forgotpass',[CustomLoginController::class,'forgotpass'])->name('forgotpass');
Route::post('forgotpass',[CustomLoginController::class,'forgotpass_post'])->name('forgotpass_post');
@ -39,9 +43,7 @@ Route::post('uploadTemp', [AjaxController::class, 'uploadTemp'])->name('uploadTe
Route::post('uploadTempImage', [AjaxController::class, 'uploadTempImage'])->name('uploadTempImage');
Route::post('checkEmail', [AjaxController::class, 'checkEmail'])->name('checkEmail');
Route::post('sendCode', [AjaxController::class, 'sendCode'])->name('sendCode');
Route::get('hash/{hash}', function ($hash) {
return Hash::make($hash);
});
Route::middleware([Session::class,Profile::class])->name('modules.')->group(function () {
include_route_files(__DIR__ . '/modules');
Route::get('logout',[CustomLoginController::class,'logout'])->name('logout');

File diff suppressed because it is too large Load Diff

View File

@ -16,17 +16,19 @@ return array(
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'35a6ad97d21e794e7e22a17d806652e4' => $vendorDir . '/nunomaduro/termwind/src/Functions.php',
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'b067bc7112e384b61c701452d53a14a8' => $vendorDir . '/mtdowling/jmespath.php/src/JmesPath.php',
'35a6ad97d21e794e7e22a17d806652e4' => $vendorDir . '/nunomaduro/termwind/src/Functions.php',
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => $vendorDir . '/spatie/flare-client-php/src/helpers.php',
'09f6b20656683369174dd6fa83b7e5fb' => $vendorDir . '/symfony/polyfill-uuid/bootstrap.php',
'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php',
'8a9dc1de0ca7e01f3e08231539562f61' => $vendorDir . '/aws/aws-sdk-php/src/functions.php',
'29ffe97919493792170d47eb03a68da9' => $vendorDir . '/blade-ui-kit/blade-icons/src/helpers.php',
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
'6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
'801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php',
'e39a8b23c42d4e1452234d762b03835a' => $vendorDir . '/ramsey/uuid/src/functions.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'265b4faa2b3a9766332744949e83bf97' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/helpers.php',
'c7a3c339e7e14b60e06a2d7fcce9476b' => $vendorDir . '/laravel/framework/src/Illuminate/Events/functions.php',
'f57d353b41eb2e234b26064d63d8c5dd' => $vendorDir . '/laravel/framework/src/Illuminate/Filesystem/functions.php',

View File

@ -35,13 +35,14 @@ return array(
'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
'Symfony\\Component\\ErrorHandler\\' => array($vendorDir . '/symfony/error-handler'),
'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
'Spatie\\LaravelIgnition\\' => array($vendorDir . '/spatie/laravel-ignition/src', $vendorDir . '/spatie/error-solutions/legacy/laravel-ignition'),
'Spatie\\Ignition\\' => array($vendorDir . '/spatie/ignition/src', $vendorDir . '/spatie/error-solutions/legacy/ignition'),
'Spatie\\LaravelIgnition\\' => array($vendorDir . '/spatie/error-solutions/legacy/laravel-ignition', $vendorDir . '/spatie/laravel-ignition/src'),
'Spatie\\Ignition\\' => array($vendorDir . '/spatie/error-solutions/legacy/ignition', $vendorDir . '/spatie/ignition/src'),
'Spatie\\FlareClient\\' => array($vendorDir . '/spatie/flare-client-php/src'),
'Spatie\\ErrorSolutions\\' => array($vendorDir . '/spatie/error-solutions/src'),
'Spatie\\Backtrace\\' => array($vendorDir . '/spatie/backtrace/src'),
@ -64,6 +65,7 @@ return array(
'MallardDuck\\LucideIcons\\' => array($vendorDir . '/mallardduck/blade-lucide-icons/src'),
'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
'League\\Flysystem\\Local\\' => array($vendorDir . '/league/flysystem-local'),
'League\\Flysystem\\AwsS3V3\\' => array($vendorDir . '/league/flysystem-aws-s3-v3'),
'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
'League\\Config\\' => array($vendorDir . '/league/config/src'),
'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'),
@ -73,6 +75,7 @@ return array(
'Laravel\\Sanctum\\' => array($vendorDir . '/laravel/sanctum/src'),
'Laravel\\Sail\\' => array($vendorDir . '/laravel/sail/src'),
'Laravel\\Prompts\\' => array($vendorDir . '/laravel/prompts/src'),
'JmesPath\\' => array($vendorDir . '/mtdowling/jmespath.php/src'),
'Illuminate\\Support\\' => array($vendorDir . '/laravel/framework/src/Illuminate/Macroable', $vendorDir . '/laravel/framework/src/Illuminate/Collections', $vendorDir . '/laravel/framework/src/Illuminate/Conditionable'),
'Illuminate\\Foundation\\Auth\\' => array($vendorDir . '/laravel/ui/auth-backend'),
'Illuminate\\' => array($vendorDir . '/laravel/framework/src/Illuminate'),
@ -96,5 +99,6 @@ return array(
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
'Brick\\Math\\' => array($vendorDir . '/brick/math/src'),
'BladeUI\\Icons\\' => array($vendorDir . '/blade-ui-kit/blade-icons/src'),
'Aws\\' => array($vendorDir . '/aws/aws-sdk-php/src'),
'App\\' => array($baseDir . '/app', $vendorDir . '/laravel/pint/app'),
);

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,162 @@
{
"packages": [
{
"name": "aws/aws-crt-php",
"version": "v1.2.7",
"version_normalized": "1.2.7.0",
"source": {
"type": "git",
"url": "https://github.com/awslabs/aws-crt-php.git",
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e",
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
},
"time": "2024-10-18T22:15:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "AWS SDK Common Runtime Team",
"email": "aws-sdk-common-runtime@amazon.com"
}
],
"description": "AWS Common Runtime for PHP",
"homepage": "https://github.com/awslabs/aws-crt-php",
"keywords": [
"amazon",
"aws",
"crt",
"sdk"
],
"support": {
"issues": "https://github.com/awslabs/aws-crt-php/issues",
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
},
"install-path": "../aws/aws-crt-php"
},
{
"name": "aws/aws-sdk-php",
"version": "3.376.1",
"version_normalized": "3.376.1.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "475b367bb518fdfafd44b0848534f6636e0886e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/475b367bb518fdfafd44b0848534f6636e0886e9",
"reference": "475b367bb518fdfafd44b0848534f6636e0886e9",
"shasum": ""
},
"require": {
"aws/aws-crt-php": "^1.2.3",
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^2.4.5",
"mtdowling/jmespath.php": "^2.8.0",
"php": ">=8.1",
"psr/http-message": "^1.0 || ^2.0",
"symfony/filesystem": "^v5.4.45 || ^v6.4.3 || ^v7.1.0 || ^v8.0.0"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"composer/composer": "^2.7.8",
"dms/phpunit-arraysubset-asserts": "^v0.5.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"ext-sockets": "*",
"phpunit/phpunit": "^10.0",
"psr/cache": "^2.0 || ^3.0",
"psr/simple-cache": "^2.0 || ^3.0",
"sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
"yoast/phpunit-polyfills": "^2.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-pcntl": "To use client-side monitoring",
"ext-sockets": "To use client-side monitoring"
},
"time": "2026-04-01T18:11:20+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Aws\\": "src/"
},
"exclude-from-classmap": [
"src/data/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "https://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "https://aws.amazon.com/sdk-for-php",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.376.1"
},
"install-path": "../aws/aws-sdk-php"
},
{
"name": "blade-ui-kit/blade-icons",
"version": "1.8.0",
@ -2323,6 +2480,64 @@
},
"install-path": "../league/flysystem"
},
{
"name": "league/flysystem-aws-s3-v3",
"version": "3.32.0",
"version_normalized": "3.32.0.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
"reference": "a1979df7c9784d334ea6df356aed3d18ac6673d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/a1979df7c9784d334ea6df356aed3d18ac6673d0",
"reference": "a1979df7c9784d334ea6df356aed3d18ac6673d0",
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "^3.295.10",
"league/flysystem": "^3.10.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1"
},
"time": "2026-02-25T16:46:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"League\\Flysystem\\AwsS3V3\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "AWS S3 filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"aws",
"file",
"files",
"filesystem",
"s3",
"storage"
],
"support": {
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.32.0"
},
"install-path": "../league/flysystem-aws-s3-v3"
},
{
"name": "league/flysystem-local",
"version": "3.30.0",
@ -2759,6 +2974,75 @@
],
"install-path": "../monolog/monolog"
},
{
"name": "mtdowling/jmespath.php",
"version": "2.8.0",
"version_normalized": "2.8.0.0",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"composer/xdebug-handler": "^3.0.3",
"phpunit/phpunit": "^8.5.33"
},
"time": "2024-09-04T18:46:31+00:00",
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"src/JmesPath.php"
],
"psr-4": {
"JmesPath\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
"source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
},
"install-path": "../mtdowling/jmespath.php"
},
{
"name": "myclabs/deep-copy",
"version": "1.13.4",
@ -6617,6 +6901,79 @@
],
"install-path": "../symfony/event-dispatcher-contracts"
},
{
"name": "symfony/filesystem",
"version": "v7.4.8",
"version_normalized": "7.4.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "58b9790d12f9670b7f53a1c1738febd3108970a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/58b9790d12f9670b7f53a1c1738febd3108970a5",
"reference": "58b9790d12f9670b7f53a1c1738febd3108970a5",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
},
"require-dev": {
"symfony/process": "^6.4|^7.0|^8.0"
},
"time": "2026-03-24T13:12:05+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v7.4.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/filesystem"
},
{
"name": "symfony/finder",
"version": "v6.4.24",

View File

@ -3,13 +3,31 @@
'name' => 'laravel/laravel',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '6dad473098f9adc8c7555021806a0f7374f6ffea',
'reference' => 'bd8a2ddbd5ac2e779a8e834255e1c41a88f332a2',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'aws/aws-crt-php' => array(
'pretty_version' => 'v1.2.7',
'version' => '1.2.7.0',
'reference' => 'd71d9906c7bb63a28295447ba12e74723bd3730e',
'type' => 'library',
'install_path' => __DIR__ . '/../aws/aws-crt-php',
'aliases' => array(),
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.376.1',
'version' => '3.376.1.0',
'reference' => '475b367bb518fdfafd44b0848534f6636e0886e9',
'type' => 'library',
'install_path' => __DIR__ . '/../aws/aws-sdk-php',
'aliases' => array(),
'dev_requirement' => false,
),
'blade-ui-kit/blade-icons' => array(
'pretty_version' => '1.8.0',
'version' => '1.8.0.0',
@ -391,7 +409,7 @@
'laravel/laravel' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '6dad473098f9adc8c7555021806a0f7374f6ffea',
'reference' => 'bd8a2ddbd5ac2e779a8e834255e1c41a88f332a2',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -487,6 +505,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'league/flysystem-aws-s3-v3' => array(
'pretty_version' => '3.32.0',
'version' => '3.32.0.0',
'reference' => 'a1979df7c9784d334ea6df356aed3d18ac6673d0',
'type' => 'library',
'install_path' => __DIR__ . '/../league/flysystem-aws-s3-v3',
'aliases' => array(),
'dev_requirement' => false,
),
'league/flysystem-local' => array(
'pretty_version' => '3.30.0',
'version' => '3.30.0.0',
@ -547,6 +574,15 @@
0 => '^1.0',
),
),
'mtdowling/jmespath.php' => array(
'pretty_version' => '2.8.0',
'version' => '2.8.0.0',
'reference' => 'a2a865e05d5f420b50cc2f85bb78d565db12a6bc',
'type' => 'library',
'install_path' => __DIR__ . '/../mtdowling/jmespath.php',
'aliases' => array(),
'dev_requirement' => false,
),
'myclabs/deep-copy' => array(
'pretty_version' => '1.13.4',
'version' => '1.13.4.0',
@ -1103,6 +1139,15 @@
0 => '2.0|3.0',
),
),
'symfony/filesystem' => array(
'pretty_version' => 'v7.4.8',
'version' => '7.4.8.0',
'reference' => '58b9790d12f9670b7f53a1c1738febd3108970a5',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/filesystem',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/finder' => array(
'pretty_version' => 'v6.4.24',
'version' => '6.4.24.0',