Laravel: my first framework. Chapter 4 – Views

The following content is the fourth chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 4. Views This chapter covers Basics of views and templates Passing data to views Blade template engine View layouts HTML helpers Most modern […]

Read More

Laravel: my first framework. Chapter 3 – Routing

The following content is the third chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 3. Routing This chapter covers Basics of routing Passing parameters to routes Route filters Grouped and named routes Redirects When you come to […]

Read More

Laravel: my first framework. Chapter 2 – Getting started for Development with Laravel

The following content is the second chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 2. Getting started for Development with Laravel This chapter covers Installing Laravel with Composer Meeting Artisan: the command line interface Understanding structure of […]

Read More

Laravel: my first framework. Chapter 1 – Meeting Laravel

The following content is the first chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 1. Meeting Laravel This chapter covers: An introduction to Laravel 4 PHP framework History of Laravel framework Advantages of using Laravel Developing a […]

Read More