https://github.com/catlabinteractive/laravel-petstore
Larevel pet store REST API built with Charon (test suite / example)
https://github.com/catlabinteractive/laravel-petstore
Last synced: 12 months ago
JSON representation
Larevel pet store REST API built with Charon (test suite / example)
- Host: GitHub
- URL: https://github.com/catlabinteractive/laravel-petstore
- Owner: CatLabInteractive
- License: mit
- Created: 2016-05-31T08:49:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T15:08:39.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T00:24:42.307Z (about 1 year ago)
- Language: PHP
- Size: 108 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Charon Pet Store
[](https://travis-ci.org/CatLabInteractive/laravel-petstore)
Example project for Laravel [Charon](https://github.com/CatLabInteractive/charon).
Live example at http://petstore.catlab.eu/docs
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.
Starting a new RESTful API?
---------------------------
This project is just an example. We have an empty ['new project'
template](https://github.com/catlabinteractive/laravel-charon) available
that will get you up and running in no time.