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!
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!