laravel-petstore maintained by catlabinteractive
Description
Laravel Charon Pet Store Example
Author
Last update
2017/05/03 17:08
(dev-master)
License
Downloads
9
Laravel Charon Pet Store
Example project for Laravel Charon.
Live example at http://petstore.catlab.eu/docs
Installation
- Clone project
- Copy
.env.exampleto.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 --seed - 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 available that will get you up and running in no time.