PHP Class App\Http\Controllers\Laralum\APIController

Inheritance: extends app\http\controllers\Controller
Show file Open project: ConsoleTVs/Laralum

Public Methods

Method Description
index ( ) Shows the API List
show ( string $table, string $accessor = null, string $data = null ) Shows the API json

Method Details

index() public method

Shows the API List
public index ( )

show() public method

Shows the API json
public show ( string $table, string $accessor = null, string $data = null )
$table string
$accessor string
$data string