laravel-svelte-direct icon indicating copy to clipboard operation
laravel-svelte-direct copied to clipboard

Use your Svelte components seamlessly in Laravel Blade Templates

Results 3 laravel-svelte-direct issues
Sort by recently updated
recently updated
newest added

I was wondering if laravel-svelte-direct would also be upgraded to use Vite?

Hey, i want to use this nice package, but the autoload doesnt work. It only works if i include the script tags manually. How can we fix this? My files:...

The documentation shows we should include `require('./vendor/nickpoulos/laravel-svelte-direct/js/mix')` in our `webpack.mix.js` file, but that is the incorrect path. The proper path is `require('./vendor/nickpoulos/laravel-svelte-direct/src/js/mix')`