2017 © Pedro Peláez
 

project laravel-charon

Laravel Charon REST API project

image

catlabinteractive/laravel-charon

Laravel Charon REST API project

  • Thursday, June 15, 2017
  • by catlab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Charon REST API project

Build Status, (*1)

This project is built using * https://github.com/laravel/laravel * https://github.com/CatLabInteractive/charon, (*2)

What does this project include?

Laravel skeleton for a project: - Laravel 5.7 - Laravel passport with oauth2 implicit configuration - Charon resource transformer, (*3)

Installation

  • composer create-project catlabinteractive/laravel-charon api
  • Copy .env.example to .env
  • Make sure to set APP_URL in your .env file before you continue, this will make sure the swagger oauth2 client is setup correctly. Also set your database credentials etc
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan passport:keys to get api access tokens.

Getting started

Navigate to your-project/docs to load the swagger documentation., (*4)

The Versions