You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install Jetstream with Livewire as suggested by the Jetstream documentation, however it does not seem to work. It seems it's because I'm not using a gobally installed Composer.
I think this should also be possible with only a composer.phar.
Steps To Reproduce:
Downloaded Composer v2.0.8 with the official Composer download script
$ php artisan jetstream:install livewire
sh: line 0: exec: composer: not found
Copied Directory [/vendor/laravel/sanctum/database/migrations] To [/database/migrations]
Copied File [/vendor/laravel/sanctum/config/sanctum.php] To [/config/sanctum.php]
Publishing complete.
When ignoring the error and serving the Laravel app and then authenticating with a user, the Livewire Blade directives are shown in the Dashboard:
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
Description:
I'm trying to install Jetstream with Livewire as suggested by the Jetstream documentation, however it does not seem to work. It seems it's because I'm not using a gobally installed Composer.
I think this should also be possible with only a
composer.phar
.Steps To Reproduce:
php composer.phar create-project laravel/laravel
php composer.phar require laravel/sanctum
(A step which is not outline very well in the documentation.)
php composer.phar require laravel/jetstream
php artisan jetstream:install livewire
Console output:
When ignoring the error and serving the Laravel app and then authenticating with a user, the Livewire Blade directives are shown in the Dashboard:
The text was updated successfully, but these errors were encountered: