我在一个扩展了Voyager模型的模型中定义了一个字段location作为空间。但我一直收到一台BadMethodCallException Call to undefined method TCG\Voyager\Models\User::getCoordinates() 当我试图拿到面包的时候use Illuminate\Foundation\Auth\User as Authenticatable;
我正在尝试在我新安装的laravel 5.5上安装voyager软件包,但我仍然保留着这个错误jack@jo:~/Desktop/laravel$ php artisan voyager:install --with-dummyHooks are now ready, and config files
Copied Directory [
我正在尝试使用laravelvoyager为我的管理面板编写一些测试,但是在做一些研究时似乎有一些问题,我发现问题可能与权限有关 public function A_admin_user_can_visit_the_admin_page> 1]); $this->get('/admin')->assertStatus(200);