We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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}()
The text was updated successfully, but these errors were encountered:
php artisan infyom.publish:tables datatable may be you databases -> datatable
Sorry, something went wrong.
No branches or pull requests
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}()
The text was updated successfully, but these errors were encountered: