芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/config/installer.php
[ 'minimumPhpVersion' => '8.1.0', 'minimumMysqlVersion' => '5.7' ], 'requirements' => [ 'php' => [ 'openssl', 'pdo', 'mbstring', 'tokenizer', 'JSON', 'cURL', ], 'apache' => [ 'mod_rewrite', ], ], /* |-------------------------------------------------------------------------- | Folders Permissions |-------------------------------------------------------------------------- | | This is the default Laravel folders permissions, if your application | requires more permissions just add them to the array list bellow. | */ 'permissions' => [ 'storage/app/' => '775', 'storage/framework/' => '775', 'storage/logs/' => '775', 'bootstrap/cache/' => '775', ], /* |-------------------------------------------------------------------------- | Publish application |-------------------------------------------------------------------------- | | Set path to application to publish or null if nothing to publish | */ 'publish-path' => null, /* |-------------------------------------------------------------------------- | Administrator creator |-------------------------------------------------------------------------- | | Set true if you want administrator creation | */ 'administrator' => true, /* |-------------------------------------------------------------------------- | Validation for administrator creator |-------------------------------------------------------------------------- | | Set name of form request if validator method of AuthController is not used | Set full name space, for example : App\Http\Requests\UserCreateRequest | */ 'validator' => null, /* |-------------------------------------------------------------------------- | Administrator fields |-------------------------------------------------------------------------- | | Set all fields as setted in create method of AuthController | Or in rules of form request | */ 'fields' => [ 'first_name' => 'text', 'last_name' => 'text', 'email' => 'email', 'password' => 'text', ], /* |-------------------------------------------------------------------------- | Method for administrator creation |-------------------------------------------------------------------------- | | Set class and method for administrator creation there if it's not default create of AuthController | Set full name space, for example : App\Repositories\UserRepository | */ 'creator' => [ 'class' => 'App\Http\Controllers\Admin\UserController', 'method' => 'adminStore', ], /* |-------------------------------------------------------------------------- | Login url |-------------------------------------------------------------------------- | | Set the login url for button at the end of installation | */ 'login-url' => 'admin', /* |-------------------------------------------------------------------------- | Please don't remove the field else the script won't work |-------------------------------------------------------------------------- | | */ 'item_id' => 'dfa98safewe' ];