Best laravel framework open-source packages.

Restful Web Services With Laravel 5.5

This is a restful web services created using Laravel 5.5 for Meeting Scheduler API
Updated 1 year ago

Restful-Web-Services-With-Laravel-5.5

Introduction

This is full functional rest web services created using Laravel 5.5. The rest api is for creating meeting

Authentication

We are using jwt-auth for authentication using json web tokens. We are using postman to test our api.

Our Sample Routes

NB:

You have to replace localhost with your own server

Conclusion

At this point I believe you can take it further by creating a front-end using framework like vue to consume our rest_api. As a developer you have to take it little further by learning new concept.