我試圖翻譯所有路線。我正在使用mcamara/laravel-localization軟件包。我的路線看起來像這樣:Laravel語法錯誤,意外'路線'(T_STRING)
// Registration Routes...
Route::get(LaravelLocalization::transRoute('routes.register_link')/{plan?}, ['as' => 'auth.register', 'uses' => 'Auth\[email protected]']);
Route::post(LaravelLocalization::transRoute('routes.register_link'), ['as' => 'auth.register', 'uses' => 'Auth\[email protected]']);
,但我發現eror:
語法錯誤,意外 '{'
的哪些錯誤?感謝幫助傢伙!
[PHP解析/語法錯誤的可能的複製;和如何解決它們?](http://stackoverflow.com/questions/18050071/php-parse-syntax-errors-and-how-to-solve-them) –