open-admin-org / open-admin

open-admin forked from z-song/laravel-ladmin. Removing jquery, now based on Bootstrap5, vanilla JS
https://open-admin.org
MIT License
238 stars 65 forks source link

Scaffold usage errors in Laravel 11 #167

Open samadelowokan opened 3 months ago

samadelowokan commented 3 months ago

Please help to adjust compatibility for Laravel 11. I am unable to use the Scaffold helpers to create models and tables. Yet doctrines has been removed in Laravel 11

Clicking on Scaffold on the admin section gives error. Error: Method Illuminate\Database\MySqlConnection::getDoctrineDriver does not exist.

Please help to adjust compatibility for Laravel 11.

System

Thank You Captureasa

RCyrix commented 3 months ago

copy that error, run it through gpt, it will tell you what you can do, else google it, i had a similar issue regarding postgresql and doctrine, i just changed package after showing the message to gpt... most likely to do with your composer defined version of doctrine or perhaps not even installed. Difficult to say from the little you provide on the error

yuryja commented 3 months ago

Same issue here... No results when you google it! I'm installing laravel 10.x to avoid it