config/chatify.php
in your application, and will find the following properties that you can modify inside it:prefix
is the prefix of the routes in this package, so you can access the messenger from this value by going to /chatify
.middleware
is the middleware array applied on the routes of this package.namespace
is the routes' controllers namespace.folder
is the default folder name located in the storage to store users' avatars in.default
is the default user avatar image name, before uploading a new one.enabled
set to true
if you want to enable Gravatar over the default user avatar.image_size
the size of user avatar generated from Gravatar.imageset
Default imageset to use from the options bellow:404
mp
identicon
(default)monsterid
wavatar
folder
is the default folder name located in the storage to store attachments in.download_route_name
is name of the route to download the attachments.allowed_images
is the default allowed images to be uploaded.allowed_files
is the default allowed files to be uploaded.colors
property you can set messenger's colors that users can change from the settings of their profile.10
default colors as above.