This is from config jetstream .. 'stack' => 'inertia',
Class 'Inertia\Inertia' not found
good day, Im having this error when i install php artisan jetstream:install livewire, I don't knw why im getting this error, im not running or installing inertia only livewire. please help help. im new in livewire, this is the error! C:\Users\User\Documents\Laravel 8 Training\livewire folder\hms-admin-livewire\vendor\laravel\jetstream\src\Http\Middleware\ShareInertiaData.php:22
This is from shareInertiaData.php namespace Laravel\Jetstream\Http\Middleware;
use Illuminate\Support\Facades\Gate; use Illuminate\Support\Facades\Session; use Inertia\Inertia; use Laravel\Fortify\Features; use Laravel\Jetstream\Jetstream;
class ShareInertiaData { /** * Handle the incoming request. * * @param \Illuminate\Http\Request $request * @param callable $next * @return \Illuminate\Http\Response */ public function handle($request, $next) { Inertia::share(array_filter([ 'jetstream' => function () use ($request) { return [
This is from config jetstream 'stack' => 'inertia',
Please or to participate in this conversation.