user info

This commit is contained in:
Nabeel Shahzad
2017-06-09 14:47:02 -05:00
parent 292727cf74
commit 8831f875ef
20 changed files with 560 additions and 43 deletions

View File

@@ -6,21 +6,11 @@ use Illuminate\Http\Request;
class HomeController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
$this->middleware('auth');
//$this->middleware('auth');
}
/**
* Show the application dashboard.
*
* @return \Illuminate\Http\Response
*/
public function index()
{
return view('home');