1.0.1 • Published 8 years ago

laravel-elixir-materialize v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Laravel Elixir Materialize

IMPORTANT: This package is just an elixir wrapper for use with the composer package material-design/laravel, which in turn is an easy way to include Google's Material Design Lite into a Laravel project, so if you're not using it then this is not for you.

Install

npm install laravel-elixir-materialize --save-dev

Then, require it in your gulpfile.js and use it. For example:

var elixir = require('laravel-elixir');

require('laravel-elixir-materialize');

elixir(function(mix) {
  mix.materialize();
});