Categories
How to work with models?
If in Laravel, is there a ready solution to get the model ? I received the field already in this formatCategory::find(1) namejson_decode($category->name, true);
Category::find(1)
name
json_decode($category->name, true);
Answer the question
In order to leave comments, you need to log in
https://laravel.com/docs/6.x/eloquent-mutators - Seems to have found
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question