Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай PHP with Laravel - Create a Restaurant Management System, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:05:03
    Introduction
  • Урок 2. 00:03:57
    Download and Install XAMPP
  • Урок 3. 00:02:30
    Download and Install Composer
  • Урок 4. 00:02:21
    Download and Install Node
  • Урок 5. 00:02:41
    Download and Install Visaul Studio Code
  • Урок 6. 00:02:36
    Download and Install Git
  • Урок 7. 00:03:18
    Configure Visual Studio Code to Use Git commands
  • Урок 8. 00:04:14
    Install Visual Studio Code Extensions
  • Урок 9. 00:05:53
    Create a Laravel Project
  • Урок 10. 00:06:17
    Create a Database and Connect the Laravel Project to the Database
  • Урок 11. 00:06:35
    Authentication Quick start
  • Урок 12. 00:04:28
    Overview Model–View–Controller (MVC)
  • Урок 13. 00:10:54
    Install Font Awesome
  • Урок 14. 00:10:57
    Create and Design the main function page
  • Урок 15. 00:12:17
    Create and Design the Data Management Page
  • Урок 16. 00:15:50
    Create a Category- Controller
  • Урок 17. 00:04:19
    Create a Category- Model
  • Урок 18. 00:16:52
    Create a Category - Store Category Information into the Database
  • Урок 19. 00:11:41
    Read and Display All Categories
  • Урок 20. 00:12:21
    Update a Category
  • Урок 21. 00:04:56
    Delete a Category
  • Урок 22. 00:07:21
    Create a Menu - Controller
  • Урок 23. 00:03:59
    Create a Menu - Model
  • Урок 24. 00:17:58
    Create a Menu - Design a Form
  • Урок 25. 00:17:54
    Create a Menu - Store Menu Information into the Database
  • Урок 26. 00:10:55
    Read and Display All Menus
  • Урок 27. 00:07:35
    Update a Menu - Design a Form
  • Урок 28. 00:12:20
    Update a Menu - Alter Information in the Database
  • Урок 29. 00:06:39
    Delete a Menu
  • Урок 30. 00:04:48
    Create a Table - Controller
  • Урок 31. 00:02:27
    Create a Table - Model
  • Урок 32. 00:04:48
    Create a Table - Design a Form and Store Table Information in the Database
  • Урок 33. 00:02:19
    Read and Display All Tables
  • Урок 34. 00:08:21
    Update a Table
  • Урок 35. 00:03:43
    Delete a Table
  • Урок 36. 00:05:29
    Create and Design the Cashier Page
  • Урок 37. 00:12:21
    Read and Display All Tables in the Cashier Page
  • Урок 38. 00:06:04
    Toggle All Tables in the Cashier Page by Using Ajax & jQuery
  • Урок 39. 00:04:45
    Read and Display All Categories in the Cashier Page
  • Урок 40. 00:13:43
    Display Menus from a Selected Category
  • Урок 41. 00:05:58
    Select a Table in the Cashier Page
  • Урок 42. 00:10:02
    Add Ordered Menus to the Cashier Page
  • Урок 43. 00:06:43
    Create Sales and SaleDetails Tables
  • Урок 44. 00:02:59
    Map a Relationship between Sales and SaleDetails Tables
  • Урок 45. 00:12:51
    Save Sale and Sale Details Information
  • Урок 46. 00:09:40
    Display SaleDetails
  • Урок 47. 00:07:29
    Display SaleDetails from a Selected Table
  • Урок 48. 00:02:55
    Colorize Selected Tables
  • Урок 49. 00:02:16
    Display Total Price
  • Урок 50. 00:11:04
    Create the Confirm Order Button
  • Урок 51. 00:04:40
    Status Buttons
  • Урок 52. 00:11:59
    Delete SaleDetails
  • Урок 53. 00:08:26
    Payment Dialogue Box
  • Урок 54. 00:11:38
    Calculate Change
  • Урок 55. 00:08:12
    Save Payment - Part 1
  • Урок 56. 00:09:05
    Save Payment - Part 2
  • Урок 57. 00:07:00
    Display a Receipt
  • Урок 58. 00:10:27
    Display Receipt's Details
  • Урок 59. 00:10:18
    Style a Receipt by using CSS
  • Урок 60. 00:02:14
    Review the Application
  • Урок 61. 00:05:49
    Create the Report Page
  • Урок 62. 00:11:21
    Use DateTime Picker on the Report Page
  • Урок 63. 00:09:27
    Show a Report - Part 1
  • Урок 64. 00:07:03
    Show a Report - Part 2
  • Урок 65. 00:21:05
    Export Reports to Excel
  • Урок 66. 00:06:28
    User Roles
  • Урок 67. 00:08:07
    Using Middleware to Prevent Unauthenticated and Unauthorized Users
  • Урок 68. 00:06:30
    Create a User - Part 1
  • Урок 69. 00:08:57
    Create a User - Part 2
  • Урок 70. 00:06:30
    Update a User
  • Урок 71. 00:01:23
    Delete a User
  • Урок 72. 00:03:19
    Disable Registration
  • Урок 73. 00:06:05
    Install the source code
  • Урок 74. 00:11:03
    Increase the quantity of ordered menu
  • Урок 75. 00:06:40
    Decrease the quantity of ordered menu