chatify icon indicating copy to clipboard operation
chatify copied to clipboard

Unable to publish route files

Open akhilkharva opened this issue 10 months ago • 4 comments

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. vendor-publish-chatify-routes

Even it is not visible in "vendor:publish" list 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 avatar Apr 25 '24 15:04 akhilkharva

@akhilkharva what version you are using ?

munafio avatar Apr 27 '24 13:04 munafio

@munafio i have shared my versions here..

"laravel/framework": "^10.10",

"php": "^8.1",

"munafio/chatify": "^1.6",

akhilkharva avatar Apr 28 '24 09:04 akhilkharva

@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

munafio avatar May 01 '24 21:05 munafio

Thanks @munafio the new version worked for me...

akhilkharva avatar May 02 '24 18:05 akhilkharva