-
Vite is quiet popular as Laravel has it built in.
```blade
@vite('resources/js/app.css')
```
I'm met with this non-existent path.
Could we check the path in vite directive?
-
Referencing to [EXTENDING.md](https://github.com/advoor/nova-editor-js/blob/master/EXTENDING.md)
There is mentioned about `webpack.mix.js`, but Laravel is not delivered with Vite by default. So may…
-
I'm not quite sure where to put this.
I just verified that its not just my app.
I installed a fresh Laravel project with Laravel Breeze using Vue with Inertia, Inertia SSR and TypeScript.
The…
-
Latest version of Laravel has deprecated the `Webpack` mix and introduced `vite` to compile assets and js files. but when we installed the `laravel-ui-adminlte` it generates the `webpack.mix` file. p…
-
Thanks a lot for the great project. I found it through [this laracast thread.](https://laracasts.com/discuss/channels/inertia/jetstream-inertia-vue3-typescript)
Laravel dropped `webpack` and started …
-
### Versions:
- laravel-modules Version: 11.1.4
- Laravel Version: 11.23.5
- PHP Version: 8.2
### Description:
Getting error while creating 2nd module. 1 module created successfully but after t…
-
# Rappasoft | Blog | Creating a Laravel 10 Application using Inertia JS, Svelte, and Tailwind CSS
I've been trying to branch out and try new things. Inertia and Svelte were on my list but the documen…
-
When I add this to the plugins array, I get the following error from eslint on the `export default` line:
```
No overload matches this call.
The last overload gave the following error.
Argum…
-
### Version:
- `@inertiajs/react` version: 1.0.14
### Describe the problem:
The application crashes when navigating through the browser history using the **go back** & **go forward** buttons if…
-
Hello,
Nice to meet you.
sasaki is my name in Japan.
I saw your code and run in local env.
It is going well, Great!.
But, I have a problem to implement the QR code generating and reader.
I buil…