芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/froiden/laravel-installer/src/Middleware/canInstall.php
alreadyInstalled()) { abort(404); } return $next($request); } /** * If application is already installed. * * @return bool */ public function alreadyInstalled() { return file_exists(storage_path('installed')); } }