class ControllerGenerator (View source)

Methods

void
__construct( Filesystem $files)

Create a new controller generator instance.

void
make( string $controller, string $path, array $options = array())

Create a new resourceful controller file.

Details

at line line 35
void __construct( Filesystem $files)

Create a new controller generator instance.

Parameters

Filesystem $files

Return Value

void

at line line 48
void make( string $controller, string $path, array $options = array())

Create a new resourceful controller file.

Parameters

string $controller
string $path
array $options

Return Value

void