관리-도구
편집 파일: StorageConnectionSettings.php
<?php namespace App\Enums\ViewPaths\Admin; enum StorageConnectionSettings { const INDEX = [ URI => 'index', VIEW => 'admin-views.third-party.storage-connection-settings.index' ]; const STORAGE_TYPE = [ URI => 'update-storage-type', VIEW => '' ]; const S3_STORAGE_CREDENTIAL = [ URI => 's3-credential', VIEW => '' ]; }