waxedphp/tabs

A minimalist tabs - within WaxedPHP environment.

Maintainers

Details

github.com/waxedphp/tabs

Source

Issues

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/waxedphp/tabs

0.3.0 2025-02-18 09:13 UTC

This package is auto-updated.

Last update: 2026-02-02 21:52:05 UTC


README

A minimalist tabs - within WaxedPHP environment.

This package contains helper plugin functionality for WaxedPHP. All required third party sources will be downloaded to npm during composer installation. Prior to installation, this package must be already installed: waxedphp/waxedphp .

Install:

Prior to installation, this package must be already installed: waxedphp/waxedphp .

# installs php package:
composer require waxedphp/tabs
# installs npm packages:
composer exec "wax --install=tabs"

Build:

Before deployment to production, you need to compile. Wax utilize internally Webpack. Assuming, that you properly installed and configured package waxedphp/waxedphp, you can use wax binary:

# be sure, that you switched WaxedPHP to development mode:
composer exec "wax --development"

# list created package combinations:
composer exec "wax --list"

# compile either all of them:
composer exec "wax --compile-all"

# or compile just particular one:
composer exec "wax --compile=[NUMBER]"

# switch WaxedPHP to production, to see results:
composer exec "wax --production"