You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love Lasso, and through usage I've found a couple of parts that I think could be nicer for the user.
When running php artisan lasso:publish the progress simply says "filesystem". I think it would be nicer if it showed the name of the disk that you're uploading to, too!
e.g. current setup:
Preparing to publish assets to Filesystem.
Proposed change:
Preparing to publish assets to "assets" Filesystem.
The text was updated successfully, but these errors were encountered:
Love Lasso, and through usage I've found a couple of parts that I think could be nicer for the user.
When running
php artisan lasso:publish
the progress simply says "filesystem". I think it would be nicer if it showed the name of the disk that you're uploading to, too!e.g. current setup:
Preparing to publish assets to Filesystem.
Proposed change:
Preparing to publish assets to "assets" Filesystem.
The text was updated successfully, but these errors were encountered: