在 Laravel Nova 中,如何包含额外的 css 文件?
我尝试过以下操作,但出现错误。
class NovaServiceProvider extends NovaApplicationServiceProvider
{
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
parent::boot();
Nova::style('admin', asset('css/admin.css'));
}
...
}
在public/css
文件夹下我有admin.css
文件。
错误:
file_get_contents(http://localhost:8099/css/admin.css):无法打开流:无法分配请求的地址{“异常”:“[对象](错误异常(代码:0):file_get_contents(http://localhost :8099/css/admin.css):无法打开流:无法在 /var/www/nova/src/Http/Controllers/StyleController.php:20 分配请求的地址