-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doctrine not more integrated in Laravel 11 #5864
Comments
Look at the fork https://github.com/dedermus/open-admin-core .git, which solves the problem with doctrine and works in Laravel 11 |
Friends, I have not yet completely solved the problem with the doctrine, since I am not satisfied with the result that I got. |
干的不错,去提交一个合并申请呗 |
sory,merge not allowed :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
fix ResourceGenerator.php :
use Illuminate\Support\Facades\Schema;
protected function getTableColumns()
{
$name = $column['name'];
$type = $column['type_name'];
$default = $column['default'];
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: