@extends ('core.layouts.app') @section ('title', 'Manage API') @section('content')

Laravel Passport OAuth2 server implementation

About API Driver


Laravel Passport Version 10.1

Laravel Passport provides a full OAuth2 server implementation for your Laravel application in a matter of minutes.

To consume it, intermediate Passport Skills Required.


Ready to build, create you passport client using the command terminal

                                php artisan passport:client --personal
                            

Later write your code for modules and set routes for api calls using api:auth middleware

@endsection @section('after-scripts') {{ Html::script('focus/js/loading-bar.js') }} @endsection