laravel-easypanel icon indicating copy to clipboard operation
laravel-easypanel copied to clipboard

Add support of nested model / namespaces

Open moaminsharifi opened this issue 1 year ago • 0 comments

How to reproduce issue?

We have a app/Model/ dir like that:

.
├── Administrator
│   └── Accounting
│       └── UserSub.php
├── Administrator.php
└── User.php

As we excepted to have

  • UserSub
  • Administrator
  • User in drop down options but there is n't any UserSub: 2024-01-14_22-08

It's seems this package not support nested name space.

BTW, I will try to make it and create PR for it.

moaminsharifi avatar Jan 14 '24 18:01 moaminsharifi