-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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
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.* |
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
|
Great codes to reuse everywhere you want 🚀