laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.95k stars 809 forks source link

Undefined class constant 'HOME' at trying to install jetstream livewire stack #284

Closed inoprime closed 3 years ago

inoprime commented 3 years ago

Description:

I already have an aplication and trying to install and use jetstream from now, then when I tried to install jetstream with livewire stack and gotting this erro:

Installation failed, reverting ./composer.json to its original content.

In fortify.php line 64:

  Undefined class constant 'HOME'

Steps To Reproduce:

Run command:

php artisan jetstream:install livewire --teams

driesvints commented 3 years ago

You're probably missing this constant here: https://github.com/laravel/laravel/blob/master/app/Providers/RouteServiceProvider.php#L20