/classroom

Classroom | A Complete Laravel Project

Primary LanguageJavaScript

Important Infos

Admin Email : eesha@gmail.com 
User_Id : 3
Admin Password : 01786122963

When website failed to run

Solved a very big problem: WHAT IF, Permission denied on storage/logs..

  • First: Go to public file. Delete Storage folder (which actually a folder link). Then use
 php artisan storage:link 
  • Second:
 php artisan optimize:clear 

if not working then

 composer update 
  • Third:
 php artisan serve 

Database

Client : phpmyadmin
Database name : classroom
classroom.sql is provided

If website doesn't run, you should have used this command to clear caches

php artisan route:clear && php artisan view:clear && php artisan config:clear && php artisan cache:clear && php artisan clear-compiled