Generating enums. php artisan make:enum UserType. Usage. Given the following enum: <?php namespace App\Enums; use BenSampo\Enum\Enum; final class UserType ...
確定! 回上一頁