You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is a bigger issue in general, and I am not sure we can easily fix it, since ALL mongodb models should extend Jenssegers\Mongodb\Eloquent\Model and not the regular Laravel\Model.
The text was updated successfully, but these errors were encountered:
Installed mongo db and backpack. Everything went smooth.
Tried to create a crud with
php artisan backpack:crud Article
.It seems the error is raised on this line
Generators/src/Console/Commands/CrudControllerBackpackCommand.php
Line 141 in 1a773bf
I think there is a bigger issue in general, and I am not sure we can easily fix it, since ALL mongodb models should extend
Jenssegers\Mongodb\Eloquent\Model
and not the regularLaravel\Model
.The text was updated successfully, but these errors were encountered: