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

I want to save or edit this nested table with the pivot table but I can not access the pivot because the Laravel-admin can not see the pivot table, it...

- Laravel Version: #.#.#9.6.0 - PHP Version:8.1.3 - Laravel-admin: #.#.#1.8 ### Description: hello, i installed laravel-admin, and execute the comman line ``` php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider" ``` but encouter such...

- Laravel Version: 8.83.13 - PHP Version: 7.4.3 - Laravel-admin: 1.8.18 ### Description: When i have nested form for one to many relations, file fields work incorrect. No correct deletion...

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: 2.0 ### Description: 不使用 wang-editor 时,post的数据中token存在 当使用 wang-editor 时,post的数据中token消失。 ### Steps To Reproduce:

- Laravel Version: 8.76 - PHP Version: 8.1 - Laravel-admin: 1.18 ### Description: How do you create the row actions to be like this (screen shot from documentation) ![image](https://user-images.githubusercontent.com/15637006/165739173-76a8afd3-d5e9-45fb-acda-9abf60db6147.png) To...

Fixes #517. If you have multiple grids on one page, with pagination, using `->paginate()`, the parameter will be changed to whatever you've set using `$grid->setName()`. If the name was not...

- Laravel Version: 8 - PHP Version: 7.4 - Laravel-admin: 1.8.7 ### Description: If you call a url like ?user_id=1&completed=0 and a filter like $filter->like('user_id', 'user_id'); $filter->like('completed', 'completed'); it will...

- fix listfield [$form->list(..)] under embeds mode

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: I want to filter cross table . i want to count on other table and compare with input...