-
**Describe the bug**
I use Laravel Jetstream with Livewire and integrated a language Selector in the top bar.
```html
@foreach (LaravelLocalization::getSupportedLocales() as $code => …
-
- Vue Version: 3.2.31
- Vue Select Version: 4.0.0-beta.6
**Describe the bug**
Using Jetstream/InertiaJS/Vue 3, trying to run in SSR mode produces the following error
```
node bootstrap/ssr/ss…
-
We should provide the ability to have translations on the website. This allows for all the text to be centralized in one place and thus editing it is easier than searching everywhere where some text m…
-
- Laravel Mix Version: 6.0.41
- Node Version: 16.14.0
- NPM Version: 8.3.1
- OS: Windows 10 21H2
- Local web server: XAMPP 8.0.5
### Description:
In the last few weeks, whenever I …
-
### Version:
- `@inertiajs/vue3` version: 1.0.8
After we've setup our laravel + inertia app we found out that CreateInertiaApp() runs twice.
We tried to find a solution but haven't found one …
-
-
using laravel 8.12 with jetstream 1.6.
After the Auth, save survey result save without user_id field.
Line 36, \Auth::check() ? \Auth::id() : null in SurveyResultAPIController may not work.
-
I'm getting this issue after installing the jetstrap pakcage.
Before laravel jetstream npm run dev was not giving any warning but after installing the jetstrap it gives a warning.
```
WARNING in .…
-
### Element Plus version
1.0.2-beta.44
### OS/Browsers version
Linux Mint / Firefox
### Vue version
3.0.11
### Reproduction Link
https://github.com/Libertie/inertia-element-plus-confl…
-
Hey there,
first of all thank you very much for your great tutorial. I have a fresh Laravel installation with the changes from your tutorial.
When visiting the team settings from my personal team …