Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Still have issues now with vendor files and stuff


Hi!

So I might be doing something wrong or something is wrong with the file downloaded from EnVato.

Whenever I want to add a vendor... I get a 404 error message... going into the settings of a vendor, say Datatables I have a url say...


assets/plugins/custom/datatables/datatables.bundle.css


When I do check if the file is there, it isn't in public, it still remains on the resources folder... So I'm guessing that the webpack is not correctly doing the job? When I check on the webpack file I have the following line


(glob.sync(`resources/mix/vendors/**/*.js`) || []).forEach(file => {
mix.scripts(require("./" + file), `public/assets/${file.replace("resources/mix/vendors/", "plugins/custom/")}`);
});


Which should be the one that take the files from vendor and put them in the custom folder that the settings is expecting.
Can you give some advice on what to do?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

Sorry for the late reply. May I know if are you using our Laravel Starter Kit or implementing your own Laravel app?

If you are using Metronic's Laravel Starter Kit, please note that we are currently preparing the new Metronic v8.1.9 update with a new version of our Laravel Starter Kit that comes with the latest Metronic HTML templated integration, assets integration, and with auth and user management crud module. This update should be released by Tuesday or Wednesday of the new week.

You will get an email notification once Metronic has a new update so please stay tuned!

Regards.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(