Fail to load resources (script and style)
sabid opened this issue · 3 comments
sabid commented
This script and style not load, because the dist folder not exist.
Nova::script('laravel-nova-configuration', DIR.'/../dist/js/tool.js');
Nova::style('laravel-nova-configuration', DIR.'/../dist/css/tool.css');
My solution, in terminal.
cd vendor/inani/laravel-nova-configuration
npm install
npm rum production
akiyamaSM commented
I forgot to build the scripts 🤦🤦
Thaanks for the PR