Reputation: 21
I'm trying to use mage in magento project.So, i tried to install laravel project under magento root when .I open magento projet i have this error "Internal Server Error"?
Any idea is welcomed, Thanks,
Upvotes: 2
Views: 2445
Reputation: 1839
or use Magento over the api like this project, https://github.com/michaelkmartin/laravel-magento-integration
Upvotes: 1
Reputation: 336
I'm not understand why you want to do this, but you can't install laravel project under magento project. Magento uses ZendFramefork that have same functionality as laravel.
In case if you want use some laravel libraries you can try install these in lib folder under magento root. But you should understand you cant use laravel resources like db connection and etc.
Upvotes: 0