The following content is the sixth 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 6. Database Operations This chapter covers Configuring Laravel to use a database Introduction to Query Builder and Eloquent ORM Using Query Builder operators for […]
The following content is the fifth 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 5. Understanding Controllers This chapter covers Default controllers Creating new controllers Controller routing RESTful and Resource Controllers When the code of the application […]
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 […]
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 […]
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 […]
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 […]
As you might know, for the past year and a few months I have been working on another book for web developers, called “Laravel in Action”. That book was scheduled to be launched in print by this upcoming fall. Due to the current trends in the market of PHP books and lower-than-expected pre-launch sales of the […]
In this blog post I will summarize my experience attending Laracon US 2014, the annual conference held for Laravel and PHP web developers in United States. I will share my expectations, most memorable moments, lots of photos and links from the conference. Expectations Laracon was my first web development conference. While I never attended a […]
Yesterday Ryan Tablada organized a Google Hangout in which Matt Staffer, me (Maks Surguy), Jake Chapman, and Alex Dover were discussing CMSs built with Laravel and the future of such systems. You can watch our discussion here and also read the conversation on Google+ (link on the bottom of this post): Before the discussion, I had […]
If you have an application that runs on Laravel (or any other back end framework) you might like to see some custom analytics and stats such as : How many users signed up last week How many orders were placed last month How many blog posts were created by all users in your system within […]
Link to package: https://github.com/msurguy/Honeypot For the past couple months I have been seeing an increase of spam submissions on some of my websites. Since spam is just a waste of everybody’s time, I had to tackle this problem quickly and prevent spam bots from annoying me. With a vast array of options to prevent spam available, […]
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 […]