You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open-admin 1.0
PHP version 8.2.4
Laravel Version 11.1.1
Win OS
Chrome Browser
Thank You
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: