Download the PHP package dennyyang/laravel-dm8 without Composer

On this page you can find all versions of the php package dennyyang/laravel-dm8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-dm8

通过Laravel-DM8为Laravel 提供 达梦数据库驱动程序包

前置条件:

请确保当前环境的PHP 已正确加载DM PHP 模块,即执行php -m 需要显示一下拓展已开启:

如果没有请先安装达梦php驱动和拓展。安装文档

关于Laravel-DM8

Laravel-DM8 是 Laravel 的达梦数据库驱动程序包。它是 Illuminate/Database 的拓展,它使用 DM8 拓展与 达梦数据库通信. 基于Laravel的Oracle的数据库驱动程序包修改而来 ,感谢 @yajra.

文档

Laravel 版本兼容性

Laravel Package
5.1.x 5.1.x
5.2.x 5.2.x
5.3.x 5.3.x
5.4.x 5.4.x
5.5.x 5.5.x
5.6.x 5.6.x
5.7.x 5.7.x
5.8.x 5.8.x
6.x.x 6.x.x
7.x.x 7.x.x
8.x.x 8.x.x
9.x.x 9.x.x

快速安装

服务提供商(Laravel 5.5+ 上可选)

通过 Composer 安装或更新了您的软件包,您就需要注册 Laravel-DM8。打开config/app.php并找到 providers 并添加:

配置(可选)

您可以选择通过运行以下 Artisan 命令来发布配置文件。如果配置文件未发布,包将自动使用.env文件 数据库配置中声明的内容。

这会将配置文件复制到config/dm.php

然后,您可以在.env文件中设置连接数据:

之后可以运行你的Laravel 程序了。

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-dm8 with dependencies

PHP Build Version
Package Version
Requires php Version >7
ext-pdo Version *
illuminate/database Version >5
illuminate/pagination Version >5
illuminate/support Version >5
illuminate/validation Version >5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dennyyang/laravel-dm8 contains the following files

Loading the files please wait ....