• فارسی
  • English

Laravel is a PHP framework developed by Taylor Otwell. This framework uses various libraries, especially many Symfony libraries. In the development of this framework, many concepts and methods available in other frameworks and languages have been collected. Laravel is a collection of best practices and tools in one package.

Laravel is a PHP framework developed by Taylor Otwell. This framework uses various libraries, especially many Symfony libraries.

In the development of this framework, many concepts and methods available in other frameworks and languages ​​have been collected. Laravel is a collection of best practices and tools in one package.

There are many features in Laravel that make it the first choice of developers.

The most important feature of Laravel is its dedicated ORM called Eloquent. Although learning to use this tool may require some time, Eloquent’s flexibility, efficiency, and power are rarely found in other tools.

Eloquent makes working with information so easy that it sometimes seems hard to believe. Codes written with Eloquent are very similar to human language, and even if you have never written code in this way, you will understand the meaning of the codes very well.

Eloquent allows storing and retrieving data in various databases including MySQL, Postgres, and SQL Server.

Laravel includes a dedicated Template Engine called Blade. Although this template engine has less features compared to tools like Twig, it still fulfills all the usual needs.

Laravel is very flexible. It is possible to change the function of many of its parts without changing the main codes.