juni/craft-laravelmix

Craft CMS 的 Laravel mix twig 函数。

1.0.0 2024-03-06 14:32 UTC

This package is auto-updated.

Last update: 2024-09-06 15:34:51 UTC


README

要求

此插件需要 Craft CMS 5.0.0-beta.5 或更高版本,以及 PHP 8.2 或更高版本。

安装

您可以从插件商店或使用 Composer 安装此插件。

从插件商店

转到您项目控制面板中的插件商店,搜索“laravelmix”。然后按“安装”。

使用 Composer

打开您的终端,并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require juni/craft-laravelmix

# tell Craft to install the plugin
./craft plugin/install laravelmix