Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error while publishing php artisan infyom.publish:tables datatables #1091

Open
dhsont opened this issue Nov 27, 2023 · 1 comment
Open

Comments

@dhsont
Copy link

dhsont commented Nov 27, 2023

getting error on new install on fresh laravel with infyomlabs

php artisan infyom.publish:tables datatables

Exception

Invalid Table Type

at vendor\infyomlabs\laravel-generator\src\Commands\Publish\PublishTablesCommand.php:41
37▕
38▕ return;
39▕ }
40▕
➜ 41▕ throw new Exception('Invalid Table Type');
42▕ }
43▕
44▕ public function publishLivewireTableViews()
45▕ {

1 vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:36
InfyOm\Generator\Commands\Publish\PublishTablesCommand::handle()

2 vendor\laravel\framework\src\Illuminate\Container\Util.php:41
Illuminate\Container\BoundMethod::Illuminate\Container{closure}()

@maungyehtunzaw
Copy link

maungyehtunzaw commented Jan 16, 2024

php artisan infyom.publish:tables datatable
may be you databases -> datatable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants