We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63d39d commit f074d88Copy full SHA for f074d88
README.md
@@ -53,9 +53,8 @@ This is a Laravel starter project that includes a comprehensive setup with Docke
53
54
### Prerequisites
55
56
-- Docker
+- Docker (if you want to use Laravel Sail)
57
- PHP 8.2 or Higher
58
-- Docker Compose
59
- Composer
60
- Node.js and npm
61
@@ -94,7 +93,12 @@ This is a Laravel starter project that includes a comprehensive setup with Docke
94
93
95
7. **Run database migrations**:
96
```sh
97
- sail artisan migrate:fresh --seed
+ php artisan migrate:fresh --seed
+ ```
98
+
99
+8. **To compiles your Laravel translation files into a Vue i18n compatible JSON file**:
100
+ ```sh
101
+ php artisan vue:translations
102
```
103
104
0 commit comments