Configuration
Publish the config
Section titled “Publish the config”You can change Laraventus config by running the command:
php artisan vendor:publishAnd then edit the file named config/laraventus.php.
<?php
return [ "model" => [ "timestamps" => true, "only_fillable" => false ], "controller" => [ "attributes" => true ], "error" => [ "print_console" => true, "stack_limit" => 10 ]];