芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/livewire/livewire/src/Commands/StubsCommand.php
makeDirectory($stubsPath); } file_put_contents( $stubsPath.'/livewire.stub', file_get_contents(__DIR__.'/livewire.stub') ); file_put_contents( $stubsPath.'/livewire.inline.stub', file_get_contents(__DIR__.'/livewire.inline.stub') ); file_put_contents( $stubsPath.'/livewire.view.stub', file_get_contents(__DIR__.'/livewire.view.stub') ); file_put_contents( $stubsPath.'/livewire.test.stub', file_get_contents(__DIR__.'/livewire.test.stub') ); $this->info('Stubs published successfully.'); } }