I need to use policy for crud controller in laravel backpack crud package.
I use :
$this->authorizeResource(Post::class);
and i get this error :
Method App\Http\Controllers\Admin\PostCrudController::authorizeResource does not exist.
How should i use Policy (specially resource policy) in laravel backpack crud?