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

feat: Add $routeParamName to `HasResourceActions` trait To be able to use admin-controller on routes with multiple parameters like `order/{order_id}/payments/{payment_id}/edit`

- Laravel Version: 8.x - PHP Version: 7.4 - Laravel-admin: v1.8 ### Description: Use browser has install extension Adblock Plus when delete action, edit action not working. But disable extension...

- Laravel Version: 9.2 - PHP Version: 8.0.2 - Laravel-admin: 1.8 ### Description: When [Spec Selector](https://laravel-admin.org/docs/en/model-grid-spec-selector) ist added to a grid, the grid's [header](https://laravel-admin.org/docs/en/model-grid-header-footer#Header) is overwritten. The footer continues to...

- Laravel Version: v8.83.15 - PHP Version: v7.4.29 - Laravel-admin: 1.8.17 ### Description: When I follow the steps in the documentation for appending a new row action it doesn't show....

- Laravel Version: 7 - PHP Version: 7.4 - Laravel-admin: #.#.# i use multipleImage function to upload, but i can't editing my iteam. Error Message: ``` ModelNotFoundException In Builder.php line...

- Laravel Version: 9 - PHP Version: 8 - Laravel-admin: 1.8.19 ### Description: From 组件 update 与 edit 方法中 ``` $this->getRelations() 方法出现空的时候 会出现model 为null 情况 ``` ![image](https://user-images.githubusercontent.com/11400329/179495948-1bc3f9cf-4d3a-4dfd-a5dc-db45d2ecf371.png) ### 加了一个判断就会正常

- Laravel Version: 9 - PHP Version:8.0.2 - Laravel-admin: 1.8.19 ### Description: Error using attribute for form field. ### Steps To Reproduce: ` $form->image('pic', __('pic'))->required()->name(function($file) { return md5('product_pic'.time().rand(0, 10000)).'.'.$file->guessExtension(); })->setElementClass(md5(microtime(true)));...