klc / octane-table-manager
Octane Table Manager
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=8.0
- laravel/framework: >=v10.0.0
- laravel/octane: >=v2.0.0
Requires (Dev)
- laravel/pint: dev-main
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.