Laravel 9 Fundamentals

Go to class
Write Review

Free Online Course: Laravel 9 Fundamentals provided by Pluralsight is a comprehensive online course, which lasts for 5 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Laravel 9 Fundamentals is taught by Mateo Prigl.

Overview
  • Laravel is a beginner-friendly, expressive web application framework. This course will teach you the fundamentals of how to use Laravel to quickly start building web applications.

    Most web applications are built in a similar way. For example, they use HTML templates, connect to the database, validate user input, and implement some kind of authentication. This is why developers choose to use a structured framework like Laravel, which does all of the heavy-lifting and lets them focus on building websites. In this course, Laravel 9 Fundamentals, you’ll learn how to build web applications with Laravel. First, you’ll explore how to route the requests to the correct view. Next, you’ll discover how to process user input and save it to the database. Finally, you’ll learn how to implement user authentication and authorization without any starter kits. When you’re finished with this course, you’ll have the skills and knowledge of the Laravel framework needed to easily build maintainable websites with Laravel.