chatify
chatify copied to clipboard
Unable to publish route files
Hello @munafio ,
I am trying to publish the route files using
command :php artisan vendor:publish --tag=chatify-routes,
but i am unable to publish it.
Even it is not visible in "vendor:publish" list
Please look into this, it will be a great help to my current project where i am implementing some customizations on it.
Thanks in advance.
@akhilkharva what version you are using ?
@munafio i have shared my versions here..
"laravel/framework": "^10.10",
"php": "^8.1",
"munafio/chatify": "^1.6",
@akhilkharva make sure you are using v1.6.3
which is the latest for now, and follow up with the docs here
https://chatify.munafio.com/customizations#custom-routes
Thanks @munafio the new version worked for me...