File "livewire.stub"
Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/src/Commands/livewire.stub
File size: 164 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace [namespace];
use Livewire\Component;
class [class] extends Component
{
public function render()
{
return view('[view]');
}
}