為什麼@inject 方法在實時服務器上不起作用 (why @inject method is not working on the live server)


問題描述

為什麼@inject 方法在實時服務器上不起作用 (why @inject method is not working on the live server)

我正在開發一個 laravel 5 應用程序。在我的代碼中,我注入了一個在 App/Utilities/class.php 中創建的類。在我的宅基地機器上它工作正常,我使用 forge 將文件推送到託管在 Digital Ocean 上的服務器,一切正常,直到 3 天前我開始收到 Class not Found 錯誤。

你有沒有去過這樣的錯誤?你怎麼能解決它?


參考解法

方法 1:

Perhaps it is a composer autoloading issue. Try this:

composer dump‑autoload ‑o

(by arakibiWebSpanner)

參考文件

  1. why @inject method is not working on the live server (CC BY‑SA 2.5/3.0/4.0)

#forge #laravel-5 #digital-ocean #inject






相關問題

forge.facebook.authorize 不重定向網站 (forge.facebook.authorize not redirecting for website)

iOS6 和 XCode 4.5 - 無法將應用上傳到應用商店 (iOS6 and XCode 4.5 - Unable to upload app to app store)

trigger.io facebook аўтарызаваць «нечаканы збой» з iphone 5 (trigger.io facebook authorize "unexpected failure" with iphone 5)

Đóng ứng dụng di động Trigger.io forge qua javascript (Android / iOS) - để áp dụng Tải lại (Closing a Trigger.io forge mobile app via javascript (Android / iOS) - in order to apply Reload)

為什麼@inject 方法在實時服務器上不起作用 (why @inject method is not working on the live server)

在 GForge、LDAP 身份驗證中,如何設置屬性 authenticatedBind 的值? (In GForge, LDAP Authentication, how do I set the value for the property authenticatedBind?)

創建一個類對象列表以將它們與另一個類對象進行比較 (creating a list of class objects to compare them with another class object)

Autodesk Forge 如何保存和顯示標記 (Autodesk Forge how to save and show Markups)

如何在 Forge Laravel 網站上進行 404 錯誤的高級調試 (How to do advanced debugging of 404 Error on Forge Laravel Website)

Forge:選擇單個零件:無法在零件之間切換 (Forge: Select a single part: cant switch between parts)

為什麼 composer.json 需要 PHP 7.4 但服務器正在運行 PHP 7.3 不會中斷部署? (Why composer.json requires PHP 7.4 but server is running PHP 7.3 doesn't break in deployment?)

是否可以通過從外部網頁接收特定 ID 來實現 Forge Viewer 中的突出顯示功能? (Is it possible to implement the highlight function in Forge Viewer by receiving a specific ID from an external web page?)







留言討論