reziamini / laravel-easypanel

A beautiful and flexible admin panel creator based on Livewire for Laravel
https://easypanel.netlify.app/getting-started
MIT License
623 stars 105 forks source link

Add support of nested model / namespaces #75

Open moaminsharifi opened 10 months ago

moaminsharifi commented 10 months ago

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

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

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