관리-도구
편집 파일: Castable.php
<?php namespace Livewire; interface Castable { public function cast($value); public function uncast($value); }