mootoons/manifest

Wordpress manifest

dev-main 2022-07-17 03:13 UTC

This package is auto-updated.

Last update: 2024-04-17 06:46:01 UTC


README

Install Package

composer require mootoons/manifest

Package: Manifest ใช้สำหรับ react หรือ laravel mix

use MooToons\Manifest\Manifest;

$manifest = new Manifest(plugin_dir_path(__FILE__), plugin_dir_url(__FILE__));
$manifest->entrypoints('my-plugin')->enqueue();