gitextract_j_y8v1bc/ ├── .gitignore ├── LICENSE.md ├── README.md ├── composer.json ├── src/ │ ├── CKFinderMiddleware.php │ ├── CKFinderServiceProvider.php │ ├── Command/ │ │ └── CKFinderDownloadCommand.php │ ├── Controller/ │ │ └── CKFinderController.php │ ├── config.php │ └── routes.php └── views/ ├── browser.blade.php ├── samples/ │ ├── ckeditor.blade.php │ ├── full-page-open.blade.php │ ├── full-page.blade.php │ ├── index.blade.php │ ├── layout.blade.php │ ├── localization.blade.php │ ├── modals.blade.php │ ├── other-custom-configuration.blade.php │ ├── other-read-only.blade.php │ ├── plugin-examples.blade.php │ ├── popups.blade.php │ ├── skins-jquery-mobile.blade.php │ ├── skins-moono.blade.php │ ├── user-interface-compact.blade.php │ ├── user-interface-default.blade.php │ ├── user-interface-listview.blade.php │ ├── user-interface-mobile.blade.php │ └── widget.blade.php └── setup.blade.php