bkwld/auto-publish

Automatically publish all Laravel workbench assets on every request

Maintainers

👁 weotch

Package info

github.com/BKWLD/auto-publish

pkg:composer/bkwld/auto-publish

Statistics

Installs: 25 162

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

1.1.0 2014-06-26 22:55 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 79006943b7687da1b043aa44f46ca6591c647aa1

  • Robert Reinhard <info.woop@bkwld.com>

This package is auto-updated.

Last update: 2026-06-21 23:19:41 UTC


README

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.