Download the PHP package bkwld/auto-publish without Composer
On this page you can find all versions of the php package bkwld/auto-publish. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bkwld/auto-publish
More information about bkwld/auto-publish
Files in bkwld/auto-publish
Download bkwld/auto-publish
More information about bkwld/auto-publish
Files in bkwld/auto-publish
Vendor bkwld
Package auto-publish
Short Description Automatically publish all Laravel workbench assets on every request
License MIT
Package auto-publish
Short Description Automatically publish all Laravel workbench assets on every request
License MIT
Please rate this library. Is it a good library?
Informations about the package auto-publish
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
-
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',
Usage
After installing, there is nothing left to do. All packages in your workbench will have their assets published anew on every browser request.
All versions of auto-publish with dependencies
PHP Build Version
Package Version
The package bkwld/auto-publish contains the following files
Loading the files please wait ....