2017 © Pedro Peláez
 

craft-plugin mix

Helper plugin for Laravel Mix in Craft CMS templates

image

misterbk/mix

Helper plugin for Laravel Mix in Craft CMS templates

  • Friday, July 20, 2018
  • by misterbk
  • Repository
  • 4 Watchers
  • 28 Stars
  • 2,561 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 14 Versions
  • 96 % Grown

The README.md

Craft Mix Logo , (*1)

Helper plugin for Laravel Mix in Craft CMS templates. , (*2)

Latest Stable Version Total Downloads License , (*3)

Requirements

This plugin requires Craft CMS 4.0.0-alpha or later, or Craft CMS 5.0.0 or later., (*4)

Installation

To install the plugin, follow these instructions., (*5)

  1. Open your terminal and go to your Craft project:
cd /path/to/project
  1. Then tell Composer to load the plugin:
composer require misterbk/mix
  1. In the Craft Control Panel, go to Settings → Plugins and click the "Install" button for Mix.

Configuration

To configure Mix go to Settings → Plugins → Mix in the Craft Control Panel., (*6)

The available settings are:, (*7)

  • Public Path - The path of the public directory containing the index.php
  • Asset Path - The path of the asset directory where Laravel Mix stores the compiled files

NOTE: Both Public Path and Asset Path get trimmed to allow all kind of path combinations. * /web/ + /assets//web/assets/ * web + assets/web/assets/ * / + assets/assets/ * /web + //web/, (*8)

Usage

Find a versioned CSS file., (*9)

<link rel="stylesheet" href="{{ mix('css/main.css') }}">

Find a versioned JavaScript file., (*10)

<script src="{{ mix('js/main.js') }}"></script>

Lazily find a versioned file and build the tag based on the file extension., (*11)

{{ craft.mix.withTag('js/main.js') | raw }}

Alternatively include the content of a versioned file inline., (*12)

{{ craft.mix.withTag('css/main.css', true) | raw }}

License

Craft Mix is open-sourced software licensed under the MIT license., (*13)

The Versions

20/07 2018

dev-master

9999999-dev

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

cms laravel-mix craftcms craft-plugin craft mix craft3

20/07 2018

1.5.2

1.5.2.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

30/06 2018

1.5.1

1.5.1.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

26/06 2018

1.5.0

1.5.0.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

14/03 2018

1.4.3

1.4.3.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

22/01 2018

1.4.2

1.4.2.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

17/01 2018

1.4.1

1.4.1.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

23/11 2017

1.4.0

1.4.0.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

30/06 2017

1.3.0

1.3.0.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

laravel-mix craftcms craft-plugin craft mix craft3

30/06 2017

1.2.0

1.2.0.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

cms laravel-mix craftcms craft-plugin craft mix craft3

22/06 2017

1.1.0

1.1.0.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

cms laravel-mix craftcms craft-plugin craft mix craft3

22/06 2017

1.0.2

1.0.2.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

cms laravel-mix craftcms craft-plugin craft mix craft3

23/04 2017

1.0.1

1.0.1.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft mix

21/04 2017

1.0.0

1.0.0.0

Helper plugin for Laravel Mix in Craft CMS templates

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft mix