PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
livewire
/
livewire
/
src
/
Mechanisms
/
CompileLivewireTags
/
Editing: CompileLivewireTags.php
<?php namespace Livewire\Mechanisms\CompileLivewireTags; use Livewire\Mechanisms\Mechanism; class CompileLivewireTags extends Mechanism { public function boot() { app('blade.compiler')->precompiler(new LivewireTagPrecompiler); } }
SAVE
CANCEL