-
Урок 1. 00:08:37Introduction
-
Урок 2. 00:02:17Project scenario
-
Урок 3. 00:03:59setup
-
Урок 4. 00:06:25install laravel
-
Урок 5. 00:04:42install laravel 8
-
Урок 6. 00:00:58Target class not found error solution in laravel 8
-
Урок 7. 00:00:55download project code
-
Урок 8. 00:11:18make link to css,js and image
-
Урок 9. 00:06:21splitting single file into different files
-
Урок 10. 00:06:30explaning the concept of master file
-
Урок 11. 00:05:50migration of user and roles table
-
Урок 12. 00:03:14add extra column to existing table
-
Урок 13. 00:08:25create first user
-
Урок 14. 00:16:31create doctor form
-
Урок 15. 00:15:25validation part1
-
Урок 16. 00:15:20validation part 2 and store doctor record
-
Урок 17. 00:13:23get list of doctors in datatable
-
Урок 18. 00:07:42show information in bootstrap modal
-
Урок 19. 00:05:05fix error
-
Урок 20. 00:11:11edit doctor form
-
Урок 21. 00:12:14update doctor information
-
Урок 22. 00:04:51code refactor
-
Урок 23. 00:14:08delete doctor
-
Урок 24. 00:03:08sidebar
-
Урок 25. 00:01:08adding conditions to get only doctors and admin but no patients
-
Урок 26. 00:12:15login and middleware
-
Урок 27. 00:04:03doctor appointment time desing dicussion
-
Урок 28. 00:15:10desing time slot
-
Урок 29. 00:09:45finalize the design
-
Урок 30. 00:09:28creation of table for appointments
-
Урок 31. 00:10:33appointment store
-
Урок 32. 00:09:42validation of the appointment time slot
-
Урок 33. 00:10:31get appointment time slots
-
Урок 34. 00:16:24mark checked if exist
-
Урок 35. 00:11:46update appointment time
-
Урок 36. 00:06:17doctor middleware and sidebar
-
Урок 37. 00:10:05show doctor all his appointment
-
Урок 38. 00:01:07redirect doctor to dashboard
-
Урок 39. 00:14:09frontend design part1
-
Урок 40. 00:04:15frontend design part2
-
Урок 41. 00:02:51frontend design part3
-
Урок 42. 00:12:05get list of doctors
-
Урок 43. 00:13:49show all appointment time slots
-
Урок 44. 00:07:47display checkbox and display doctor information
-
Урок 45. 00:07:33filters and find doctors
-
Урок 46. 00:06:23fix dashboard routes
-
Урок 47. 00:05:32migration of the booking table
-
Урок 48. 00:07:14patient book an appointment part1
-
Урок 49. 00:02:32adding extra field to bookings table
-
Урок 50. 00:10:30store users appointment
-
Урок 51. 00:08:14don't give user to make multiple appointment
-
Урок 52. 00:13:17sending email notification
-
Урок 53. 00:11:54get my appointments
-
Урок 54. 00:02:58install vue js datepicker and moment js
-
Урок 55. 00:10:06vue js date picker part 2
-
Урок 56. 00:16:12vue ja date picker part 3
-
Урок 57. 00:07:52vue js datepicker with laravel part 4
-
Урок 58. 00:06:29vue loader and disable past days
-
Урок 59. 00:10:53patient profile design
-
Урок 60. 00:13:07update profile of patient
-
Урок 61. 00:12:46upload profile picture
-
Урок 62. 00:05:07protect patient routes with middleware
-
Урок 63. 00:12:18list of patients who made an appointment
-
Урок 64. 00:09:53filter patients by date
-
Урок 65. 00:04:49update patients status
-
Урок 66. 00:08:49get all patients and work on sidebar
-
Урок 67. 00:04:57create prescriptions table
-
Урок 68. 00:06:43prescription controller
-
Урок 69. 00:10:56make a prescription form
-
Урок 70. 00:05:14fixing error
-
Урок 71. 00:14:35dynamically generate input filed vuejs
-
Урок 72. 00:08:18store prescription
-
Урок 73. 00:01:58getting only my patients
-
Урок 74. 00:09:31show view prescription button
-
Урок 75. 00:09:11prescription link
-
Урок 76. 00:05:49get all patients from prescription table
-
Урок 77. 00:08:13patients prescription in patients dashboard
-
Урок 78. 00:10:01dashboard analytics
-
Урок 79. 00:15:39store and get department
-
Урок 80. 00:11:04update and delete department
-
Урок 81. 00:04:45sidebar and update doctor form
-
Урок 82. 00:00:36conclusion
- Категории
- Источники
- Все курсы
- Разделы
- Книги
Будьте внимательны, в самом начале курса автор показывает как он создаёт проект на 8 версии ларавеля (модели в папке Models), но забывает указать нам, что курс будет продолжан на 7 версии (модели в папке App). Из за этого могут быть проблемы у начинающих.
Пишет на sublime text, отчего выравнивание текста заставляет глаза течь кровью.
Крайне не рекомендую начинающим ларавельщикам, но могут глянуть те, кому было интересно как организовать проекты где нужно назначать встречи по календарям и тому подобное.