Why do you provide a Laravel starterkit that is not working without any fixes applied?
Most of the assets directory's are wrong, als other fixes needs to be applied before i even can test it locally.
Where is the GITHUB repo where every Laravel developer can push there fixes and ask dedicated questions about Metronic Laravel?
Hi Tieme Alberts,
Apologies for any inconvenience caused. We have released a new update that includes various bug fixes and improvements. You can download the update from our official website at https://devs.keenthemes.com/metronic . It will also be available on the ThemeForest website soon. If you encounter any issues or need further assistance, please don't hesitate to reach out to us. Thank you for your understanding!
Hi Tieme Alberts,
Thank you for your response. We appreciate your understanding and patience.
Regarding the input field, $request->token
is the correct one.
We understand that there may be some confusion regarding the paths and file locations. It's good to know that the path assets/js/custom
is correct as it points to the files in the public folder. The npm run dev
command should build the assets from the resource/_keenthemes/src
folder and output them to the public folder as expected.
We are actively working on updates, bug fixes, and improvements for all frameworks, including Laravel. We strive to provide a quick update with the necessary fixes, and we anticipate releasing it by tomorrow.
If you have any further questions or need assistance with anything else, please feel free to ask. We're here to help.
Oke, lets start again from the beginning.
First error : npm run dev
[webpack-cli] TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator)) webpack.mix.js:130:24
node -v : 18.16.1
npm -v : 9.8.1
gulp -v : CLI version: 2.3.0
Please fill in the form here to get access of the GitHub. https://keenthemes.com/metronic/github
You may ask your questions using the forum here.https://devs.keenthemes.com/question/create
Thank you
Hi Tieme,
Sorry for the inconvenience. Could you please clarify the issues you are facing now?
If you have issue with the build, could you please try to follow these steps:
1. Delete the `node_modules` folder in your project directory.
2. If you have a `package-lock.json` or `yarn.lock` file, delete it as well.
3. Run the following command to reinstall the dependencies: yarn install
4. After the dependencies are installed, try running the npm run dev
command again.
If you encounter any further issues, please let us know.
Just in case Metronic Laravel does not fulfill your project requirements you may request a refund using Themeforest Refund Form. 100% money back is guaranteed for you.
Thank you for your patience.
Well, lets start with all the path files "assets/js/custom/" needs to change to "assets/resources/_keenthemes/src/js/custom"
Than the rest password blade.
input type="hidden" name="token" value="{{ $request->get('token') }}">
Needs to change to
input type="hidden" name="token" value="{{ $request->token }}">