我是使用laravel(Laravel 5)的新手,我尝试通过 Composer 安装Stylist包但不起作用。这就是我所做的:
'FloatingPoint\Stylist\StylistServiceProvider',
添加到config/app.php
文件php artisan vendor:publish
获取造型师的配置文件themes
目录(包含子目录和theme.json
文件以进行测试)并配置为Stylist的配置文件现在:我不知道在哪里需要添加Stylist::registerPath('/absolute/path/to/theme', true);
行
答案 0 :(得分:0)
您可以创建一个ThemeServiceProvider,您可以在其中注册和激活主题。