realsbd
realsbd
TCTwill CMS
Created by realsbd on 6/21/2023 in #👊support
I want to enable login and registration for my twill app
/login route is giving me this error "Target class [App\Http\Controllers\Auth\LoginController] does not exist." I included this in my twill cinfig file: 'enabled' => [ 'users-management' => true, 'media-library' => true, 'file-library' => true, 'block-editor' => true, 'buckets' => true, 'users-image' => false, 'settings' => true, 'dashboard' => true, 'search' => true, 'users-description' => false, 'activitylog' => true, 'users-2fa' => false, 'users-oauth' => true, 'permissions-management' => true, ], But still not working
9 replies