I am currently learning about how content management system can be used with laravel and tried to install pyrocms along with Laravel.
I've tried many ways that I've found but none of them work for me.
I've visited official documentation as well https://pyrocms.com/documentation/pyrocms/3.4/installation but can't figure out how to setup.
If anyone have idea or some links then please provide some way it will be great.
As per our discussion in comments you can try to install pyrocms
using below steps:
composer create-project pyrocms/pyrocms --prefer-source
cd pyrocms
php artisan install
At the end you need to clear the cache of composer using
composer clear-cache
So the main problem is in the older version of composer and installing fresh composer might sort out the problem and all working fine!
Hope it might helpful to others as well!