Closed
Description
Thanks for such a great package. It works a charm.
However I cannot run php artisan config:cache
when this is installed, I get this issue:
LogicException
Your configuration files are not serializable.
at vendor/laravel/framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.php:71
67| require $configPath;
68| } catch (Throwable $e) {
69| $this->files->delete($configPath);
70|
> 71| throw new LogicException('Your configuration files are not serializable.', 0, $e);
72| }
73|
74| $this->info('Configuration cached successfully!');
75| }
1 bootstrap/cache/config.php:734
Error::("Call to undefined method BeyondCode\LaravelMaskedDumper\DumpSchema::__set_state()")
[2m+14 vendor frames [22m
16 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
Any tips to overcome this would be greatly appreciated.
Using v1.0.0 on Laravel 7.30.4
Metadata
Metadata
Assignees
Labels
No labels