Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mac03733's avatar

weekly schedule / timetable

i am trying to implement a class timetable , and was wondering if anyone has used a light plugin i could use

0 likes
3 replies
mac03733's avatar

@LADYDEATHKZN - hi ..not those ones ... i have a lessons ( id , subject, day_of_week , start_time , end_time ,teacher ) table on my database

so i need a plugin that can help generate a weekly timetable using such info


         | Mon | Tue | Wed | thur | friday
7am |          | .       |      |
7:30 |
8am |

somthing along those lines

LadyDeathKZN's avatar

MMMM the way I think of it, is to make a view that has the above information pass through it view the controller in the format that you are looking for. As for a weekly, best way to go about this would be to make a task scheduele that could generate for example a PDF weekly with the above given example. https://laravel.com/docs/5.8/scheduling

Correct me if I'm wrong :)

Please or to participate in this conversation.