flugg / laravel-responder

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
MIT License
861 stars 86 forks source link

Laravel Responder installation in Laravel 9 is not working. #182

Closed markdark09 closed 2 years ago

markdark09 commented 2 years ago

Running

Error Result

But the laravel 9 requires php 8^ to make it install

hasanmonfared commented 2 years ago

Hello I have this problem too

Ham3D commented 2 years ago

same Problem

yegorkarpachev commented 2 years ago

+1

sojeda commented 2 years ago

+1

Ham3D commented 2 years ago

no update ? @flugg

coziboy commented 2 years ago

already open PR for this issue and already merged: #181

let's wait for @flugg to create tag for new release

markdark09 commented 2 years ago

There's any update @flugg ? I'm waiting to use this again in my Laravel Project 9 because it's too good to use and so helpful when returning json response :)

Ham3D commented 2 years ago

For now, install from the master branch, it works fine thanks to @coziboy

https://stackoverflow.com/questions/19916183/how-do-i-get-composer-to-download-the-latest-commit-in-the-master-branch-from-gi

markdark09 commented 2 years ago

https://stackoverflow.com/questions/19916183/how-do-i-get-composer-to-download-the-latest-commit-in-the-master-branch-from-gi

I tried this but it's not working at all :( image "minimum-stability": "dev"

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

Problem 1 - Root composer.json requires flugg/laravel-responder, it could not be found in any version, there may be a typo in the package name.

sojeda commented 2 years ago

@markdark09 You need add to composer.json file the next line:

"minimum-stability": "dev",

I did that and it worked, but I did composer update

flugg commented 2 years ago

Sorry for the delayed release folks! Version 3.2 is now released with Laravel 9.0 support 🎉