mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
ComposerUpdate
This commit is contained in:
parent
652e8ddd03
commit
9704c64d13
@ -45,6 +45,7 @@
|
||||
"@php think vendor:publish"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"repositories": {
|
||||
"packagist": {
|
||||
"type": "composer",
|
||||
|
1078
composer.lock
generated
1078
composer.lock
generated
File diff suppressed because it is too large
Load Diff
2
vendor/autoload.php
vendored
2
vendor/autoload.php
vendored
@ -4,4 +4,4 @@
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInitb911c14a0826c73d9f097343fd33a252::getLoader();
|
||||
return ComposerAutoloaderInitb55556af42203bcef68382c66bc39c70::getLoader();
|
||||
|
14
vendor/composer/autoload_real.php
vendored
14
vendor/composer/autoload_real.php
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInitb911c14a0826c73d9f097343fd33a252
|
||||
class ComposerAutoloaderInitb55556af42203bcef68382c66bc39c70
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@ -22,15 +22,15 @@ class ComposerAutoloaderInitb911c14a0826c73d9f097343fd33a252
|
||||
return self::$loader;
|
||||
}
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInitb911c14a0826c73d9f097343fd33a252', 'loadClassLoader'), true, true);
|
||||
spl_autoload_register(array('ComposerAutoloaderInitb55556af42203bcef68382c66bc39c70', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitb911c14a0826c73d9f097343fd33a252', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitb55556af42203bcef68382c66bc39c70', 'loadClassLoader'));
|
||||
|
||||
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
||||
if ($useStaticLoader) {
|
||||
require_once __DIR__ . '/autoload_static.php';
|
||||
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitb911c14a0826c73d9f097343fd33a252::getInitializer($loader));
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitb55556af42203bcef68382c66bc39c70::getInitializer($loader));
|
||||
} else {
|
||||
$map = require __DIR__ . '/autoload_namespaces.php';
|
||||
foreach ($map as $namespace => $path) {
|
||||
@ -51,19 +51,19 @@ class ComposerAutoloaderInitb911c14a0826c73d9f097343fd33a252
|
||||
$loader->register(true);
|
||||
|
||||
if ($useStaticLoader) {
|
||||
$includeFiles = Composer\Autoload\ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$files;
|
||||
$includeFiles = Composer\Autoload\ComposerStaticInitb55556af42203bcef68382c66bc39c70::$files;
|
||||
} else {
|
||||
$includeFiles = require __DIR__ . '/autoload_files.php';
|
||||
}
|
||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||
composerRequireb911c14a0826c73d9f097343fd33a252($fileIdentifier, $file);
|
||||
composerRequireb55556af42203bcef68382c66bc39c70($fileIdentifier, $file);
|
||||
}
|
||||
|
||||
return $loader;
|
||||
}
|
||||
}
|
||||
|
||||
function composerRequireb911c14a0826c73d9f097343fd33a252($fileIdentifier, $file)
|
||||
function composerRequireb55556af42203bcef68382c66bc39c70($fileIdentifier, $file)
|
||||
{
|
||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||
require $file;
|
||||
|
10
vendor/composer/autoload_static.php
vendored
10
vendor/composer/autoload_static.php
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInitb911c14a0826c73d9f097343fd33a252
|
||||
class ComposerStaticInitb55556af42203bcef68382c66bc39c70
|
||||
{
|
||||
public static $files = array (
|
||||
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
|
||||
@ -652,10 +652,10 @@ class ComposerStaticInitb911c14a0826c73d9f097343fd33a252
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$prefixDirsPsr4;
|
||||
$loader->fallbackDirsPsr0 = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$fallbackDirsPsr0;
|
||||
$loader->classMap = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$classMap;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitb55556af42203bcef68382c66bc39c70::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitb55556af42203bcef68382c66bc39c70::$prefixDirsPsr4;
|
||||
$loader->fallbackDirsPsr0 = ComposerStaticInitb55556af42203bcef68382c66bc39c70::$fallbackDirsPsr0;
|
||||
$loader->classMap = ComposerStaticInitb55556af42203bcef68382c66bc39c70::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -963,12 +963,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||
"reference": "6768de2a30a5d3058c4b6d34a0c99591acc4e476"
|
||||
"reference": "a5c1e18d0e57dd0a83174793f09cca5ba592b773"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/6768de2a30a5d3058c4b6d34a0c99591acc4e476",
|
||||
"reference": "6768de2a30a5d3058c4b6d34a0c99591acc4e476",
|
||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/a5c1e18d0e57dd0a83174793f09cca5ba592b773",
|
||||
"reference": "a5c1e18d0e57dd0a83174793f09cca5ba592b773",
|
||||
"shasum": "",
|
||||
"mirrors": [
|
||||
{
|
||||
@ -985,7 +985,7 @@
|
||||
"ext-mbstring": "*",
|
||||
"topthink/framework": "^6.0"
|
||||
},
|
||||
"time": "2020-08-26T03:59:59+00:00",
|
||||
"time": "2020-08-28T11:32:28+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"think": {
|
||||
|
2
vendor/services.php
vendored
2
vendor/services.php
vendored
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// This file is automatically generated at:2020-08-28 16:04:35
|
||||
// This file is automatically generated at:2020-08-28 19:49:26
|
||||
declare (strict_types = 1);
|
||||
return array (
|
||||
0 => 'think\\admin\\Library',
|
||||
|
@ -177,7 +177,7 @@ abstract class Controller extends \stdClass
|
||||
public function callback($name, &$one = [], &$two = [])
|
||||
{
|
||||
if (is_callable($name)) return call_user_func($name, $this, $one, $two);
|
||||
foreach ([$name, "_{$this->app->request->action()}{$name}"] as $method) {
|
||||
foreach (["_{$this->app->request->action()}{$name}", $name] as $method) {
|
||||
if (method_exists($this, $method) && false === $this->$method($one, $two)) {
|
||||
return false;
|
||||
}
|
||||
|
@ -56,7 +56,7 @@ class ValidateHelper extends Helper
|
||||
if ($_rule === 'value') $data[$_key] = $message;
|
||||
elseif ($_rule === 'default') $data[$_key] = $input[($alias ?: $_key)] ?? $message;
|
||||
} else {
|
||||
$info[strstr($name, ':', true)] = $message;
|
||||
$info[explode(':', $name)[0]] = $message;
|
||||
$data[$_key] = $data[$_key] ?? ($input[($alias ?: $_key)] ?? null);
|
||||
$rule[$_key] = isset($rule[$_key]) ? ($rule[$_key] . '|' . $_rule) : $_rule;
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
// 以下代码来自 topthink/think-multi-app,有部分修改以兼容 ThinkAdmin 的需求
|
||||
// +----------------------------------------------------------------------
|
||||
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
@ -10,6 +9,8 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
// 以下代码来自 topthink/think-multi-app,有部分修改以兼容 ThinkAdmin 的需求
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace think\admin\multiple;
|
||||
|
||||
@ -25,9 +26,7 @@ use think\Response;
|
||||
*/
|
||||
class App
|
||||
{
|
||||
/**
|
||||
* @var \think\App
|
||||
*/
|
||||
/** @var \think\App */
|
||||
protected $app;
|
||||
|
||||
/**
|
||||
@ -55,14 +54,15 @@ class App
|
||||
|
||||
/**
|
||||
* 多应用解析
|
||||
* @access public
|
||||
* @param Request $request
|
||||
* @param Closure $next
|
||||
* @return Response
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
{
|
||||
if (!$this->parseMultiApp()) return $next($request);
|
||||
if (!$this->parseMultiApp()) {
|
||||
return $next($request);
|
||||
}
|
||||
return $this->app->middleware->pipeline('app')->send($request)->then(function ($request) use ($next) {
|
||||
return $next($request);
|
||||
});
|
||||
@ -70,7 +70,6 @@ class App
|
||||
|
||||
/**
|
||||
* 获取路由目录
|
||||
* @access protected
|
||||
* @return string
|
||||
*/
|
||||
protected function getRoutePath(): string
|
||||
@ -95,8 +94,9 @@ class App
|
||||
$appName = null;
|
||||
$bind = $this->app->config->get('app.domain_bind', []);
|
||||
if (!empty($bind)) {
|
||||
$domain = $this->app->request->host(true);
|
||||
// 获取当前子域名
|
||||
$subDomain = $this->app->request->subDomain();
|
||||
$domain = $this->app->request->host(true);
|
||||
if (isset($bind[$domain])) {
|
||||
$appName = $bind[$domain];
|
||||
$this->app->http->setBind();
|
||||
@ -118,7 +118,8 @@ class App
|
||||
}
|
||||
if (isset($map[$name])) {
|
||||
if ($map[$name] instanceof Closure) {
|
||||
$appName = call_user_func_array($map[$name], [$this->app]) ?: $name;
|
||||
$result = call_user_func_array($map[$name], [$this->app]);
|
||||
$appName = $result ?: $name;
|
||||
} else {
|
||||
$appName = $map[$name];
|
||||
}
|
||||
@ -167,7 +168,7 @@ class App
|
||||
|
||||
/**
|
||||
* 设置应用
|
||||
* @param string $appName
|
||||
* @param string $appName 应用名称
|
||||
*/
|
||||
protected function setApp(string $appName): void
|
||||
{
|
||||
@ -185,18 +186,27 @@ class App
|
||||
|
||||
/**
|
||||
* 加载应用文件
|
||||
* @param string $appPath
|
||||
* @param string $appPath 应用路径
|
||||
* @return void
|
||||
*/
|
||||
protected function loadApp(string $appPath): void
|
||||
{
|
||||
if (is_file($appPath . 'common.php')) \Composer\Autoload\includeFile($appPath . 'common.php');
|
||||
foreach (glob($appPath . 'config' . DIRECTORY_SEPARATOR . '*' . $this->app->getConfigExt()) as $file) {
|
||||
if (is_file($appPath . 'common.php')) {
|
||||
include_once $appPath . 'common.php';
|
||||
}
|
||||
$files = glob($appPath . 'config' . DIRECTORY_SEPARATOR . '*' . $this->app->getConfigExt());
|
||||
foreach ($files as $file) {
|
||||
$this->app->config->load($file, pathinfo($file, PATHINFO_FILENAME));
|
||||
}
|
||||
if (is_file($appPath . 'event.php')) $this->app->loadEvent(include $appPath . 'event.php');
|
||||
if (is_file($appPath . 'provider.php')) $this->app->bind(include $appPath . 'provider.php');
|
||||
if (is_file($appPath . 'middleware.php')) $this->app->middleware->import(include $appPath . 'middleware.php', 'app');
|
||||
if (is_file($appPath . 'event.php')) {
|
||||
$this->app->loadEvent(include $appPath . 'event.php');
|
||||
}
|
||||
if (is_file($appPath . 'middleware.php')) {
|
||||
$this->app->middleware->import(include $appPath . 'middleware.php', 'app');
|
||||
}
|
||||
if (is_file($appPath . 'provider.php')) {
|
||||
$this->app->bind(include $appPath . 'provider.php');
|
||||
}
|
||||
// 加载应用默认语言包
|
||||
$this->app->loadLangPack($this->app->lang->defaultLangSet());
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
// 以下代码来自 topthink/think-multi-app,有部分修改以兼容 ThinkAdmin 的需求
|
||||
// +----------------------------------------------------------------------
|
||||
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
@ -10,6 +9,8 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
// 以下代码来自 topthink/think-multi-app,有部分修改以兼容 ThinkAdmin 的需求
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace think\admin\multiple;
|
||||
|
||||
@ -42,27 +43,24 @@ class Url extends \think\route\Url
|
||||
// 解析到控制器
|
||||
$url = substr($url, 1);
|
||||
} elseif ('' === $url) {
|
||||
$url = $this->app->http->getName() . '/' . $request->controller() . '/' . $request->action();
|
||||
$url = $request->controller() . '/' . $request->action();
|
||||
if (!$this->app->http->isBind()) {
|
||||
$url = $this->getAppName() . '/' . $url;
|
||||
}
|
||||
} else {
|
||||
// 解析到 应用/控制器/操作
|
||||
$controller = $request->controller();
|
||||
$app = $this->app->http->getName();
|
||||
$path = explode('/', $url);
|
||||
$action = array_pop($path);
|
||||
$controller = empty($path) ? $controller : array_pop($path);
|
||||
$app = empty($path) ? $app : array_pop($path);
|
||||
$app = empty($path) ? $this->getAppName() : array_pop($path);
|
||||
$url = Str::snake($controller) . '/' . $action;
|
||||
$bind = $this->app->config->get('app.domain_bind', []);
|
||||
if ($key = array_search($app, $bind)) {
|
||||
if ($key = array_search($this->app->http->getName(), $bind)) {
|
||||
isset($bind[$_SERVER['SERVER_NAME']]) && $domain = $_SERVER['SERVER_NAME'];
|
||||
$domain = is_bool($domain) ? $key : $domain;
|
||||
} else {
|
||||
$map = $this->app->config->get('app.app_map', []);
|
||||
if ($key = array_search($app, $map)) {
|
||||
$url = $key . '/' . $url;
|
||||
} else {
|
||||
$url = $app . '/' . $url;
|
||||
}
|
||||
} elseif (!$this->app->http->isBind()) {
|
||||
$url = $app . '/' . $url;
|
||||
}
|
||||
}
|
||||
return $url;
|
||||
@ -106,7 +104,7 @@ class Url extends \think\route\Url
|
||||
$rule = $this->route->getName($checkName, $checkDomain);
|
||||
if (empty($rule) && isset($info['query'])) {
|
||||
$rule = $this->route->getName($url, $checkDomain);
|
||||
// 解析地址里面参数 合并到 vars
|
||||
// 解析地址里面参数 合并到vars
|
||||
parse_str($info['query'], $params);
|
||||
$vars = array_merge($params, $vars);
|
||||
unset($info['query']);
|
||||
@ -122,7 +120,8 @@ class Url extends \think\route\Url
|
||||
$suffix = $match[2];
|
||||
}
|
||||
if (!$this->app->http->isBind()) {
|
||||
$url = $this->app->http->getName() . '/' . $url;
|
||||
$app = $this->getAppName();
|
||||
$url = $app . '/' . $url;
|
||||
}
|
||||
} elseif (!empty($rule) && isset($name)) {
|
||||
throw new \InvalidArgumentException('route name not exists:' . $name);
|
||||
@ -149,7 +148,7 @@ class Url extends \think\route\Url
|
||||
$vars = array_merge($params, $vars);
|
||||
}
|
||||
}
|
||||
// 还原 URL 分隔符
|
||||
// 还原URL分隔符
|
||||
$depr = $this->route->config('pathinfo_depr');
|
||||
$url = str_replace('/', $depr, $url);
|
||||
$file = $request->baseFile();
|
||||
@ -188,4 +187,19 @@ class Url extends \think\route\Url
|
||||
// URL组装
|
||||
return $domain . rtrim($this->root, '/') . '/' . ltrim($url, '/');
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取URL的应用名
|
||||
* @access protected
|
||||
* @return string
|
||||
*/
|
||||
protected function getAppName()
|
||||
{
|
||||
$app = $this->app->http->getName();
|
||||
$map = $this->app->config->get('app.app_map', []);
|
||||
if ($key = array_search($app, $map)) {
|
||||
$app = $key;
|
||||
}
|
||||
return $app;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user