我試圖訪問構造函數中的路由器參數,但沒有運氣我已經嘗試使用Route::getParameter('template')和Route::input('template')但都返回null,如果我訪問控制器函數中的參數,它顯示正確的值 例 public function myFunction($template){
return $template;
//This show th
我正在編寫自定義遷移,並且需要在單獨的遷移存儲庫表中維護這些遷移。我重寫DatabaseMigrationRepository並更換移植信息庫的功能如下 public function registerRepository()
{
$this->app->bindShared('migration.repository', function($app)
{
$t