adminarchitect / core

AdminArchitect - Active Admin for Laravel
http://adminarchitect.com
MIT License
211 stars 66 forks source link

fix v10 fresh install #93

Open zoryamba opened 3 months ago

zoryamba commented 3 months ago

Laravel 10 fresh install requires doctrine annotation ^2.0 so installation fails. Updated annotations versions. Tested ScopeFilter annotation - works well. Should fix #92

Also there is issue with raw queries in v10, here is upgrade guide. Fixed as well

zoryamba commented 3 months ago

Also 2 routes had the same scaffold.attach_media name which caused issues on artisan routes commands