A

Admin • 833K Points
Coach

Q. Which command is used to create a Livewire component?

  • (A) php artisan make:livewire
  • (B) php artisan livewire:create
  • (C) php artisan component:livewire
  • (D) php artisan make:component

Explanation by: Admin

You create Livewire components using php artisan make:livewire ComponentName.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.