Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将laravel项目集成到magento中_Magento_Laravel 5 - Fatal编程技术网

将laravel项目集成到magento中

将laravel项目集成到magento中,magento,laravel-5,Magento,Laravel 5,我正在尝试在magento项目中使用mage。因此,我在打开magento projet时尝试在magento根目录下安装laravel项目。我遇到此错误“内部服务器错误” 欢迎任何想法,谢谢,我不明白您为什么要这样做,但您不能在magento项目下安装laravel项目。 Magento使用与laravel具有相同功能的ZendFramefork 如果您想使用一些laravel库,可以尝试在magento根目录下的lib文件夹中安装这些库。但是你应该明白你不能使用像db connection之

我正在尝试在magento项目中使用mage。因此,我在打开magento projet时尝试在magento根目录下安装laravel项目。我遇到此错误“内部服务器错误”


欢迎任何想法,谢谢,

我不明白您为什么要这样做,但您不能在magento项目下安装laravel项目。 Magento使用与laravel具有相同功能的ZendFramefork


如果您想使用一些laravel库,可以尝试在magento根目录下的lib文件夹中安装这些库。但是你应该明白你不能使用像db connection之类的laravel资源。

或者像这个项目一样在api上使用Magento,

我正在用laravel 5.2开发我的应用程序,我想在mage.php“Magento”中使用一些函数我不知道怎么做???我投票结束这个问题,因为堆栈溢出是一个问答网站。你的问题不是关于编程。也许你应该把它贴上去?