Laravel-Backpack / Settings

Application settings interface for Backpack (for Laravel 6).
http://backpackforlaravel.com
Other
248 stars 78 forks source link

Latest version cannot be used with CRUD 3.3 #60

Closed paneidos closed 6 years ago

paneidos commented 6 years ago

Bug report

What I did:

Follow the steps to upgrade to CRUD 3.3

What I expected to happen:

Latest version of this package to install (2.0.24)

What happened:

Some old version was installed (2.0.8)

What I've already tried to fix it:

The dependency in composer.json is specified as "3.2.", it should be "3.2.|3.3.*" or something like "^3.2.0". It might solve some other issues, like #58 and #59.

Backpack, Laravel, PHP, DB version:

0.8, 5.5, 7.0, MariaDB 10.1

LTiollier-WebID commented 6 years ago

Hello, I have exactly the same bug.. +1

jobithmb commented 6 years ago

Hi, same bug please help, with the solution

bahman2216 commented 6 years ago

Also my problem

ghost commented 6 years ago

Same here, does the MR #62 fix this?

paneidos commented 6 years ago

Yes, that PR solves it

tabacitu commented 6 years ago

Hi guys,

The PR has been merged on Nov 22 - just tested it again and it fixes the problem. Thanks a lot for the PR, again.

However, as of today Backpack\Demo was NOT using that new version of Backpack\Settings. If you were having this problem with the demo, that was the problem, I've now pushed an update to the demo for that.

In case you're having this problem in your own projects, a composer update will fix it for you guys.

Cheers!