'I'm trying to install chatify to my laravel 8 project but it looks like the css is not loading I followed all the steps but not sure what I'm missing
I have been having issues installing chatify on my larval 8 project. it seems that chatify was installed, but when I go to localhost/chatify it looks like the CSS is not loading. I have been getting issues trying to run php artisan migrate because it says the name is already in use but I am unsure if that could really cause this problem
Solution 1:[1]
Just all you need is to run the following command in cmd or vs code terminal: php artisan vendor:publish --tag=chatify-asset
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Clipping path |
