Now I'm using php in the ordinary way, After Some Searching I Knew that there is something called Laravel framework, I don't Know Any Thing About it ??? why we use laravel ?? is it for UI Enhancement "as Sliders,Drop-Down Boxs" or it makes php more easier in treating MySql or Mailing

我还需要知道如何开始在Localhost&学习"一些简单的教程"

推荐答案

Laravel is a Web Development Framework for PHP and definition of framework from wikipedia:

A web application framework (WAF) is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources. The framework aims to alleviate the overhead associated with common activities performed in web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and they often promote code reuse. For a comparison of concrete web application frameworks, see Comparison of web application frameworks.

In simple words, a framework lets you build applications easily with less effort because you don't have to write every code from scratch instead the framework provides tools/classes that you may use to write your project specific code easily.Laravel is one of the bests but not the only one, there are others. You may also check this answer as other answer stated.

学习Laravel framework米的最好方法是网站上的手册,所以阅读手册,你可能会在网上找到文章,读一本好书也会对你有更多帮助.

Some Laravel Resources:

还要判断StackOverflow上的Laravel Info.

Laravel相关问答推荐

AJAX响应中未定义的全名

Laravel 语法 GroupBy 获取列到数组

无法在 Laravel 项目中安装 @vitejs/plugin-vue

在 laravel 项目中放置 css 文件的位置

Laravel 5.2 无法打开 laravel.log

Laravel 5.1 如何在Blade 文件上使用 {{ old('') }} 助手进行无线电输入

如何在 Laravel 中显示渲染时间/页面加载时间?

Eloquent 的集合方法,例如 only 或 except 返回一个空集合

在 VSCode 上调试 Laravel 应用程序

Laravel Artisan Scheduler 中的链式命令?

合并和排序两个 Eloquent 集合?

如何在 Laravel 中实现自己的 Faker 提供程序

如何更改 ember-cli 中的 dist 文件夹路径?

Composer 致命错误:声明 Fxp... 必须与第 334 行的 ...AbstractAssetsRepository.php 兼容

如何运行artisan命令计划:在托管服务器上运行? (Laravel )

升级到 laravel 5.3 后错误 datetime format: 1292 Incorrect datetime value: '0000-00-00 00:00:00'

调用未定义的方法 Illuminate\Routing\Route::get()

如何在 laravel 4 中删除文件

如何判断是否在laravel中使用了分页

如何在 Laravel 5 中验证 RESTful API?