對laravel來說真的很新穎。我使用laravel 5.2。我嘗試創建一個使用「PHP工匠製作:中間件MiddlewareName」一個新的中間件,但它給了我下面的錯誤:創建中間件拋出錯誤
Catchable fatal error: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of Illuminate\Http\Request, null given, called in C:\xampp\htdocs\dms\vendor\laravel\framework\src\Illuminate\Routing\RoutingServ iceProvider.php on line 62 and defined in C:\xampp\htdocs\dms\vendor\laravel\fra mework\src\Illuminate\Routing\UrlGenerator.php on line 103
任何人都可以請幫助。提前致謝。
您是否在'php artisan routr:list'中出錯? – C2486
是的同樣的錯誤 –
你可能有任何路由錯誤。你能分享路線嗎? – C2486