I see so many people getting this error
already follow this https://preview.keenthemes.com/laravel/metronic/docs/getting-
and install it correctly
run 'npm run dev'
all run successfully
but still getting this error
NOT FOUND http://127.0.0.1:8000/assets/js/custom/authentication/sign-in/general.js
and I already check the file general.js is correctly placed to that path
I guess its something about your settings.php or Theme.php
can you guys please check it?
I'm having the same problem after downloading the latest version, I haven't found a solution yet. I think the error is after the "npm run dev" command. Because it always gives errors in Laravel Mix.
Hi,
Sorry for the inconvenience,
Could you please download the Metronic from this link and retry with the installation?
http://devs.keenthemes.com/metronic/laravel
Thanks
to make it clear that
this is the path for general.js
...\starterkit\resources\_keenthemes\src\js\custom\authentication\sign-in\general.js
Hello Gandhy
you need to copy the folder
'resources/js/custom/authentication/sign-in/
To
'public/assets/js/custom/authentication/sign-in/'
'public/assets/resources/mix/vendors/datatables/'
To
'public/assets/plugins/custom/datatables/'
I hope you find solutions
oh thanks it works
but something feel wrong here
why do we manually do that? am I missing some step?