Installing Downloaded Vue.js+Laravel Panel
Last updated
Last updated
After unarchiving the ZIP file into the folder you prepared for your project, here's a sequence of Terminal commands you need to run (short version):
We have a much more detailed guide for non-Vue Laravel version of QuickAdminPanel: . Most of that guide is applicable for Vue version, but additionally, you need to run Vue-related commands:
So, if your URL for the project is NOT http://localhost, then add your domain into .env file variable SANCTUM_STATEFUL_DOMAINS
Example:
Important: that myproject.test value should NOT contain any prefixes, and should be lowercase. So not http://myproject.test, and not MyProject.test
If it's all successful, you should launch the homepage and see a login screen:
Default credentials: - Email: admin@admin.com - Pass: password
After login, you can browse through menu items and you should see datatables like this one:
We're using for API Authentication.
Read more about Laravel Sanctum domains in .