Looking to hire Laravel developers? Try LaraJobs

laravel-charon maintained by catlabinteractive

Description
Laravel Charon REST API project
Last update
2022/06/21 15:40 (dev-laravel-9.0)
License
Links
Downloads
23

Comments
comments powered by Disqus

Laravel Charon REST API project

Build Status

This project is built using

What does this project include?

Laravel skeleton for a project:

  • Laravel 5.7
  • Laravel passport with oauth2 implicit configuration
  • Charon resource transformer

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.