laravel-wine

Wine configuration for laravel

Usage no npm install needed!

<script type="module">
  import laravelWine from 'https://cdn.skypack.dev/laravel-wine';
</script>

README

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