79399464

Date: 2025-01-30 10:00:01
Score: 0.5
Natty:
Report link

Solution found:

I had to add the following method to my DashboardController:

public function configureAssets(): Assets
{
   $assets = parent::configureAssets();
   $assets->addWebpackEncoreEntry('app');
   return $assets;
}

Source - Crease29

May it be useful to someone else !

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Renrhaf