Companies Home Search Profile

Laravel 9 - Build Online Food Ordering System For Restaurant

Focused View

360 Soft

17:19:36

215 View
  • 1. Project Overview.mp4
    10:03
  • 1. Composer Overview.mp4
    02:30
  • 2. Install composer in local machine.mp4
    02:53
  • 3. Install package via composer.mp4
    04:31
  • 1. MVC overview.mp4
    02:17
  • 2. How MVC Works.mp4
    02:02
  • 1. Laravel Overview.mp4
    02:34
  • 2. Install a Laravel project.mp4
    02:34
  • 3. Laravel folder structure.mp4
    08:32
  • 4. About the .env file.mp4
    05:23
  • 1. Basic routing.mp4
    11:55
  • 2. Route parameter.mp4
    09:08
  • 3. Route group, prefix, name prefix.mp4
    13:43
  • 1. How middleware works.mp4
    01:46
  • 2. Register and define new middleware.mp4
    10:02
  • 3. Middleware types (Global, Route, Group middleware).mp4
    15:05
  • 1. Basic Controller.mp4
    07:50
  • 2. Resource and partial resource controller.mp4
    08:05
  • 1. Laravel view (Basic overview).mp4
    08:06
  • 2. Laravel view features (extends, include, yield, section).mp4
    12:16
  • 3. Laravel view condition and loop.mp4
    11:43
  • 1. How to connect the database, model and migration.mp4
    12:41
  • 2. Seeder and factories.mp4
    12:15
  • 1. Basic crud environment setup.mp4
    10:45
  • 2. Validation and store the data.mp4
    15:57
  • 3. Show, edit and update data.mp4
    20:26
  • 4. Delete data from the database.mp4
    06:50
  • 1. Environment setup for image crud.mp4
    08:12
  • 2. Create view file for image crud.mp4
    11:27
  • 3. Image store functionality.mp4
    19:03
  • 4. Image show from the database.mp4
    10:18
  • 5. Edit and update image in Laravel.mp4
    16:23
  • 6. Delete images in Laravel.mp4
    07:46
  • 1. Image crud with intervention image environment setup.mp4
    09:28
  • 2. Intervention Image insert data into database and show.mp4
    23:15
  • 3. Edit, Update and Delete Intervention Image crud.mp4
    17:07
  • 4. Features of Intervention Image.mp4
    09:09
  • 1. Laravel Authentication - create project and install package.mp4
    06:50
  • 2. Laravel Authentication - registration.mp4
    10:56
  • 3. Laravel Authentication - email verification.mp4
    09:42
  • 4. Laravel Authentication - login and logout.mp4
    07:05
  • 5. Laravel Authentication - forgot password.mp4
    07:13
  • 1. Project Setup and Necessary Package Installation.mp4
    14:45
  • 1. Handle the admin and user login with spatie permission.mp4
    16:24
  • 1. Mastering Admin template.mp4
    13:40
  • 1. Category create and store.mp4
    18:51
  • 2. Category Image upload with toast and show category data.mp4
    22:08
  • 3. Category edit, update and delete.mp4
    23:37
  • 1. Create menu model, migration and design create page.mp4
    15:53
  • 2. Store data in menu table.mp4
    11:50
  • 3. Menu edit, update and delete.mp4
    12:32
  • 1. Blog CRUD operation.mp4
    16:15
  • 1. Create model, migration and create page for gallery table.mp4
    16:52
  • 2. Store data in gallery table.mp4
    11:39
  • 3. Edit, Update and Delete gallery data.mp4
    10:42
  • 1. Slider Model, migration and create.mp4
    10:42
  • 2. Slider Store, Update and Delete.mp4
    13:21
  • 1. Mastering template for the home page.mp4
    11:47
  • 1. Implement Login and Register Page Design.mp4
    12:36
  • 1. Show slider and menu from backend.mp4
    13:06
  • 1. Mastering Menu page and show data from the backend.mp4
    12:04
  • 1. Reservation form submit and store data.mp4
    13:54
  • 2. Reservation data show in the backend.mp4
    19:41
  • 3. Dynamically send email to reserver email.mp4
    12:47
  • 1. Show photo and video in the frontend.mp4
    14:13
  • 1. Show blogs in the frontend.mp4
    19:31
  • 2. Blog details page mastering.mp4
    08:19
  • 1. Service Section CRUD operation.mp4
    15:38
  • 1. Staff section CRUD operation.mp4
    14:10
  • 1. Handle general information of the website - part 1.mp4
    16:47
  • 2. Handle general information of the website - part 2.mp4
    17:01
  • 3. Show general information using view composer.mp4
    16:01
  • 1. Implement about and contact page.mp4
    13:58
  • 2. Send mail to the restaurant email.mp4
    10:40
  • 1. Add to cart and show cart quantity.mp4
    15:35
  • 2. Show cart details.mp4
    13:45
  • 3. Update and delete cart item.mp4
    17:49
  • 1. Implement checkout page.mp4
    19:49
  • 1. Cash on delivery order.mp4
    18:06
  • 2. Implements stripe payment gateway.mp4
    17:21
  • 3. Implements PayPal payment gateway.mp4
    17:53
  • 1. Order show in the backend.mp4
    25:43
  • 1. Implements dashboard design.mp4
    16:25
  • 1.1 img_crud.zip
  • 1. Image CRUD source files.html
  • 2.1 laravel-auth.zip
  • 2. Laravel Authentication - using UI.html
  • 3.1 food-delivery.zip
  • 3. Restaurant Food Ordering System Source Code.html
  • Description


    In this course, you will learn the complete Laravel 9 from scratch with Food Ordering System for Restaurant

    What You'll Learn?


    • Composer installation and usage
    • Using package in Laravel 9
    • MVC (Model, View, Controller) Pattern in Laravel
    • Laravel File and Folder Structure
    • About the .env file
    • Basic Laravel Routing
    • Route Parameters, middleware, prefix, named route
    • Registering and using middleware
    • Normal and Resource Controller
    • View and blade files
    • Seeder and Faker in Laravel 9
    • Basic CRUD (Create, Read, Update, Delete) System from Scratch
    • Image CRUD (Create, Read, Update, Delete) System from Scratch
    • Image Upload System
    • Image Intervention System
    • Managing Role and Permission Using Spatie Laravel Permission
    • Completing Inventory Management Project with Laravel 9
    • Mastering Admin and Frontend Template
    • Creating Menu Of Food Item
    • Creating Reservations System
    • Sending Email To Reserver and Restaurant
    • Creating Blog System
    • Creating Photo and Video Gallery
    • Creating Cart System
    • Implementing Popular Payment Gateways
    • Creating Checkout System

    Who is this for?


  • Those who want to be a Laravel developer
  • Who want to learn Laravel 9
  • Students who want to learn Laravel for their university projects
  • Who want to learn restaurant food ordering system
  • Experts who want to get a job in Laravel
  • University Project Assignment
  • Those who want to increase their knowledge in programming
  • Those who want add Experience in Work Portfolio
  • Who want to learn programming by building Projects.
  • More details


    Description

    You know the latest Laravel version is now Laravel 9. So we have created a complete inventory management system with Laravel 9.
    If you are new to Laravel or beginner to Laravel, you will be able to learn it in advanced level from this course.

    Here we have taught the students:

    • Composer - Installing composer in local machine, installing package using composer

    • MVC (Model, View, Controller) - How it works and details about this

    • Laravel 9 Installation - Installation process, directory structure and about the .env file

    • Route - Basic route, route parameter, route group, prefix etc.

    • Middleware - How it works, types of middleware, registering etc.

    • Controller - Basic controller, partial and resource controller

    • View - view features (extends, include, yield, section), conditions, loop

    • Working with Database - Connection, model, migration, seeder, fakers etc.

    • Basic CRUD (Create, Read, Update, Delete) system in Laravel 9 - Environment setup, validation, store data, show, edit, delete data from database

    • Image CRUD (Create, Read, Update, Delete) system in Laravel 9 - Environment setup, validation, store data, show, edit, delete image from database

    • Using Image Intervention in Laravel 9 - Image crud with intervention image, environment setup, store, delete, edit and show the data

    • Complete Authentication System with Laravel 9 UI - Create project, user registration, email verification, login and logout in authentication, forget password system, reset password system

    • How to manage Role and Permission.

    • How to email of reservation.

    • Popular payment Gateways implementation.

    • Cart system.

    • How to create a restaurant food ordering management system from scratch.

    Who this course is for:

    • Those who want to be a Laravel developer
    • Who want to learn Laravel 9
    • Students who want to learn Laravel for their university projects
    • Who want to learn restaurant food ordering system
    • Experts who want to get a job in Laravel
    • University Project Assignment
    • Those who want to increase their knowledge in programming
    • Those who want add Experience in Work Portfolio
    • Who want to learn programming by building Projects.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    We create course for the beginner to advanced. In all the courses, we bring projects so that it can help the students to learn everything practically and professionally. We have a dedicated and professional team who create very high level courses for the worldwide students.When we create courses, we give the students downloadable contents so that they can practice with those and learn everything practically.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 83
    • duration 17:19:36
    • Release Date 2023/02/13