I want to assign a default value in Laravel model but the value should come from the config file.
I am writing below code but its giving me error
protected $attributes = [
'is_generation' => true,
'price' => config('test.MY_PRICE'),
];
it's showing me an error like Constant expression contains invalid operations
How can I get value from config file and set in $attribute variable in Laravel model file?
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2NR21PN
via IFTTT
Aucun commentaire:
Enregistrer un commentaire