وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Laravel 9 – Online Hotel Booking Platform (A to Z)

سرفصل های دوره

Learning Laravel fundamentals (A to Z) and developing a complete online hotel booking website with Laravel 9


1. Introduction
  • 1. Introduction

  • 2. Prerequisites
  • 1. Installing Xampp
  • 2. Shift between php 7 and php 8 in XAMPP
  • 3. Code Editors

  • 3. Visual Studio Code Editor
  • 1. VS Code Installation
  • 2. Opening Folders (Single and Multiple)
  • 3. Autosave
  • 4. Installing Extensions
  • 5. Export Settings
  • 6. Reset VS Code
  • 7. Creating and Working with Snippets
  • 8. Extension - Bootstrap 5 Quick Snippets
  • 9. Extension - Auto Rename Tag
  • 10. Extension - Bracket Pair Colorizer 2
  • 11. Extension - Bracket Pair Colorizer 2 - Updated
  • 12. Extension - Material Icon Theme
  • 13. Extension - Vscode Great Icons
  • 14. Extension - Live Server
  • 15. Extension - Live Server Preview
  • 16. Extension - HTML CSS Support
  • 17. Extension - Laravel Blade Snippets
  • 18. Extension - Laravel Snippets
  • 19. Extension - Laravel Blade Spacer
  • 20. Extension - Laravel Artisan
  • 21. Extension - Laravel-goto-controller
  • 22. Color Scheme
  • 23. Working with Terminal
  • 24. Settings Sync

  • 4. Laravel Fundamentals (A to Z) - Laravel 8 & Laravel 9
  • 1. Important Notes about Laravel 8 and Laravel 9 - How to install
  • 2. What is MVC
  • 3. What is Laravel
  • 4. What is Composer; Download and Install Composer
  • 5. Install Laravel
  • 6. Laravel Folder and File Structure
  • 7.1 6. Routes - Basic, Routes with parameter - Part 1.zip
  • 7. Routes - Basic, Routes with parameter - Part 1
  • 8.1 7. Routes - Names route, URL, URL to Route - Part 2.zip
  • 8. Routes - Named route, URL, URL to Route - Part 2
  • 9.1 8. Controller.zip
  • 9. Controller
  • 10.1 9. Blade - Part 1.zip
  • 10. Blade - Part 1
  • 11.1 10. Blade - Part 2.zip
  • 11. Blade - Part 2
  • 12.1 11. Middleware - Part 1.zip
  • 12. Middleware - Part 1
  • 13.1 12. Middleware - Part 2.zip
  • 13. Middleware - Part 2
  • 14.1 13. Route Group.zip
  • 14. Route Group
  • 15.1 14. Database and Migration.zip
  • 15. Database and Migration
  • 16.1 15. Model.zip
  • 16. Model
  • 17.1 16. Database - Raw SQL (Insert Data).zip
  • 17. Database - Raw SQL (Insert Data)
  • 18.1 17. Database - Raw SQL (Show Data).zip
  • 18. Database - Raw SQL (Show Data)
  • 19.1 18. Database - Raw SQL (Update Data).zip
  • 19. Database - Raw SQL (Update Data)
  • 20.1 19. Database - Raw SQL (Delete Data).zip
  • 20. Database - Raw SQL (Delete Data)
  • 21.1 20. Database - Raw SQL (Join Tables).zip
  • 21. Database - Raw SQL (Join Tables)
  • 22.1 21. Database - Query Builder (Insert Data).zip
  • 22. Database - Query Builder (Insert Data)
  • 23.1 22. Database - Query Builder (Show Data).zip
  • 23. Database - Query Builder (Show Data)
  • 24.1 23. Database - Query Builder (Update Data).zip
  • 24. Database - Query Builder (Update Data)
  • 25.1 24. Database - Query Builder (Delete Data).zip
  • 25. Database - Query Builder (Delete Data)
  • 26.1 25. Database - Query Builder (Join Tables).zip
  • 26. Database - Query Builder (Join Tables)
  • 27.1 26. Database - Eloquent ORM (Insert Data).zip
  • 27. Database - Eloquent ORM (Insert Data)
  • 28.1 27. Database - Eloquent ORM (Show Data).zip
  • 28. Database - Eloquent ORM (Show Data)
  • 29.1 28. Database - Eloquent ORM (Update Data).zip
  • 29. Database - Eloquent ORM (Update Data)
  • 30.1 29. Database - Eloquent ORM (Delete Data).zip
  • 30. Database - Eloquent ORM (Delete Data)
  • 31.1 30. Database - Eloquent ORM (One to One Relationship).zip
  • 31. Database - Eloquent ORM (One to One Relationship)
  • 32.1 31. Database - Eloquent ORM (One to One Reverse Relationship).zip
  • 32. Database - Eloquent ORM (One to One Reverse Relationship)
  • 33.1 32. Database - Eloquent ORM (One to Many Relationship).zip
  • 33. Database - Eloquent ORM (One to Many Relationship)
  • 34.1 33. CRUD Implementation (Form Validation, Error Message, Insert Data) - Part 1.zip
  • 34. CRUD Implementation (Form Validation, Error Message, Insert Data) - Part 1
  • 35.1 34. CRUD Implementation (Show Data) - Part 2.zip
  • 35. CRUD Implementation (Show Data) - Part 2
  • 36.1 35. CRUD Implementation (Update Data) - Part 3.zip
  • 36. CRUD Implementation (Update Data) - Part 3
  • 37.1 36. CRUD Implementation (Delete Data) - Part 4.zip
  • 37. CRUD Implementation (Delete Data) - Part 4
  • 38.1 37. CRUD Implementation (Image Upload, Validation, Insert Photo) - Part 5.zip
  • 38. CRUD Implementation (Image Upload, Validation, Insert Photo) - Part 5
  • 39.1 38. CRUD Implementation (Image Upload, Validation, Update Photo) - Part 6.zip
  • 39. CRUD Implementation (Image Upload, Validation, Update Photo) - Part 6
  • 40.1 39. CRUD Implementation (Image Upload, Validation, Delete Photo) - Part 7.zip
  • 40. CRUD Implementation (Image Upload, Validation, Delete Photo) - Part 7
  • 41.1 40. Soft Delete and Data Restore.zip
  • 41. Soft Delete and Data Restore
  • 42.1 41. Force Delete.zip
  • 42. Force Delete
  • 43.1 42. Helper Functions.zip
  • 43. Helper Functions
  • 44.1 43. Sending Email.zip
  • 44. Sending Email
  • 45.1 44. Seeder and Faker - Part 1.zip
  • 45. Seeder and Faker - Part 1
  • 46.1 45. Seeder and Faker - Part 2.zip
  • 46. Seeder and Faker - Part 2
  • 47.1 46. Edit .env file content using user interface.zip
  • 47. Edit .env file contents using user interface (Laravel 8 Only)

  • 5. Laravel Authentication - Single User and Multi User
  • 1.1 1. Authentication (Single User) - Part 1.zip
  • 1. Authentication (Single User) - Part 1
  • 2.1 2. Authentication (Single User) - Part 2.zip
  • 2. Authentication (Single User) - Part 2
  • 3.1 3. Authentication (Single User) - Part 3.zip
  • 3. Authentication (Single User) - Part 3
  • 4.1 4. Authentication (Single User) - Part 4.zip
  • 4. Authentication (Single User) - Part 4
  • 5.1 5. Authentication (Single User) - Part 5.zip
  • 5. Authentication (Single User) - Part 5
  • 6.1 6. Authentication (Single User) - Part 6.zip
  • 6. Authentication (Single User) - Part 6
  • 7.1 7. Authentication (Multi Auth using Single Table) - Part 7.zip
  • 7. Authentication (Multi Auth using Single Table) - Part 7
  • 8.1 8. Authentication (Multi Auth using Single Table) - Part 8.zip
  • 8. Authentication (Multi Auth using Single Table) - Part 8
  • 9.1 9. Authentication (Multi Auth using Different Guards and Tables) - Part 9.zip
  • 9. Authentication (Multi Auth using Different Guards and Tables) - Part 9
  • 10.1 10. Authentication (Multi Auth using Different Guards and Tables) - Part 10.zip
  • 10. Authentication (Multi Auth using Different Guards and Tables) - Part 10
  • 11.1 11. Authentication (Multi Auth using Different Guards and Tables) - Part 11.zip
  • 11. Authentication (Multi Auth using Different Guards and Tables) - Part 11

  • 6. Admin Panel - Template Mastering
  • 1.1 1. Admin Panel HTML template.zip
  • 1. Admin Panel HTML template (Bootstrap 5)
  • 2.1 2. Installing Laravel 9 and Creating Database.zip
  • 2. Installing Laravel 9 and Creating Database
  • 3.1 3. Layouts Creation and Home Page.zip
  • 3. Layouts Creation and Home Page
  • 4.1 4. Login and Forget Password Page.zip
  • 4. Login and Forget Password Page
  • 5.1 5. Create migration and models for admins table.zip
  • 5. Create migration and models for admins table
  • 6.1 6. Admin middleware.zip
  • 6. Admin middleware
  • 7.1 7. Creating demo admin user in phpmyadmin.zip
  • 7. Creating demo admin user in phpmyadmin
  • 8.1 8. Setup email and add mailtrap account.zip
  • 8. Setup email and add mailtrap account
  • 9.1 9. Login, logout, error message and admin guard setup.zip
  • 9. Login, logout, error message and admin guard setup
  • 10.1 10. Forget password, sending email with reset link.zip
  • 10. Forget password, sending email with reset link
  • 11.1 11. Reset password complete.zip
  • 11. Reset password complete
  • 12.1 12. Admin profile information and photo update.zip
  • 12. Admin profile information and photo update

  • 7. Front End Template
  • 1.1 front_end_html.zip
  • 1. About HTML Template (Bootstrap 5)

  • 8. Front End Template Mastering
  • 1. Rename the admin panel project to convert it to the main project
  • 2. Mastering the template and working with home and about page

  • 9. Slides - Home Page
  • 1. Slides - Part 1
  • 2. Slides - Part 2
  • 3. Slides - Part 3
  • 4. Slides - Part 4
  • 5. Slides - Part 5
  • 6. Slides - Part 6

  • 10. Features - Home Page
  • 1. Features - Part 1
  • 2. Features - Part 2
  • 3. Features - Part 3
  • 4. Features - Part 4
  • 5. Features - Part 5

  • 11. Testimonial - Home Page
  • 1. Testimonial - Part 1
  • 2. Testimonial - Part 2
  • 3. Testimonial - Part 3
  • 4. Testimonial - Part 4

  • 12. Blog
  • 1. Blog - Part 1
  • 2. Blog - Part 2
  • 3. Blog - Part 3
  • 4. Blog - Part 4
  • 5. Blog - Part 5
  • 6. Blog - Part 6

  • 13. Photo Gallery
  • 1. Photo Gallery - Part 1
  • 2. Photo Gallery - Part 2
  • 3. Photo Gallery - Part 3
  • 4. Photo Gallery - Part 4

  • 14. Video Gallery
  • 1. Video Gallery - Part 1
  • 2. Video Gallery - Part 2
  • 3. Video Gallery - Part 3

  • 15. FAQ
  • 1. FAQ - Part 1
  • 2. FAQ - Part 2
  • 3. FAQ - Part 3

  • 16. Page - About
  • 1. Page - About - Part 1
  • 2. Page - About - Part 2

  • 17. Page - Terms and Conditions
  • 1. Page - Terms and Conditions - Part 1
  • 2. Page - Terms and Conditions - Part 2

  • 18. Page - Privacy Policy
  • 1. Page - Privacy Policy - Part 1
  • 2. Page - Privacy Policy - Part 2

  • 19. Page - Contact
  • 1. Page - Contact - Part 1
  • 2. Page - Contact - Part 2
  • 3. Page - Contact - Part 3 (Sending Email using Ajax)

  • 20. Page - Photo Gallery
  • 1. Page - Photo Gallery - Part 1
  • 2. Page - Photo Gallery - Part 2

  • 21. Page - Video Gallery
  • 1. Page - Video Gallery - Part 1
  • 2. Page - Video Gallery - Part 2

  • 22. Page - FAQ
  • 1. Page - FAQ - Part 1
  • 2. Page - FAQ - Part 2

  • 23. Page - Blog
  • 1. Page - Blog - Part 1
  • 2. Page - Blog - Part 2

  • 24. Page - Cart, Checkout, Payment, Sign Up, Sign In
  • 1. Page - Cart, Checkout, Payment
  • 2. Page - Sign Up, Sign In

  • 25. Subscriber - Front End
  • 1. Subscriber - Front End - Part 1
  • 2. Subscriber - Front End - Part 2

  • 26. Subscriber - Admin Panel
  • 1. Subscriber - Admin Panel - Part 1
  • 2. Subscriber - Admin Panel - Part 2

  • 27. Room Amenity
  • 1. Room Amenity - Part 1
  • 2. Room Amenity - Part 2

  • 28. Room
  • 1. Room - Part 1
  • 2. Room - Part 2
  • 3. Room - Part 3
  • 4. Room - Part 4
  • 5. Room - Part 5

  • 29. Room - Front End
  • 1. Room - Front End - Part 1
  • 2. Room - Front End - Part 2

  • 30. Customer - Sign Up
  • 1. Customer - Sign Up - Part 1
  • 2. Customer - Sign Up - Part 2
  • 3. Customer - Sign Up - Part 3
  • 4. Customer - Sign Up - Part 4

  • 31. Customer - Login, Forget Password, Reset Password
  • 1. Customer - Login
  • 2. Customer - Forget Password
  • 3. Customer - Reset Password

  • 32. Customer - Profile Section
  • 1. Profile - Part 1
  • 2. Profile - Part 2

  • 33. Room Booking - Cart
  • 1. Room Booking - Cart - Part 1
  • 2. Room Booking - Cart - Part 2
  • 3. Room Booking - Cart - Part 3

  • 34. Room Booking - Checkout
  • 1. Room Booking - Checkout

  • 35. Room Booking - Payment
  • 1. Room Booking - Payment - Part 1
  • 2. Room Booking - Payment - Part 2 (PayPal Account Creation)
  • 3. Room Booking - Payment - Part 3 (PayPal)
  • 4. Room Booking - Payment - Part 4 (PayPal)
  • 5. Room Booking - Payment - Part 5 (PayPal)
  • 6. Room Booking - Payment - Part 6 (PayPal)
  • 7. Room Booking - Payment - Part 7 (PayPal)
  • 8. Room Booking - Payment - Part 8 (PayPal)
  • 9. Room Booking - Payment - Part 9 (Stripe)
  • 10. Room Booking - Payment - Part 10 (Stripe)

  • 36. Customer - Order Section
  • 1. Customer - Order - Part 1
  • 2. Customer - Order - Part 2
  • 3. Customer - Order - Part 3
  • 4. Customer - Order - Part 4

  • 37. Admin - Customer Section
  • 1. Admin - Customer Section - Part 1
  • 2. Admin - Customer Section - Part 2
  • 3. Admin - Customer Section - Part 3

  • 38. Admin - Customer Orders
  • 1. Admin - Customer Orders - Part 1
  • 2. Admin - Customer Orders - Part 2

  • 39. Admin - Dashboard
  • 1. Admin - Dashboard - Part 1
  • 2. Admin - Dashboard - Part 2

  • 40. Room Availability
  • 1. Room Availability - Part 1
  • 2. Room Availability - Part 2
  • 3. Room Availability - Part 3
  • 4. Room Availability - Part 4

  • 41. Admin - Settings
  • 1. Creating Table
  • 2. Logo
  • 3. Favicon
  • 4. Top Bar
  • 5. Home Page
  • 6. Footer
  • 7. Google Analytic
  • 8. Theme Color

  • 42. Admin - Datewise Rooms
  • 1. Admin - Datewise Rooms - Part 1
  • 2. Admin - Datewise Rooms - Part 2

  • 43. Final Things
  • 1. Changing Admin Dashboard Icons
  • 2. Changing Admin Sidebar Icons

  • 44. Source Codes
  • 1.1 database.zip
  • 1.2 online_hotel_booking.zip
  • 1. Complete Project Source Code with Database.html
  • 63,400 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 17
    حجم: 19180 مگابایت
    مدت زمان: 2183 دقیقه
    تاریخ انتشار: 21 دی 1401
    طراحی سایت و خدمات سئو

    63,400 تومان
    افزودن به سبد خرید