laravel nova 不显示资源
2022-11-24 tech laravel php 1 mins 349 字
好久没用了,发现怎么不会用了,不显示资源。reddit上一个答案解释了原因: 需要关闭认证:
https://nova.laravel.com/docs/3.0/resources/authorization.html#disabling-authorization
/**
* Determine if the given resource is authorizable.
*
* @return bool
*/
public static function authorizable()
{
return false;
}