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

Build a full-featured administrative interface in ten minutes

Results 215 laravel-admin issues
Sort by recently updated
recently updated
newest added

- Laravel Version: 8.83.27 - PHP Version: 8.1.2 - Laravel-admin: 1.* ### Description: The request is going from HTTPS to HTTP when I submit the form. I want to stay...

详情看这里 [https://learnku.com/laravel/t/76071](https://learnku.com/laravel/t/76071)

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: $grid->column('user_id', __('Details'))->modal('operations', function ($model) { $comments = $model->Operations()->take(10)->get()->map(function ($comment) { return $comment->only(['id', 'fishname', 'location', 'image']); }); return new...

- Laravel Version: 8.83.27 - PHP Version: 8.1.18 - Laravel-admin: 1.8.17 ### Description: I am building a broadcast message feature in a web (using laravel-admin package) with the scenario: When...

- Laravel Version: 9 - PHP Version: 8.0.9 - Laravel-admin: 1.8.17 ### Description: I am using Grid Column Model to load Related Notes, but unfortunately it has 2 issues 1....

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: Currently, I want to use relationships in RowAction like Form() in Laravel-admin. But now I don't know how....

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: $grid->column('Details')->modal('operations', function ($model) { $comments = $model->Operations()->take(10)->get()->map(function ($comment) { return $comment->only(['id', 'location', 'image']); }); return new Table(['ID', 'Fishname',...

- Laravel Version: 9.52.4 - PHP Version: 8.1 - Laravel-admin: 1.8.17 ### Description: Hi! I'm using laravel-admin 1.8.17 Seems it is using adminLte V2. So, can we use adminLte V3...

- Laravel Version: 9 - PHP Version: 8.1 - Laravel-admin: 1.8 ### Description: I have one-to-many relationship tables. I want to store all my data in one form. Therefore, I...

- Laravel Version: 5.6.* - PHP Version: 7.4 - Laravel-admin: ^1.6 ### Description: I need to separate the admin panel as one domain and the front end as another domain...