Tags: vmitchell85/laravel-jetstream
Tags
[2.x] Fix Inertia SSR usage with Ziggy route function in setup() (lar… …avel#1069) * Use Ziggy Vue plugin instead of route mixin Ziggy Vue plugin allows `route()` to be injected into `setup()` function in components[1][2], which is needed for Inertia SSR since the @routes blade directive isn't available. [1]: tighten/ziggy#518 [2]: tighten/ziggy#564 (comment) * Fix quotations * Update app.js Co-authored-by: Taylor Otwell <[email protected]>
[2.x] Simplify Tailwind installation (laravel#1060) * Use modern Tailwind directive * Remove redundant dependency
Fixed an issue causing warning due to assignment of object to a boole… …an type of prop. (laravel#1056)
Fix disabled email verification mode (laravel#1053) * Fix disabled email verification mode * wip
PreviousNext