Download the PHP package jackfinal/laravel-dm8 without Composer
On this page you can find all versions of the php package jackfinal/laravel-dm8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-dm8
DM DB driver for Laravel 4|5|6|7|8|9 via DM8
Laravel-DM8
Laravel-DM8 is an Dm Database Driver package for Laravel. Laravel-DM8 is an extension of Illuminate/Database that uses DM8 extension to communicate with Dm. Thanks to @yajra.
Documentations
- You will find user-friendly and updated documentation here: Laravel-DM8 Docs
- All about dm and php:The Underground PHP and Dm Manual
Laravel Version Compatibility
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 |
Quick Installation
Service Provider (Optional on Laravel 5.5+)
Once Composer has installed or updated your packages you need to register Laravel-DM8. Open up config/app.php
and find the providers key and add:
Configuration (OPTIONAL)
Finally you can optionally publish a configuration file by running the following Artisan command.
If config file is not publish, the package will automatically use what is declared on your .env
file database configuration.
This will copy the configuration file to config/dm.php
.
Then, you can set connection data in your
.env
files:
Then run your laravel installation...
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-dm8 with dependencies
ext-pdo Version *
illuminate/database Version >5
illuminate/pagination Version >5
illuminate/support Version >5
illuminate/validation Version >5