klc/octane-table-manager

Octane Table Manager

Maintainers

Package info

github.com/klc/octane-table-manager

Language:Vue

pkg:composer/klc/octane-table-manager

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.3 2025-06-20 12:42 UTC

This package is auto-updated.

Last update: 2026-03-20 14:19:10 UTC


README

Install

composer require klc/octane-table-manager --dev

php artisan vendor:publish --tag=otm-assets

php artisan vendor:publish --tag=otm-config (optional)

yourdomain.com/octane-table-manager

If it will be used in a production environment, it is recommended to add authentication for security. This can be done by adding an authentication middleware in the config file.

If there are any tables you don't want to be listed, you should add their names to the except_tables array in the config file.

otmindex.png