File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/livewire/livewire/src/Commands/DiscoverCommand.php
Back
<?php namespace Livewire\Commands; use Illuminate\Console\Command; use Livewire\LivewireComponentsFinder; class DiscoverCommand extends Command { protected $signature = 'livewire:discover'; protected $description = 'Regenerate Livewire component auto-discovery manifest'; public function handle() { app(LivewireComponentsFinder::class)->build(); $this->info('Livewire auto-discovery manifest rebuilt!'); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings