<?php // Sites Route::model('postcategory', App\KommaApp\PostCategories\Models\PostCategory::class); //Explicit route model binding Route::resource('kms/postcategories', 'PostCategories\Kms\PostCategoryController');