Refresh ​
Republish Modularous frontend assets to
public/vendor/modularousand clear view/application caches.
Command Information ​
- Signature:
modularous:refresh - Category: Module
What It Does ​
- Deletes
public/vendor/modularousentirely. - Runs
vendor:publish --provider=LaravelServiceProvider --tag=modularous-assets --forceto copy fresh assets. - Calls
cache:clearandview:clear.
Run this after upgrading the Modularous package to ensure the browser receives the updated JS/CSS files.
Example ​
bash
php artisan modularous:refreshRelated ​
- build — rebuild custom Vue assets
- get:version — confirm the installed Modularous version