Adro Morelos

Results 9 comments of Adro Morelos

Commenting is a way to bring attention. Sorry if this is not allowed, will subscribe now.

@IbrahimFathy19 This is due to the constraint on the laravel packages version that analogue require. Most likely the laravel version installed in your project is grater than `6.0.*`. I will...

I think is better if we restrict the version a little more so we can control possible braking changes in laravel packages. Maybe you can do something like ``` ......

@IbrahimFathy19 If you can write tests for those 10 empty ones would be awesome, but if you would like we can merge the fix for those 2 errors and make...

Ok, help me fix the 2 errors and I will make a release with the correct version needed. Can you provide the version of laravel you have installed?

@IbrahimFathy19 I published a new [release](https://github.com/analogueorm/analogue/releases/tag/v6.2.0). Please feel free to close this issue if this new release resolve your problem.

I’ll work on this as soon as I have time to do it. As I mention before my free time is nearly null.

@aarondfrancis > I just tested on PHP 8.2.1 and Laravel 10.8 and it worked fine. I encounter the same issue with PHP 8.2.1 and Laravel 9.50.2. I was able to...