1.0.6 • Published 5 years ago

laravel-wine v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Wine for Laravel

A wine package for Laravel development and deployment.

Note: Make sure you have alias wine="node wine" set in your bash profile. Otherwise, you will have to run $ node wine for every command.

Installation

  • Install wine. Instructions at https://grape-juice.org.
  • wine inst laravel-wine
  • Set your "wineryfile" to "./winery/winery.js" in your wine.json.
{
  "wine" : {
    "wineryfile" : "./winery/winery.js"
  }
}

Usage

Starting development application

$ wine app

Deployment

$ wine upgrade

Optimize

$ wine optimize

TODO: Add fix.sh

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago