관리-도구
편집 파일: Wireable.php
<?php namespace Livewire; interface Wireable { public function toLivewire(); public static function fromLivewire($value); }