laravelista / comments

Native comments for your Laravel application.
MIT License
744 stars 142 forks source link

Changes not detected in Blade File #175

Closed aafaq146 closed 2 years ago

aafaq146 commented 2 years ago

Hey! Actually i'm trying to edit and modify the Blade file of comments page ..but the changes i made not reflect in my view file after refreshing. what's the issue/ how we can apply or modify the code? and also i'm trying to give id of that textarea area it is also not showing in inpect? whats the iissue can you please guide Tahanku

mabasic commented 2 years ago

Have you published the views with this command:

php artisan vendor:publish --provider="Laravelista\Comments\ServiceProvider" --tag=views

And then modified the published view files?

aafaq146 commented 2 years ago

yeah i have already Published but when i try to change taht are not reflected in View file??

aafaq146 commented 2 years ago

image you can see here i want to change but not reflected in view file i cant see any change

mabasic commented 2 years ago

You are editing the wrong files. Don't edit files in vendor directory. You should revert this change immediately.

Edit the files in resources/views/vendor/laravelista/comments.

This is basic Laravel knowledge. I suggest that you read the Laravel documentation, read a few tutorials and watch a few screencasts on laracasts, before posting your issues here. You are just wasting my time by having me solve your issues.

If you are sure that there is something not working with this package then create an issue, otherwise try solving it yourself or asking on support channels first.

I'm sorry for having being this blunt with you, but I am not your personal issue solver.