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