Laravel Project Guide Articles on Flatlogic Blog

A step-by-step guide on creating a Laravel project, covering installation, configuration, and development best practices.

Creating a Laravel Project Step by Step

In this article, we'll talk about the history of Laravel, how it emerged, and how it won its position. We'll take a closer look at the peculiarities of working with Laravel, and sum up the reasons to choose it or avoid it. Finally, we'll dive deeper than usual into the inner mechanism of a simple app, and show you the code so you'll know how to properly grease the gears.

by Alexander Naumovich • 14 min read

What is Laravel?

Laravel is a super popular PHP backend development framework. It offers a high degree of security and is highly receptive to future updates. In this article, we cover Laravel in detail and explain how you can make the most of it.

by Alesia Sirotka • 5 min read