https://github.com/bkwld/auto-publish
Automatically publish all Laravel workbench assets on every request
https://github.com/bkwld/auto-publish
Last synced: about 1 year ago
JSON representation
Automatically publish all Laravel workbench assets on every request
- Host: GitHub
- URL: https://github.com/bkwld/auto-publish
- Owner: BKWLD
- License: mit
- Created: 2013-10-19T04:39:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T23:17:13.000Z (about 12 years ago)
- Last Synced: 2025-05-22T00:29:53.913Z (about 1 year ago)
- Language: PHP
- Size: 195 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Publish
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.
## Installation
1. Add it to your composer.json (`"bkwld/auto-publish": "~1.0"`) and do a composer install.
2. Add the service provider to your app.php config file providers: `'Bkwld\AutoPublish\ServiceProvider',`
## Usage
After installing, there is nothing left to do. All packages in your workbench will have their assets published anew on every browser request.