Skip to content

Commit bd337ed

Browse files
docs: add tag
1 parent 11ff23f commit bd337ed

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/pacakges/localization.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 2
33
title: Localization
4+
tags:
5+
- package
46
---
57

68
The Localization Container is built on top of Laravel's [localization](https://laravel.com/docs/localization) features
@@ -12,12 +14,12 @@ and provides a convenient way to create and manage translations for your applica
1214

1315
## Installation
1416

15-
```
17+
```shell
1618
composer require apiato/localization-container
1719
```
1820

1921
## Publishing Configs
20-
```
22+
```shell
2123
php artisan vendor:publish
2224
```
2325
Config file will be placed at `app/Ship/Configs/vendor-localization.php`

versioned_docs/version-12.x/pacakges/localization.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
sidebar_position: 2
33
title: Localization
4+
tags:
5+
- package
46
---
57

68
The Localization Container is built on top of Laravel's [localization](https://laravel.com/docs/localization) features
@@ -12,12 +14,12 @@ and provides a convenient way to create and manage translations for your applica
1214

1315
## Installation
1416

15-
```
17+
```shell
1618
composer require apiato/localization-container
1719
```
1820

1921
## Publishing Configs
20-
```
22+
```shell
2123
php artisan vendor:publish
2224
```
2325
Config file will be placed at `app/Ship/Configs/vendor-localization.php`

0 commit comments

Comments
 (0)