Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Laravel Foundations: Basics to Every App
Rating: 4.5 out of 5(16 ratings)
93 students

Laravel Foundations: Basics to Every App

Build basic applications with Laravel
Last updated 10/2017
English

What you'll learn

  • Set up a basic application to build a Q+A site
  • How to submit forms, process data, and save it into your database
  • Show processed data to the user, create related posts, an authentication system, and much more
  • Get started with building almost any type of app you can imagine
  • Work with the PHP API using Gulp

Course content

3 sections29 lectures5h 37m total length
  • The Course Overview4:47

    This video will give an overview of the entire course.

  • Generate Our Project10:33

    This video will generate your project

  • Exploring Laravel File Structure10:45

    In this video get to know the Laravel Folder Structure

  • What is MVC?8:40

    The aim of this video is to get an overview of how Laravel applications work.

  • Building Our First Route16:33

    The aim of this video is to understand structure of simplest Laravel route.

  • Introducing Laravel Blade, a Templating Engine: Part 112:16

    The aim of this video is to give you an overview about the Laravel Blade

  • Introducing Laravel Blade, a Templating Engine: Part 210:32

    The aim of this video is to give you an overview about the Laravel Blade, a powerful templating engine.

  • Creating a CRUD Controller13:17

    The aim of this video is to give you an overview to how to set up a CRUD Controller

Requirements

  • Viewers should have an understanding of HTML/CSS (or a preprocessor) as well as basic PHP syntax and fundamental concepts (loops, arrays, classes, functions, public/private properties, and so on). A basic understanding of core web development concepts is assumed.

Description

Laravel is a prominent member of a new generation of web frameworks. It is one of the most popular PHP frameworks and is also free and an open source. Laravel 5 is a substantial upgrade with a lot of new toys, at the same time retaining the features that made Laravel wildly successful. It comes with plenty of architectural as well as design-based changes. Laravel Foundations is a blend of several recipes that will give you all the essential tips you need to build an application. This video course starts by walking you through building an online forum from scratch using Laravel. A forum teaches important concepts such as saving, reading, and updating database entries; working with relationships; adding authentication; and working with views and reusable components. You will also learn how to use routes, connect a database, add comments, and build an authentication system for your forum. By the end of this course you will have the knowledge necessary to put together basic Laravel applications and a foundation you can build on. You will be prepared for later volumes in this series that explore more advanced topics to enhance your application further.

About the Author

J. Alexander Curtis has been building web applications for two decades, and has seen the internet and web technologies evolve. Alex runs the very popular DevMarketer site and YouTube channel, teaching people how to build and grow their next great idea. He takes passion in building memorable web experiences that delight and convert users. He has consulted for well known companies like Expedia, eBay, and Comcast. You can find him on twitter as @_jacurtis, where he loves chatting with his students. 

Who this course is for:

  • This video course is for beginners to Laravel who want to learn how Laravel works and how to build their first applications with Laravel. Despite being aimed at beginners, this video shoes how you can build an impressive application very quickly thanks to how easy-to-use Laravel is.