관리-도구
편집 파일: Auth.php
<?php namespace App\Enums\ViewPaths\Web; enum Auth { const CUSTOMER_LOGIN = 'admin-views.auth.login'; }