-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BaseModel error #18
Comments
$data = $this->repository->all() ; //return Collection
$data->toArray() ; // Collection Can't use toArray() method |
@osdebianly $this->repository->all(); // just return as array not Collection //Skip presenter and bringing the original result of the Model print_r( $post ); //It produces an output as a Model object |
So I delete |
use |
I've tried |
Hi, this is a nice package but I think that the developers have stopped working on it. Maybe you can try this package: https://github.com/Muhammadinaam/speed-admin. It supports Laravel 8+. |
The text was updated successfully, but these errors were encountered: