2017 © Pedro Peláez
 

project laravel-petstore

Laravel Charon Pet Store Example

image

catlabinteractive/laravel-petstore

Laravel Charon Pet Store Example

  • Wednesday, May 3, 2017
  • by catlab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Charon Pet Store

Build Status, (*1)

Example project for Laravel Charon., (*2)

Live example at http://petstore.catlab.eu/docs, (*3)

Installation

  1. Clone project
  2. Copy .env.example to .env
  3. 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
  4. Run php artisan key:generate
  5. Run php artisan migrate --seed
  6. Done!

API Description

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

Starting a new RESTful API?

This project is just an example. We have an empty 'new project' template available that will get you up and running in no time., (*5)

The Versions