./script/solar link-public VendorName
The link-public command creates a combination of
directories and symbolic links in the
docroot/public/ directory so that public assets
from VendorName classes are available to web
browsers. (Public linking happens automatically as part of the
link-vendor command.)
To link a vendor's public assets into a Solar docroot, issue the following command:
$./script/solar link-publicMaking public symlinks for 'VendorNameVendorName' ... Making public directory docroot/public/VendorName/Controller ... done. Making public symlink forVendorName... done. Making public symlink forVendorName... done. ... done. $