angelorubin
9/2/2015 - 8:55 PM

Ecma6Ctrl.php

class Ecma6Ctrl extends Controller {
  /* use ... */
  public function index() { 
    return view(‘ecma6.index’); 
  }
}