1.0.2 • Published 9 years ago
laravel-elixir-laroute v1.0.2
Requirements
- Laroute package for Laravel
You can find the package and his documentation here
Usage
Step 1: Install
npm install laravel-elixir-laroute
Step 2: Require
Within your main Gulpfile
, add:
require('laravel-elixir-laroute');
Step 3: Use
mix.laroute();
Behind the scenes, all of the necessary dependencies have been installed.
You're done.