Skip to content

krayin/rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Krayin REST API

Krayin REST API is a medium to use the features of the core Krayin System. By using Krayin REST API, you can integrate your application to serve the default content of Krayin.

1. Requirements:

  • Krayin: master

2. Installation:

To install Krayin REST API from your console:

For the master version:

composer require krayin/rest-api
Add below options in the .env file (i.e. http://localhost/public your domain):
SANCTUM_STATEFUL_DOMAINS=http://localhost/public
To configure the REST API L5-Swagger Documentation run below command:
php artisan krayin-rest-api:install
To check the API documentation:
http://localhost/public/api/documentation
  • You can check the L5-Swagger guidelines too regarding the configuration the API documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages