jtgrimes/laravelodbc 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jtgrimes/laravelodbc

最新稳定版本:0.2.0

Composer 安装命令:

composer require jtgrimes/laravelodbc

包简介

Adds an ODBC driver to Laravel4

README 文档

README

Adds an ODBC driver to Laravel 4, usable with Fluent and Eloquent.

Installation

Add jtgrimes\laravelodbc as a requirement to composer.json:

{
    "require": {
        "jtgrimes/laravelodbc": "0.2.*"
    }
}

Update your packages with composer update or install with composer install.

Once Composer has installed or updated your packages you need to register LaravelODBC and the package it uses (extradb) with Laravel itself. Open up app/config/app.php and find the providers key towards the bottom.

Add the following to the list of providers:

'jtgrimes\Laravelodbc\ODBCServiceProvider'

You won't need to add anything to the aliases section.

Configuration

There is no separate package configuration file for LaravelODBC. You'll just add a new array to the connections array in app/config/database.php.

		'odbc' => array(
			'driver'   =>   'odbc',
            'dsn'      =>   'odbc:datasource',
            'database' =>   'database',
            'username' =>   'user',
            'password' =>   'password',
		),

The ODBC driver is different from the pre-installed ones in that you're going to pass in the DSN instead of having Laravel build it for you. There are just too many ways to configure an ODBC database for this package to do it for you. Some sample configurations are at php.net.

Don't forget to update your default database connection.

统计信息

  • 总下载量: 281
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 13
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 13
  • Watchers: 3
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固