🛟Customization
Views
You can customize all the views by publishing them using below commands,
Assets
Package install command commenter:install
, publish assets to the \public\vendor\lakm\laravel-comments
directory.
Here is the command to publish them manually.
Build assets
You can build assets using any assets building tool. By default, package has used laravel vite plugin. Make sure to use right build directory public\vendor\lakm\laravel-comments\build
When building assets the re should be only one input file and that is should be app.js
. You can do that as following using vite.
Last updated