You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the command php artisan db:seed, I get an error exception:
file_get_contents(sql/class.sql): Failed to open stream: No such file or directory.
I checked the sql folder, and some files are missing (class.sql, section.sql, subjects.sql, marks.sql, grade.sql, and teacher.sql). Can you provide me with those files? Thanks!
The text was updated successfully, but these errors were encountered:
When I run the command php artisan db:seed, I get an error exception:
file_get_contents(sql/class.sql): Failed to open stream: No such file or directory.
I checked the sql folder, and some files are missing (class.sql, section.sql, subjects.sql, marks.sql, grade.sql, and teacher.sql). Can you provide me with those files? Thanks!
The text was updated successfully, but these errors were encountered: