首页 > 其他 > 详细

Laravel Configuration

时间:2014-11-01 00:53:05      阅读:244      评论:0      收藏:0      [点我收藏+]

Introduction

All of the configuration files for the Laravel framework are stored in the app/config directory. Each option in every file is documented, so feel free to look through the files and get familiar with the options available to you.

Sometimes you may need to access configuration values at run-time. You may do so using the Config class:

Accessing A Configuration Value

Config::get(‘app.timezone‘);

You may also specify a default value to return if the configuration option does not exist:

 

Laravel Configuration

原文:http://www.cnblogs.com/ghgyj/p/4066200.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!