您的位置:首页 > 编程语言 > PHP开发

laravel敏捷应用

2014-03-11 11:02 274 查看

App Category

Recipes dealing with Laravel's App facade

Checking Your Environment

Checking if You're Running in the Console

Storing a Value in the IoC Container

Binding an Interface to an Implementation

Resolving Objects from the IoC Container

Registering a Before Application Filter

Registering an After Application Filter

Registering a Shutdown Callback

Calling the Registered Shutdown Callbacks

Checking if the Application is Booted

Registering Booting or Booted Callbacks

Registering HttpKernel Middleware

Removing Middleware from the Application

Checking if the Application is Down for Maintenance

Registering a Maintenance Mode Handler

Getting the Application Bootstrap File

Registering a Service Provider With the Application

Registering a Finish Callback

Determining if the Application is Ready for Responses

Throwing HttpExceptions

Registering a 404 Error Handler

Registering an Error Handler

Registering a "Last Chance" Error Handler

Registering an Error Handler for Fatal Errors

Getting the Current Application Locale

Set the Current Application Locale

Getting the Default Request Class

Setting the Request for the Console Environment

Calling a Static Method on the Default Request Class

Getting Stuff Done with Laravel 4




More...

Categories

29 App

28 Artisan

36 Auth

5 Basic Development

23 Blade

24 Cache

5 Config

11 Configuration

3 Controller

2 Cookie

6 Core Extension

6 Crypt

2 Database Configuration

26 File

30 Form

1 Hash

2 Help

17 HTML

14 Installation

10 Lang

2 Middleware

1 Packages by 3rd Parties

1 Service Provider
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: