Package Data | |
---|---|
Maintainer Username: | weotch |
Maintainer Contact: | info@bkwld.com (Robert Reinhard) |
Package Create Date: | 2013-10-19 |
Package Last Update: | 2014-06-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:25:39 |
Package Statistics | |
---|---|
Total Downloads: | 25,150 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 10 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A small package that automatically publishes the assets of Laravel packages you currently have in your workbench. You would use it to have an easier workflow for testing css, js, or img changes while developing packages. The logic ONLY runs on your local enviornment.
Add it to your composer.json ("bkwld/auto-publish": "~1.0"
) and do a composer install.
Add the service provider to your app.php config file providers: 'Bkwld\AutoPublish\ServiceProvider',
After installing, there is nothing left to do. All packages in your workbench will have their assets published anew on every browser request.