简体   繁体   English

在没有作曲家的情况下手动安装Laravel软件包

[英]Manually install Laravel package without composer

I want to install chumper/datatable package in Laravel 5 app. 我想在Laravel 5应用中安装chumper/datatable软件包。 Its showing below error, since its not compatible with Laravel 5. 由于与Laravel 5不兼容,因此显示以下错误。

 Your requirements could not be resolved to an installable set of packages.

 Problem 1
- Installation request for chumper/datatable ~2.3 -> satisfiable by chumper/datatable[2.3].
- Conclusion: remove laravel/framework v5.0.2
- chumper/datatable 2.3 requires illuminate/config 4.* -> satisfiable by illuminate/config[v4.0.0, v4.0.1, v4.0.10, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6, v4.0.7, v4.0.8, v4.0.9, v4.1.0, v4.1.1, v4.1.10, v4.1.11, v4.1.12, v4.1.13, v4.1.14, v4.1.15, v4.1.16, v4.1.17, v4.1.18, v4.1.19, v4.1.2, v4.1.20, v4.1.21, v4.1.22, v4.1.23, v4.1.24, v4.1.25, v4.1.26, v4.1.27, v4.1.28, v4.1.29, v4.1.3, v4.1.30, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.1.9, v4.2.1, v4.2.12, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
- don't install illuminate/config v4.0.0|don't install laravel/framework v5.0.2

So I checked out the git repo and found this issue which suggest to change 4 line to make it work with Laravel 5. 所以我检查了git repo并发现了这个问题 ,建议更改4行以使其与Laravel 5兼容。

The problem is how to Install chumper/datatable Manually since composer is going crazy with this. 问题是如何手动安装chumper/datatable因为composer对此感到疯狂。 If you have any other idea please help. 如果您有其他想法,请帮忙。

我刚刚安装了一个新的Laravel 5.0.4,然后在require-dev“ chumper / datatable”:“ dev-master”上运行了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM