Files
freeCodeCamp/guide/chinese/laravel/index.md
2018-10-16 21:32:40 +05:30

9 lines
861 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Laravel
localeTitle: Laravel
---
# Laravel
Laravel是一个免费的开源PHP Web框架可在[GitHub上](https://github.com/laravel/laravel)获得并根据MIT许可条款获得许可。它是由泰勒·奥特威尔Taylor Otwell创建的他设计的目标是按照模型 - 视图 - 控制器MVC架构模式开发Web应用程序现在它是GitHub上最受欢迎的PHP框架。 Laravel中的一些主要功能是访问关系数据库的不同方式有助于应用程序部署和维护的实用程序以及最后但并非最不重要的具有专用依赖关系管理器的模块化打包系统。
因为Laravel是开源的所以它周围的社区非常强大文档也是如此你可以学习如何做几乎所有的事情试着看一下[Laravel文档](https://laravel.com/docs/5.7/) ,一睹开源的力量!