芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/config/musonza_chat.php
false, /* * Specify the fields that you want to return each time for the sender. * If not set or empty, all the columns for the sender will be returned * * However, if using multiple Models it's recommended to add getParticipantDetails to each * Model you want to control fields output. */ /* * Specify the fields that you want to return each time for the sender. * If not set or empty, all the columns for the sender will be returned */ 'sender_fields_whitelist' => [], /* * Whether to load the package routes file in your application. */ 'should_load_routes' => true, /* * Routes configuration */ 'routes' => [ 'path_prefix' => 'chat', 'middleware' => ['web'], ], /* * Default values for pagination */ 'pagination' => [ 'page' => 1, 'perPage' => 25, 'sorting' => 'asc', 'columns' => ['*'], 'pageName' => 'page', ], /* * Model Transformers */ 'transformers' => [ 'conversation' => null, 'message' => null, 'participant' => null, ], ];