Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 296 Bytes

getting-started.md

File metadata and controls

11 lines (6 loc) · 296 Bytes

Getting Started

Setup

  1. Add \LaraPackage\Api\Providers\ApiServiceProvider::class, to your provider's array in config/app.php

  2. Publish the config: php artisan vendor:publish

    • Change the config definitions to your needs.
  3. Use versioning in app/Http/routes.php file