Skip to content

Developing restful API in Laravel with authentication. (Register, Login, Logout, List Products) API example in Laravel.

Notifications You must be signed in to change notification settings

Ferikl/Laravel-Restful-API

 
 

Repository files navigation

Laravel 5.5 Restful API

This code covers following functionality:

  • API validation.
  • API authentication.
  • Authentication Middleware.
  • Laravel API routing
  • Restful API like (Register, Login, Logout)
  • Products list api with user authentication
  • Update product api
  • Delete product api

Installation

  • Clone the code
  • composer install
  • Write permissions to storage and bootstrap/cache folder

About

Developing restful API in Laravel with authentication. (Register, Login, Logout, List Products) API example in Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.3%
  • HTML 2.8%
  • JavaScript 1.2%
  • CSS 1.1%
  • Vue 0.6%