I want to add feature to my Web so that a could book a doctor appointment. I wanted to be very simple just choosing a doctor name and the date. and then it is saved in the database
does anyone knows how i could make it and if there is any resource that would help
I want to make it with laravel
I was curious and saw an app on github that does this meaning doctors appointments, would it hurt to study some of that code to get some ideas of how that's done.
I also maintain a custom framework, and I have gotten tons of ideas from Symfony and laravel GitHub pages on how things are done in the vendor folders, an excellent learning tool.
There are also calendar applications such as laravel calendar you could try.