
Introduction.
In this lecture we will install Laravel and run it.
General framework overview: routes, controllers, views and models.
In this lecture we will create the first controller of application.
First View (for articles) will be added.
In this lecture MySQL database and Model will be added.
Seeds using. Adding sample data to articles table (seeding).
Getting articles list from DB.
Extending queries.
Adding extra conditions.
Extending Models. Scopes added.
In this lecture one more method will be added to ArticleController in order to view Unpublished Articles.
This lecture covers Setup and Usage of HTML Helpers.
We will create an HTML form and code to process it.
This lecture covers Edit Form processing.
In this lecture we will add methods and routes to View Articles.
Learn Laravel 5 developing your own application step by step!
Extra lectures are coming in mid-June!
In this Laravel 5 course we are going to learn how to develop with the latest version of the outmost popular framework.
Gradually we'll be creating your real life application with admin section. We will start with Laravel 5 installation and then we'll boost our knowledge implementing all the necessary steps and covering all the important subjects in order to reach our aim in a short time.
During the course we'll consider controllers, models, views , routes – and as a result, we'll find out more about the content of the framework. We'll create controller which is responsible for the work on articles.
What is more, we'll also learn about how views function by dealing with certain parts of the web page that is title, content, footer – we'll look how it is organized in Laravel.
Then we'll be developing our model, creating tables, filling the database table, adding articles, editing articles, making links to them providing the ability to browse these articles on clicking their titles and much more.
At the end of the course it would be possible to add, edit and browse articles!
This course enables students to learn the framework from the very begining. This course is best suited for those who would like to develop with Laravel 5 and familiar with PHP. Even if you are absolutely new to Laravel this course will help you understand how to create Laravel 5 applications.