Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Laravel Tutorial for Beginners Step by Step
Rating: 4.4 out of 5(62 ratings)
5,431 students

Laravel Tutorial for Beginners Step by Step

Become a Master in Laravel
Last updated 7/2020
English
English [Auto],

What you'll learn

  • Learn to build applications using laravel
  • Learn how use Laravel
  • learn to use the templating engine
  • How to connect and use Databases

Course content

3 sections19 lectures3h 45m total length
  • Introduction to Laravel framework9:53

    Explore the Laravel framework's MVC architecture, set up a local development environment, and build a blog with authentication, including routing, migrations, Blade views, and Artisan tasks.

  • Laravel Installation and Environment Setup11:24

    Install and configure a local Laravel project by setting up a web server with Apache, installing composer, creating a virtual host, and configuring a code editor.

  • Basic Routing and Controllers11:49

    uncover basic routing and controllers within a laravel mvc app, explore models, views (blade), and controllers, and wire routes like about and users with dynamic ids.

  • Controllers in Laravel13:23

    Learn to build and use laravel controllers by creating a pages controller with artisan, adding index, about, and services methods, returning blade views and using config('app.name') for titles.

  • Laravel Blade Templating10:28

    Learn Blade templating in Laravel by building a layout system, using extends, sections, and yield, and pass data to views with view, with, and arrays for dynamic titles and content.

  • How to Compile Assets in Laravel10:42

    Learn how to compile assets in a Laravel project by installing dependencies, bootstrapping the project, and running npm run dev to produce compiled css and js for the app’s ui.

Requirements

  • Basic PHP Knowledge

Description

Welcome to this course on PHP Laravel Tutorial for Beginners. Laravel is one of the the most popular option among PHP developers these days. In this course you will Learn the basic concepts, functions that you will need to build fully functional programs with the popular framework, Laravel. Laravel is a Full stack framework.

Who this course is for:

  • Students
  • People looking to learn laravel