'album', 'description' => 'list', 'is_default' => true, 'sort_order' => 0 ]); // album:view = controls if the album can be viewed DatabaseSeeder::createOrUpdate('permissions', [ 'section' => 'album', 'description' => 'view', 'is_default' => true, 'sort_order' => 20 ]); // album:edit = controls if the album is visible and can be edited in the admin panel DatabaseSeeder::createOrUpdate('permissions', [ 'section' => 'album', 'description' => 'edit', 'is_default' => true, 'sort_order' => 10 ]); } }