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 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

Integrating date pickers

The following content is a free chapter of my bestselling book, Integrating Front End Components with Web Applications. Please do not re-publish this content without my permission. Chapter 8 – Integrating Date Pickers This chapter covers: Theory behind date pickers Practical examples of date pickers in action Using Pickadate open source library for a date picker […]

Read More

Integrating Bootstrap HTML/CSS Framework with web applications

This post is an excerpt from my bestselling e-Book called “Integrating Front End Components with Web Applications“. Using Bootstrap 3 HTML/CSS/JS framework Almost any web developer that has made a website or two has heard of Bootstrap framework. Bootstrap is a frontend framework that provides the necessary CSS and Javascript to make your websites responsive […]

Read More