Skip to content
Discussion options

You must be logged in to vote

Hi @denison
based on what i see from your controller, did you extend your UserCrudController to UserCrudController from backpack?

try to extend your class with backpack UserCrudController, please take a look

<?php

namespace App\Http\Controllers\Admin\Auth;
use \Backpack\PermissionManager\app\Http\Controllers\UserCrudController as BackpackUserCrudController; //add this line, remove this comment

class UserCrudController extends BackpackUserCrudController //extend this, remove this comment
{
// all of your code here
}

make sure you already extend the UserCrudController from backpack

then add this line inside your register() function placed at app/Providers/AppServiceProvider.php

/**

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@christmex
Comment options

@denison
Comment options

Comment options

You must be logged in to vote
1 reply
@denison
Comment options

Answer selected by pxpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants