93 comments found.
I’ve downloaded this through the subscription plan but it doesn’t have anywhere to post comments. Can I get access to the gitlab. Username is Willis1776. Thanks!
Hello! Are there any plans to bump the versions of the packages used, as well as upgrade the Laravel version?
Thank you!
Hi, Am Abdul. I would like to purchase the Full Template PRO — Extended License which worth is $350. I have a question is, whether the theme package is including the Database and Backend (Server-side) code or you’re providing only the frontend coding stuff.
Hi does this Pack include Student, Instructor,admin, community/guest module? i need all these modules both integrated with front end and back end?
Hey,
I just purchased your product and installed it. However it seems css and js not loaded in the project. Can you assist me.
Hello. I already have the source code file for Luma Laravel is the Laravel & Inertia.js + Vue version of Luma HTML. I have followed all the documentation from https://www.frontendmatter.com/product/luma-laravel/documentation.
In client-side setup I successfully done npm install, npm run watch, and npm run production
In server-site setup I successfully install composer, then I use php artisan serve (http://127.0.0.1:8000/). The sites successfully opened, I can see the website.
After that, I run touch database/database.sqlite, and then php artisan migrate, and then php artisan db:seed (all steps successfully run).
But, when I tried to do http://127.0.0.1:8000/login , I can login, no mistakes, but when I refresh the page, I actually not really login, seems like database problem or what? The login screen just keep stay on the scree when I click login. Until I refresh again the address, it brings me to the dashboard, but without user information (the site seems like a guess page).
Please, how can I solve this, thank You 
Everytime i click login, it always shows this login page https://ibb.co/tJrVRjj
u had shared this https://www.frontendmatter.com/product/luma-laravel/documentation/setup-server/ . I followed but i am unable to install .
1. what i will upload to my domain under public_html and where is the database
please help
The work done on Laravel and Iertia.js side is very poor. It’s only the initialization of the pages done using Inertia.js and then every page is made using vue, vuex with references to a custom vue-luma package (impossible to customize because of some errors on some package.json dependecies).
It’s not what the description promises.
Can you change my subscription to the html theme? As other users said It’s easier for me to take html theme and then develop on laravel and vuejs on my own.
If you want we can discuss this in via email or private chat? Thank you very much.
Hi I need your help in getting Luma Laravel LMS & Vue Education Admin Dashboard Template running on my webserver. Please help i am unable to do that.
Hi,
How may I help? Have you followed the steps here https://www.frontendmatter.com/product/luma-laravel/documentation/setup-server ?
Thanks!
Please add me to the GitLab Repository.
My GitLab profile: https://gitlab.com/harshsampath
Access granted! Let me know if you need any help.
Hello,
I setup locally the luma laravel app. When I go to localhost:8000 the page loads. However when I login or register it does not redirect me back to the main page. Moreover I cannot edit/add classes or perform tasks in the page.
Do I need to install something extra or is this project for the UI components only?
Thank you
Hi,
At the moment it provides the quite complex integration between the UI and backend, specifically between Vue and Inertia.js, however functionality beyond login/register needs to be implemented on a project requirements basis, so it’s not included.
Although, I am thinking about investing some time into the development of functional modules for this UI. Would that be useful for you? What kind of functionality would you like to be integrated, at least as a base?
Thanks!
Hi, I have just purchased the Luma Laravel LMS system.
I have set it up on my localhost. Database is installed and i got the site running. BUT it seems no CSS and JS is loaded.
I have run the “npm run watch” command and it compiles successfully.
I could send screenshots on mail if needed for more information.
npm update
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: luma-laravel@1.1.0 npm ERR! Found: material-design-kit@2.2.1 npm ERR! node_modules/material-design-kit npm ERR! dev material-design-kit@”2.2.0” from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer material-design-kit@”1.0.0-alpha.23” from fm-app-settings@5.4.0 npm ERR! node_modules/fm-app-settings npm ERR! dev fm-app-settings@”^5.4.0” from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with—force, or—legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\MY-PC\AppData\Local\npm-cache\eresolve-report.txt for a full report.
I get these errors when trying to run npm update
Hi,
You need to follow the suggestion there:
npm install --legacy-peer-deps
Should solve the issue. Let me know!
Thanks.
Still no luck with the installation. Tried to update my node version from v. 10 to v.14
npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: ‘luma-laravel@1.1.0’, npm WARN EBADENGINE required: { node: ‘12.x’ }, npm WARN EBADENGINE current: { node: ‘v14.16.0’, npm: ‘7.5.6’ } npm WARN EBADENGINE }
Is it not possible to use the node v.14?
The pages displays this: Unable to locate Mix file: /css/app.css. (View: C:\wamp64_320\www\lms\resources\views\app.blade.php)
Hope you can help me out.
Hi,
Did you Manage to run npm install—legacy-peer-deps as sugested? Is there any error log? What about when running npm run dev? Any errors there?
Yes, I both tried the legacy option and installed a new version of nodejs matching the requirements. The result is the same in both cases.
I have tried to restart the whole process +10 times, each time it ends up with the same result. A page with no styles…
It all seems quite messy and buggy.
Hi,
Thanks for the reply. May I see the logs for both npm commands? Legacy and npm run dev please? Particularly interested in these logs so I can figure out what happened there because I just did the same process on my machine and it works here.
Thank you very much!
If you want you can send them in text or screenshot to contact at frontendmatter dot com. And I’ll get back to you here. Thanks again!
Great product. Happy to find a Laravel Jetstream setup here. Any recommendations for CMS? Laravel + Inertia + tailwind CMS
Are you interested in developing all the features of the application in Laravel? I need the complete project, 100% functional.
Login not working register not working 302 not found log out
Hi,
Have you followed the setup guide?
For the client side: https://www.frontendmatter.com/product/luma-laravel/documentation/setup-client/
For the server side: https://www.frontendmatter.com/product/luma-laravel/documentation/setup-server
I don’t think that’s the actual error. You should use Chrome as it’s better at tracing the errors in the console. Also, try opening the console, then refresh the page, it might show you more info. We need to see the actual error.
Hello, Install the system but it doesn’t show the styles
Hi,
Have you followed the setup guide?
For the client side: https://www.frontendmatter.com/product/luma-laravel/documentation/setup-client/
For the server side: https://www.frontendmatter.com/product/luma-laravel/documentation/setup-server
i am also still waiting for answers , where can i refund ? waiting weeks just for some simple questions
Hi Felix,
Sorry about that!
I’m around but mostly for critical issues. I’m officially starting work on Monday 11 Jan.
Regarding your question, the way you could edit the components:
From the terminal, go to the resources/vendor/vue-luma folder and create a local npm link:
cd resources/vendor/vue-lumaInstall dependencies:
npm installCreate a local link:
npm link
Then, from the root of the application (the main laravel app), instruct npm to use the link:
npm link vue-lumaThen, from the same resources/vendor/vue-luma folder you can run one of the two commands. To watch and recompile:
npm run watchOr to build:
npm run build
You may need to restart the main laravel app watcher before it picks up any changes in the resources/vendor/vue-luma folder.
npm run watch
Now you should be able to edit any .vue file in resources/vendor/vue-luma and you have a way of watching/building the thing, which should reflect on the main app.
Please let me know if you need further assistance, I’ll be arround this time.
Thanks!
Again my developer is waiting for a response for more than 8 days. Give us a direct support channel, either whatsapp or email. We cannot delay the project so much by the delay in answering simple questions. the question was: How to translate in a practical way?
Hi, I approved your refund request. Please note support on these items are limited to BUG fixes and critical issues. Other arbitrary issues like a practical way of translating the item is out of the scope. Again, I apologize for any inconvenience I may have caused.
Hi,
I just purchased LUMA. I tried to run with PHP artisan serve and it did not. DO I need to composer any?
Hi,
Did you follow the steps in the documentation?
npm install did not finish. It stopped with error. See the log – https://docs.google.com/document/d/1i69mbNjr9pkTlsw13MJiUQxnOMZ7DPP7FYO-VcPbG4E/edit?usp=sharing
and when I try npm run dev – i got this – Failed at the luma-laravel@1.0.1 dev:main script.
OK, I figure it out! I went through the thread. The App is running now! Next to customize it.
Hi I bought this 1 month ago and still unable to install. Do you offer installation service?
Hi,
I apologize for the delay.
Can you please provide a full error log?
> node node_modules/.bin/cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js—no-progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js
/home/mtyokesen/public_html/node_modules/.bin/cross-env:2 basedir=$(dirname ”$(echo ”$0” | sed -e ’s,\\,/,g’)”) ^^^
SyntaxError: missing ) after argument list at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! luma-laravel@1.0.1 prod:main: `node node_modules/.bin/cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js—no-progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the luma-laravel@1.0.1 prod:main script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /home/mtyokesen/.npm/_logs/2021-01-07T08_05_16_879Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! luma-laravel@1.0.1 production: `npm run prod:main && npm run prod:css` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the luma-laravel@1.0.1 production script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /home/mtyokesen/.npm/_logs/2021-01-07T08_05_16_902Z-debug.log
Exception The Mix manifest does not exist. (View: /home/mtyokesen/public_html/resources/views/app.blade.php)
Hi,
Can you please try to run separately:
npm run prod:main
and then
npm run prod:css
Please let me know if that works!
Also,
Edit webpack.mix.css.js and comment out the following line:
// require('postcss-rtl')
You may also need to remove the following part from the same file:
if (mix.inProduction()) {
postCss.push(
purgecss({
content: [
'./public/js/**/*.js',
],
variables: true,
keyframes: true,
fontFace: true,
safelist: {
greedy: [
/-(leave|enter|appear)(|-(to|from|active))$/,
/^(?!(|.*?:)cursor-move).+-move$/,
/^router-link(|-exact)-active$/,
/data-v-.*/,
/mdk-box--primary/,
/mdk-(drawer|reveal)/,
/sidebar-submenu/,
/sm-indent/,
/sidebar-(light|dark-pickled-bluewood)/,
/navbar-(light|dark-pickled-bluewood)/,
/avatar-.*/,
/btn-(flush|white|accent|dark|outline-(white|dark)|lg)/,
/badge-(accent|dark|notifications)/,
/text-rating/,
/pagination-xsm/,
/icon-holder--(primary|dark|light|outline-accent)/,
/bg-(body|secondary|success|danger|warning|info)/,
/alert-(success|danger|warning|info)/,
/spinner-grow/,
]
}
})
)
}
Please let me know if that solved the issue.