We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd0cab commit 8575e2bCopy full SHA for 8575e2b
src/Commands/Publish/PublishTablesCommand.php
@@ -44,7 +44,7 @@ public function handle()
44
public function publishLivewireTableViews()
45
{
46
$viewsPath = config('laravel_generator.path.views', resource_path('views/'));
47
- $templateType = config('infyom.laravel_generator.templates', 'adminlte-templates');
+ $templateType = config('laravel_generator.templates', 'adminlte-templates');
48
$files = [
49
'templates.scaffold.table.livewire.actions' => 'common/livewire-tables/actions.blade.php',
50
];
0 commit comments