ibox/mix-function

Laravel mix function to render versioned assetes
6,648 13
Install
composer require ibox/mix-function
Latest Version:v1.0.0
PHP:>=5.4.0
License:MIT
Last Updated:Feb 8, 2017
Links: GitHub  ·  Packagist
Maintainer: juanem1

mix-funciton

Mix function to render versioned assetes outside Laravel project

Instalation

First install Laravel Mix https://github.com/JeffreyWay/laravel-mix

Then add this this line in your require section

"require": {
    "ibox/mix-function": "~1.0"
}

Then run:

composer install

Optionally you can run

composer dump-autoload

Configuration

If you you have a public directory, you can configure laravel mix as follow

mix.setPublicPath('public');
mix.sass('resources/assets/sass/app.sass', 'public/css').version();

Usage

Require composer autoload

require '../vendor/autoload.php';

Then in your HTML you can use mix function like this:

<link href="<?= mix('/css/app.css', __DIR__) ?>" rel="stylesheet">

Related Packages

maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1