charlielangridge/nova-compile-assets

A simple Laravel Nova tool to run Yarn from within Nova.

Downloads

44

Stars

0

Version

0.0.6

This package has been archived

nova-compile-assets

A simple Laravel Nova tool to run Yarn from within Nova.

Install

composer require charlielangridge/nova-compile-assets
use CharlieLangridge\CompileAssets\CompileAssets;

public function tools()
{
    return [
        new CompileAssets,
    ];
}

charlielangridge

Author

charlielangridge