Easy Laravel 5 is an overview of the new PHP platform, free training document material under 44 pages intended to beginners by W.Jason Gilmore.
Laravel, created by Taylor Otwel, initiates a new way of designing a framework by using what is best for each feature. For example, any web application needs a system that handles HTTP requests. Rather than reinventing something, the Laravel designer simply used Symfony's to extend it to create an efficient routing system. In the same way, sending emails is done with the SwiftMailer library. Somehow Otwel made his market among all available libraries. We will see in this course how this is achieved. But Laravel is not only the grouping of existing libraries, it is also many original components and especially an orchestration of all that.
In this course, we will see how to create a Laravel application and how the code is organized in an application.
To use Laravel and follow this chapter and the whole course you will need a server equipped with PHP with at least version 5.6.4 and also from MySQL. We have seen in the preceding chapter the different possibilities.
Introduction
- Introduction to Laravel 5
- Suggestions
- Laravel 5 basics
- Your first program with Laravel 5
- Chapter 1. Introducing Laravel
- Installing Laravel
- Managing Your Laravel Project Development Environment
- Creating the TODOParrot Application
- Configuring Your Laravel Application
- Useful Development and Debugging Tools
- Testing Your Laravel Application with PHPUnit
- Conclusion
Size : | 1,275.55 Kb |
Downloads: | 4847 |
Created: | 2017-06-17 |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Download Tutorial Laravel 5
Download free course 100 Laravel Quick Tips, pdf file on 41 pages by Self-publishing3
Download free Laravel tutorial course in PDF, training file in 65 chapters and 216 pages. Free unaffiliated ebook created from Stack OverFlow contributor.
Download free course Laravel 5 Official Documentation, pdf file on 1211 pages by Gary Blankenship.
With this PDF tutorial you will learn how to build a web application with Laravel PHP Framework version 4, free training document under 58 pages.
The purpose of this tutorial is to learn a new PHP framework and use it efficiently to build an eCommerce web application for a small project,this new framework allows users to check products by category and pass orders securely.