examinee
examinee copied to clipboard
No Contents No Exam Management
I installed the app according to you installation instructions but after login as admin no data is displayed. No lessons, no students, and the menu item "courses" is not working. Maybe errors in vue scripts !?
At this moment the courses page has no data. do you see data on scholar and student page? If not see please run the seeder
php artisan migrate:fresh --seed
how to run the app
Yes exactly , API authentication issue.
Solution The sanctum stateful domains in .env file should be the same addresses of our front-end apps including the port numbers. as the following code snippets APP_URL=http://localhost:8000 SANCTUM_STATEFUL_DOMAINS=localhost:8000
what the admin pasword ?