03.12.2015 Views

laravel4cookbook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Controller Testing 360<br />

41<br />

42 return $this->response<br />

43 ->back()<br />

44 ->withErrors($this->validator->messages("store"))<br />

45 ->withInput();<br />

46 }<br />

.<br />

This was extracted from app/controllers/PostController.php.<br />

Another thing you can do, to further modularise your logic, is to dispatch events at critical points<br />

in execution:<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!