A

Admin • 832.27K Points
Coach

Q. Which command is used to publish Livewire’s config file?

  • (A) php artisan livewire:config
  • (B) php artisan vendor:publish --tag=livewire:config
  • (C) php artisan make:livewire-config
  • (D) php artisan livewire:publish

Explanation by: Admin

The config file is published using php artisan vendor:publish --tag=livewire:config.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.