设为首页收藏本站

 找回密码
 注册

QQ登录

只需一步,快速开始

BC Morning V1806 门户 IT世界 资料备录 查看内容

Introduction to Laravel Framework

2014-1-13 15:12| 发布者: Test| 查看: 738| 评论: 0|来自: laravel book

摘要: This book is about Laravel, a web application development framework that saves you time and effort and makes web development a joy. Laravel has shaken up the PHP community in a big way - especially wh ...
What Is a Web Framework?

This book is about Laravel, a web application development framework that saves you time and effort and makes web development a joy. Laravel has shaken up the PHP community in a big way - especially when you consider that version 1.0 of Laravel was only a couple of years ago. It has been generating a lot of buzz with the promise of making web applications fast and simple to create. Using Laravel, you can build and maintain high-quality web applications with minimal fuss.

Certain parts of a web application development process can be a repetitive, boring task. Laravel lets you focus on the fun stuff - the crux of your web app - while easing the pain of the repetitive bits. In doing so, it provides high-level abstractions of common web development patterns, convenient shortcuts for frequent programming tasks, and clear conventions for how to solve problems.

What Is a Web Framework?

Laravel is a prominent member of a new generation of web frameworks - but what does that term mean, precisely?

Basically, a web framework makes it easier for you to develop your application. Most sites have a common set of functionality (like handling sessions, data validation, etc) and a framework is something that prevents you from re-writing this each time you create a website.

Let’s dive in with a quick example that demonstrates the difference between the previous approach and a web framework’s approach.


1234下一页

路过

雷人

握手

鲜花

鸡蛋

相关阅读

手机版|BC Morning Website ( Best Deal Inc. 001 )  

GMT-8, 2025-7-8 10:40 , Processed in 0.016763 second(s), 19 queries .

Supported by Best Deal Online X3.5

© 2001-2025 Discuz! Team.

返回顶部