laravel / jetstream

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

In Laravel 10 Livewire can not install #1254

Closed beiaduo closed 1 year ago

beiaduo commented 1 year ago

Description:

php artisan jetstream:install livewire INFO Migration created successfully.

sh: line 0: exec: composer: not found

michaelvcolianna commented 1 year ago

Are you using MAMP or a similar app? If so, you may need to make Composer available globally. (Possible methods at https://gist.github.com/kkirsche/5710272)

driesvints commented 1 year ago

Hey there,

Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.

Thanks!

beiaduo commented 1 year ago

I using MAMP PHP and brew install composer

composer -vvv about Running 2.5.3 (2023-02-10 13:23:52) with PHP 8.2.0 on Darwin / 22.3.0

I using composer install laravel and nova ,Is good !

beiaduo commented 1 year ago

Fixed Thank you

Akalanka1337 commented 3 months ago

@BeiAduo How?