私は Laravel にまったく慣れていませんが、このエラーが発生し続けます。私はチュートリアルに従い、ビデオとまったく同じことをしましたが、うまくいきません。
私の /controllers/users.php には次のものがあります。
<?php
class Users_Controller extends Base_Controller {
public $restful = true;
public function get_create(){
return View::make('users.create')->with("title","Bum bum!");
}
}
?>
そして、私の /views/users/create.blade.php には次のものがあります:
<h1>Wallah {{$title}}</h1>
しかし、私はこのエラーが発生し続けますか? 未処理の例外
Message:
Error rendering view: [users.create]
Undefined variable: title
Location: