Skip to content

Commit f074d88

Browse files
Update README.md to clarify Docker usage and add translation compilation step
1 parent d63d39d commit f074d88

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ This is a Laravel starter project that includes a comprehensive setup with Docke
5353

5454
### Prerequisites
5555

56-
- Docker
56+
- Docker (if you want to use Laravel Sail)
5757
- PHP 8.2 or Higher
58-
- Docker Compose
5958
- Composer
6059
- Node.js and npm
6160

@@ -94,7 +93,12 @@ This is a Laravel starter project that includes a comprehensive setup with Docke
9493

9594
7. **Run database migrations**:
9695
```sh
97-
sail artisan migrate:fresh --seed
96+
php artisan migrate:fresh --seed
97+
```
98+
99+
8. **To compiles your Laravel translation files into a Vue i18n compatible JSON file**:
100+
```sh
101+
php artisan vue:translations
98102
```
99103

100104

0 commit comments

Comments
 (0)