/News-Api-Project

This is a news blog project with Rest Api

Primary LanguagePHP

NEWS-BLOG

Description

This is a news project based on REST API.

This project consists of several parts, which we will explain below..

Authentication

The Sanctum package is used for the authentication system and has the following capabilities

  • Admin
  • User

Only the admin is allowed to create categories and posts and manage comments

Custom Response

Using custom Api response and defining special capabilities to improve performance

  • successResponse
  • errorResponse

Other used items

  • Route Model Binding
  • Api Resource
  • Policy
  • Form Request
  • Middleware