我的系统中有两种型号,专利和PatentApplicant。因此,PatentApplicant迁移定义了外键:
$table->integer('patent_id')->unsigned();
$table->foreign('patent_id')->references('id')->on('patents');
在我的专利模型中,这种关系的定义如下:
public function applicant() {
return $this->belongsTo('App\M
我已经创建了自己的composer包,但遇到了一些问题,试图在包本身之外加载和使用它(例如,在我的laravel应用程序中)。
我的作曲家文件看起来像:
{
"name": "joelwmale/rss-feed-php",
"type": "library",
"description": "RSS Feeds for PHP is a very small, lightweight, and easy-to-use library for consuming an RSS fee