Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我重新安装了 Laravel 和 Laratrust。
我启用了 Laratrust 面板,当我打开它时,我得到了以下信息... 错误消息的屏幕截图
我发现的其他解决方案是执行 npm install 和 npm run dev 或 npm run production。这些都没有帮助。有任何想法吗?
我确实解决了这个问题!
你需要写命令
php artisan vendor:publish --tag=laratrust-assets --force
之前或代替
php artisan vendor:publish --tag="laratrust"