Skip to content

Instantly share code, notes, and snippets.

@Maras0830
Created October 28, 2016 09:18
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/296a48c23a110ceee35d6d41a6abf9de to your computer and use it in GitHub Desktop.
Save Maras0830/296a48c23a110ceee35d6d41a6abf9de to your computer and use it in GitHub Desktop.
Laravel5 - passport vue.js.
@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