Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn to Build Web Apps using Laravel Framework
Rating: 4.2 out of 5(132 ratings)
905 students

Learn to Build Web Apps using Laravel Framework

Master the powerful and elegant Laravel PHP framework for creating great web apps
Last updated 12/2018
English
English [Auto],

What you'll learn

  • Develop Apps using Laravel PHP framework
  • Learn about Laravel features such as ORM, modular packaging system and Query Builder
  • Learn all about MVC architecture
  • Learn to develop scalable and maintainable apps

Course content

7 sections40 lectures6h 43m total length
  • Course Intro2:24

    Learn to build web apps with Laravel, covering MVC, authentication, CRUD, routes, controllers, requests, views, models, and database relationships, through six chapters and a classifieds project.

  • Laravel Overview8:56

    Explore how Laravel uses the MVC design pattern to build scalable web apps, with features like Eloquent ORM, query builder, Blade templating, migrations, Artisan CLI, middleware, and contracts.

  • Installing XAMPP Environment14:45

    Install a local development stack with XAMPP (axium) to run Laravel, including Apache, MariaDB, and PHP. Start the services and enable OpenSSL to prepare for virtual hosts and migrations.

  • Composer & Laravel Installation19:19

    Install composer and Laravel, then configure a virtual host to serve the Laravel public folder via Apache. Use artisan for setup and update the hosts file for local access.

  • Laravel 5 Folder Structure7:54

    Explore the Laravel 5 folder structure, including the app directory, root env and config files, and key folders like public, resources, and storage, with Blade templates, migrations, and providers.

  • Chapter 1 Quiz

Requirements

  • Basic PHP knowledge is essential for this course

Description

Learn to develop great web applications using one of the most popular open source PHP framework. Laravel has become one of the hottest frameworks and a sought after skill for PHP developers. Its clean and elegant syntax coupled with the powerful toolkit makes it an ideal choice for modern web developers. This powerful technology boast of features such as clean routing, elegant queue library, ORM ,simple authentication and a large developer community.

You will learn to program using the latest Laravel version and will go through all the underlying concepts which make this framework so cool. This course has been designed to provide a practical training in Laravel and will take you from a newbie to an expert developer in no time.

The course will help you learn:

How to use Laravel for your web applications?

How to Migrate your App to MVC compliant framework?

How to use the Modular Packaging System?

How to use the ORM and the Query Builder?

Concepts behind restful controllers?

How to use templating engine?

How to work with Routes and Controllers?

Learn all this and create a full fledged working web application along the course to assimilate all your concepts. If you want to learn Laravel just join us and start developing from today.


Who this course is for:

  • Students who want to try out Laravel for developing Web applications
  • Students who know PHP and want to learn PHP frameworks