好的,我正在尝试在另一个雄辩的模型中使用雄辩的方法"firstOrCreate“。class FriendRequest extends Eloquent {
* The database table used by the model. * @var stringpublic $table = 'requests';protected $softDelete = true;
public function friend
Could not find package /laravel/laravel with stability stable.因此,当我尝试使用以下命令创建新的laravel项目时,我得到了该错误:如果我只尝试了laravel new project,我会得到: laravel: command not f