Skip to content

Instantly share code, notes, and snippets.

@Maras0830
Created September 29, 2016 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maras0830/37f8ed02f4a05929b313691f219e8cc1 to your computer and use it in GitHub Desktop.
Save Maras0830/37f8ed02f4a05929b313691f219e8cc1 to your computer and use it in GitHub Desktop.
Passport resources/views/home.blade.php
@extends('layouts.app')
@section('content')
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<passport-clients></passport-clients>
<passport-authorized-clients></passport-authorized-clients>
<passport-personal-access-tokens></passport-personal-access-tokens>
</div>
</div>
</div>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment