When publishing the views to customizing them using the php artisan vendor:publish --tag=bootstrap-components::views, the views are not used.
Steps To Reproduce:
Publish the views using the php artisan vendor:publish --tag=bootstrap-components::views command. When you modify a file in resources/views/vendor/components/bootstrap-components the changes are not reflected in the browser. The package keeps using the views in composer's vendor directory.
Description:
When publishing the views to customizing them using the
php artisan vendor:publish --tag=bootstrap-components::views
, the views are not used.Steps To Reproduce:
Publish the views using the
php artisan vendor:publish --tag=bootstrap-components::views
command. When you modify a file inresources/views/vendor/components/bootstrap-components
the changes are not reflected in the browser. The package keeps using the views in composer's vendor directory.