Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Laravel pizza ordering web application & deploy on cloudways
Highest Rated
Rating: 4.6 out of 5(110 ratings)
16,154 students

Laravel pizza ordering web application & deploy on cloudways

Laravel beginners friendly project
Created byRanjeet Karki
Last updated 6/2022
English
English [Auto],

What you'll learn

  • Students will learn to make web based application with Laravel
  • Students will learn how to deploy this project
  • Students will learn to design the pages
  • Students will develop a complete application which teaches must of the core concepts of laravel

Course content

6 sections40 lectures4h 32m total length
  • Overview of the project3:37

    Explore building a Laravel pizza ordering web app, from product view, login and order flow to admin order management, status updates, and deployment on Cloudways.

  • setup3:58

    Install a local server and composer, ensuring composer is configured globally. Then choose a text editor to set up your Laravel pizza ordering app development environment.

  • install laravel9:14

    Install Laravel via composer create-project, set up authentication with composer ui, compile assets with npm or bootstrap, and scaffold migrations, models, controllers, routes, and views for a pizza ordering app.

Requirements

  • Good knowledge of PHP
  • Basic knowledge of Laravel

Description

This course was recorded in Laravel versions 8

Laravel is the best platform for big projects. According to a recent study, Laravel is one of the popular PHP frameworks for web applications. It is the most popular among developers due to its rapid development capabilities. Laravel is an open-source PHP framework development and is freely available to all. For creating complex and large web applications, it is best suited.

In this course, I will teach you to how to make a pizza ordering system with laravel. You will learn a lot of core concepts of laravel while building this project. we will have an admin to manage the entire application and also a user who can order the pizza.

In section 1 we will learn how to install laravel, deploy it and make a design page for our project, make a migration, create a user etc. In section 2 we will learn how to perform create,read ,update, delate pizza. You will also learn how to design the different pages like create page,listing page and so on. The final section is the interesting one. The final section will be listing all types of pizzas in the frontend, filtering pizza, making an order of the pizza, listing the user order history and many more

Who this course is for:

  • Beginner Laravel developers who wants to enhance his/her skills by making web project