catlabinteractive / laravel-petstore
Laravel Charon Pet Store Example
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- barryvdh/laravel-cors: ^0.8.0
- barryvdh/laravel-ide-helper: ^2.1
- catlabinteractive/base-laravel: ^5.2
- catlabinteractive/charon: ^1.0
- catlabinteractive/cursor-pagination: ^1.0
- catlabinteractive/laravel-gatekeeper: ^0.1
- laravel/framework: 5.2.*
- lucadegasperi/oauth2-server-laravel: ^5.1
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: *
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is auto-updated.
Last update: 2025-01-29 00:23:38 UTC
README
Example project for Laravel Charon.
Live example at http://petstore.catlab.eu/docs
Installation
- Clone project
- 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 --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.