【问题标题】:Where are the templates for the Laravel Voyager admin stored?Laravel Voyager 管理员的模板存储在哪里?
【发布时间】:2021-04-23 05:45:13
【问题描述】:
无论是在线还是离线,我都很难在找不到任何东西的情况下寻找它们。互联网上没有任何信息。在
中没有 Voyager 包的踪迹
任何信息都会有所帮助。
【问题讨论】:
标签:
laravel
templates
admin
voyager
【解决方案1】:
您可以手动从vendor/tcg/voyager/resources/views 复制到resources/views/vendor/voyager。
这是我复制的文件夹:
通常,包有发布者可以发布它的视图。应该像php artisan vendor:publish --provider="providerpath" --tag="views"。但不幸的是,VoyagerServiceProvider 没有那个发布标签。