Views

Usage

To generate a view file, simply use the following command :

bob view [args] <view_name>
Note : You can use the shortcut bob v instead of bob view to save characters.

Arguments

--blade Generate view files with the Blade extension (.blade.php).

Example

bob view wimble

produces :

<h1>wimble</h1>

<p>This is the 'wimble' view.</p>