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
at vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:621
617▕ if (! is_null($model = $this->first($columns))) {
618▕ return $model;
619▕ }
620▕
➜ 621▕ throw (new ModelNotFoundException)->setModel(get_class($this->model));
622▕ }
623▕
624▕ /**
625▕ * Execute the query and get the first result or call a callback.
Laravel version
v11.23.4
PHP version
v8.3.11
Voyager version
^1.7
Database
10.6.18-MariaDB-log
Description
php artisan voyager:admin [email protected] failed
Steps to reproduce
php artisan voyager:admin [email protected]
error:
` Illuminate\Database\Eloquent\ModelNotFoundException
No query results for model [App\Models\User].
at vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:621
617▕ if (! is_null($model = $this->first($columns))) {
618▕ return $model;
619▕ }
620▕
➜ 621▕ throw (new ModelNotFoundException)->setModel(get_class($this->model));
622▕ }
623▕
624▕ /**
625▕ * Execute the query and get the first result or call a callback.
15 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
`
Expected behavior
added a admin user
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: