Skip to content

majid-gholamheidari/laravel-blog

Repository files navigation

Laravel blog API

This is a blog project developed with PHP (>8.0) language and Laravel (9.21) framework and MySQL database.

Features of this project

  • User authentication
  • Categories
  • Comments
  • Content management

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

About

simple laravel blog api (developing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages