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.

File-Based CMS 310<br />

29 catch (Exception $e)<br />

30 {<br />

31 ob_end_clean();<br />

32 throw $e;<br />

33 }<br />

34<br />

35 $result = ob_get_contents();<br />

36 ob_end_clean();<br />

37<br />

38 return $result;<br />

39 }<br />

40 }<br />

.<br />

This file should be saved as workbench/formativ/cms/src/Formativ/Cms/Engine/Blade.php.<br />

1

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

Saved successfully!

Ooh no, something went wrong!