1.0.6 • Published 7 years ago
laravel-wine v1.0.6
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 yourwine.json.
{
  "wine" : {
    "wineryfile" : "./winery/winery.js"
  }
}Usage
Starting development application
$ wine appDeployment
$ wine upgradeOptimize
$ wine optimizeTODO: Add fix.sh