Hello,
Why Laravel Demo6 doesn't come like all 12 dashboards even after:npm run dev
npm run dev --demo6
$theme->setDemo('demo6');
in AppServiceProvider.php
Can you help me?
Thanks
Could you send me a copy of how your code appears in the AppServiceProvider.php file?
In my case, even after installing yarn and running the commands:
npm run dev
npm run dev --demo2
I don't get any code where I can insert the command:
$theme->setDemo('demo2');
It does not recognize neither the $theme variable nor the setDemo method.
Thanks
Hi,
The laravel version does not include all HTML features. The required dashboard options can be taken from the HTML version by coping with the HTML code and its JS script.
Regards.
thank you so much