dongmibeng5885 2017-01-03 17:32
浏览 53
已采纳

将Laravel项目移至托管

I'm trying to move laravel project to host Virtualmin, I moved all folders in my Document root

HOME/
   MYPWD/
      APP/
      BOOTSTRAP/
      CONFIG/
      DATABASE/
      ....
      PUBLIC_HTML/

Inside PUBLIC_HTML I have the index.php with these lines:

require __DIR__ . '/../bootstrap/autoload.php';
$app = require_once __DIR__ . '/../bootstrap/app.php';

The login.php page work right, but after login, the browser return an error caused by recursively redirect. In logs I get this error:

exception 'ReflectionException' with message 'Class App\Http\Middleware\isNotAuth does not exist' in /home/mypwd/vendor/laravel/framework/src/Illuminate/Container/Container.php:734

I should change something else? Like namespace?

That's my composer.json file:

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=5.5.9",
        "laravel/framework": "5.2.*",
        "doctrine/dbal": "^2.5",
        "laravelcollective/html": "^5.2",
        "symfony/event-dispatcher": "^3.2",
        "psr/log": "^1.0"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~4.0",
        "symfony/css-selector": "2.8.*|3.0.*",
        "symfony/dom-crawler": "2.8.*|3.0.*"
    },
    "autoload": {
        "classmap": [
            "database"
        ],
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "classmap": [
            "tests/TestCase.php"
        ]
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ],
        "post-install-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postInstall",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "php artisan optimize"
        ]
    },
    "config": {
        "preferred-install": "dist"
    }
}

While that's my .gitignore file:

/vendor
/node_modules
/public/storage
Homestead.yaml
Homestead.json
.env
  • 写回答

1条回答 默认 最新

  • dongmi19720408 2017-01-04 10:41
    关注

    I resolve myself the problem: server linux is case sensitive, so in Kernel.php I called middleware class with IsNotAuth, but filename was isNotAuth

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 vc6.0中想运行代码的时候总是提示无法打开文件是怎么回事
  • ¥25 关于##爬虫##的问题,如何解决?:
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码
  • ¥50 随机森林与房贷信用风险模型
  • ¥50 buildozer打包kivy app失败
  • ¥30 在vs2022里运行python代码
  • ¥15 不同尺寸货物如何寻找合适的包装箱型谱
  • ¥15 求解 yolo算法问题