Skip to content
Victor Tesoura Júnior edited this page Mar 21, 2024 · 10 revisions

Welcome to the core wiki!

Core provides a simple repository pattern CRUD features for Rest API's

  1. Installation
  2. Usage
  3. Query params filters
  4. Exceptions Handler

Compatibility

Use the correct version that corresponds to your Laravel installation as seen below:

Laravel version Core version
7.* 7.*
8.* 7.*
9.* 7.*
10.* 7.*

Translation

The default language is the same one you defined in your app, and has available ['en','pt','es']. To change the language, you must request with a Locale header.

P.S: This feature, allows you to change the entire app language.

GET /api/v1/addresses
Header Type Value Description
Locale string pt This is an option feature, you must provide en, es, or pt
Clone this wiki locally