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

Laravel 5.1 for Beginners

Learn the basics to start coding in the hottest most popular PHP framework in the industry.
Last updated 10/2015
English

What you'll learn

  • Set up an Environment appropriate for Laravel production
  • Understand basic workflow
  • Understand the file structure
  • Understand the syntax
  • Have skills needed to keep improving their skillset

Course content

3 sections24 lectures2h 43m total length
  • Installing Composer7:47

    In order to download specific PHP packages that we will need, especially Laravel, we will need to download a Dependency Manager called Composer. You can find this at getcomposer.org

  • Install Laravel Homestead (Don't Skip)12:31

    We will go through a somewhat long process of setting of Laravel Homestead, a vagrant virtual box specifically built for Laravel projects, and this is very important as a platform for you to develop Laravel applications. Once you set this up you wont have to do it again.

Requirements

  • Basic PHP syntax
  • Basic Object Oriented Programming concepts knowledge
  • How the internet works as far as requests and responses

Description

This course will be a project based course that will have a final product, a website, while each lecture touches on a new feature of the Laravel technology. We will build a basic blog website where you will learn how routing works, how database is integrated, forms, authentication, security and much more. All you need is a computer with an internet connection, at least to download the proper files at the beginning. You will get the most out of the course by reading the Laravel documentation, which goes into more details then I can go through in a video lecture due to time constraint. But I will cover the most important things. You will also benefit by taking the information I teach and try to apply it to your own custom website. Start small and if structured correctly, you will be able to keep adding more to your application easily. This is called scalability.

Who this course is for:

  • Students with a basic understanding of webdevelopment and PHP who want to learn the hottest PHP framework right now