2017 © Pedro Peláez
 

library auto-publish

Automatically publish all Laravel workbench assets on every request

image

bkwld/auto-publish

Automatically publish all Laravel workbench assets on every request

  • Friday, June 27, 2014
  • by weotch
  • Repository
  • 8 Watchers
  • 2 Stars
  • 8,886 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

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., (*1)

Installation

  1. Add it to your composer.json ("bkwld/auto-publish": "~1.0") and do a composer install., (*2)

  2. Add the service provider to your app.php config file providers: 'Bkwld\AutoPublish\ServiceProvider',, (*3)

Usage

After installing, there is nothing left to do. All packages in your workbench will have their assets published anew on every browser request., (*4)

The Versions

27/06 2014

dev-master

9999999-dev

Automatically publish all Laravel workbench assets on every request

  Sources   Download

MIT

The Requires

 

by Robert Reinhard

27/06 2014

1.1.0

1.1.0.0

Automatically publish all Laravel workbench assets on every request

  Sources   Download

MIT

The Requires

 

by Robert Reinhard

10/12 2013

1.0.2

1.0.2.0

Automatically publish all Laravel workbench assets on every request

  Sources   Download

MIT

The Requires

 

by Robert Reinhard

25/10 2013

1.0.1

1.0.1.0

Automatically publish all Laravel workbench assets on every request

  Sources   Download

MIT

The Requires

 

by Robert Reinhard

19/10 2013

1.0.0

1.0.0.0

Automatically publish all Laravel workbench assets on every request

  Sources   Download

MIT

The Requires

 

by Robert Reinhard