laravel-easypanel
laravel-easypanel copied to clipboard
A beautiful and flexible admin panel creator based on Livewire for Laravel
Call to undefined method Illuminate\View\Compilers\BladeCompiler::componentNamespace() at .....\s...\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:261 257| if (! $instance) { 258| throw new RuntimeException('A facade root has not been set.'); 259| } 260| > 261| return $instance->$method(...$args); 262|...
Hi, I think Easypanel can be made more modular if it uses `Gate::check(...)` instead of 3rd party ACL. I'm using [spatie/permissions](https://github.com/spatie/laravel-permission) and it has conflicts with the `roles` table.
Hi, I like that this admin panel doesn't come integrated with its own authentication. However, I wasn't able to get things going. When I loaded `/admin`, it literally redirects to...
After installing the package, whenever I run my tests that involves my user model, I get this `Class "EasyPanelTest/Dependencies/User" not found`
Hi There is any input type for belongsToMany relationship with additional pivot column? for example u can check below link: https://blog.quickadminpanel.com/laravel-belongstomany-add-extra-fields-to-pivot-table/
Exception The class "" does not exists at E:\htdocs\agenda\vendor\iya30n\dynamic-acl\src\Providers\DynamicAclServiceProvider.php:55 51▕ private function registerMacros() 52▕ { 53▕ $authModel = config('auth.providers.users.model'); 54▕ 56▕ 57▕ /* MacroableModels::addMacro($authModel, 'roles', function () { 58▕ return...
Still working on it ... Changes: - Change env key `EZ_PANEL_DB_CONNECTION` to `EASY_PANEL_DB_CONNECTION` - Fix `easy_panel_config` config key misspell - Add `isDBConnected()` function - Reformate `src/EasyPanelServiceProvider.php` file - Update Test...
## How to reproduce issue? We have a `app/Model/` dir like that: ```bash . ├── Administrator │ └── Accounting │ └── UserSub.php ├── Administrator.php └── User.php ``` As we excepted...
The library only creates sidebar menus for models what if I have a model which I want to make it as child of the another model and I want to...
when i run composer require rezaamini-ir/laravel-easypanel in my project running on Laravel11, I get requirement errors; Your requirements could not be resolved to an installable set of packages. Problem 1...