In Metronic 8 Laravel, I install webpck.mix.js with npm run dev. It's successfully, but don't have public file (such as datatables js and css).
I want to use datatables but when i call it with datatables library it not found and return net::ERR_ABORTED 404 (Not Found)
i Check assets in config.setting , it inport from asset/plugin
"KT_THEME_VENDORS" => [
"datatables" => [
"css" => [
"assets/plugins/custom/datatables/datatables.bundle.css",
],
"js" => [
"assets/plugins/custom/datatables/datatables.bundle.js",
],
],
I wanted to create my own app to improve the service in our cafe. My friends advised me to find some information about food ordering app development. I found a cool article on this site, where everything was explained step by step. I liked that they also share various tricks that can make life easier for a developer, such as special offers for integrating payments and customizing the app for different platforms. Thanks to this site, I not only understood how to create an app, but also got a lot of ideas on how to make it user-friendly
Hi Saharat
Can you please check this directory?
/public/assets/plugins/custom/datatables
Thank you