@kotamat
だけkotamats
日本初 紹介免許なしで人材紹介ができる
ソーシャルヘッドハンティング
現在3,000名が登録し身近な転職希望者を
紹介することで報酬が得られます
紹介会社様の収益化に特化した
求人データベース+業務管理ツール
月額課金のみで紹介料を全額受け取れます
class Company extends Resource
{
/**
* The model the resource corresponds to.
*
* @var string
*/
public static $model = \App\Entities\Company::class;
/**
* Get the fields displayed by the resource.
*
* @param \Illuminate\Http\Request $request
*
* @return array
*/
public function fields(Request $request)
{
return [
ID::make()->sortable(),
Text::make('Name')
->sortable()
->rules('required', 'max:100')
,
BelongsToMany::make('Talents')
,
];
}
/api/*
/nova*
それ以外
403
403ページのレンダリング
フロント
api
管理画面
フロント
FW内
FW外
404
http://bit.ly/scouter-laravel
http://bit.ly/scouter-vue