pingpong-labs / admin

Laravel 5 Admin
https://packagist.org/packages/pingpong/admin
BSD 3-Clause "New" or "Revised" License
433 stars 114 forks source link

category config missing in config/admin.php #28

Closed janareit closed 9 years ago

janareit commented 9 years ago
    'category' => [
        'model' => 'Pingpong\Admin\Entities\Category',
        'perpage' => 10
    ],

should be added to config/admin.php file when first installing this admin module

gravitano commented 9 years ago

Thanks. Will add it.

janareit commented 9 years ago

Thanks!

itmanvn commented 9 years ago

Yeah