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: 9.6.0 - PHP Version:8.1 - Laravel-admin:1.8.14 ### Description: Form.php的getRelations()获取关联时会把属性修改器误认为是关联字段 ### Steps To Reproduce:

- Laravel Version: 7.30.6 - PHP Version: 7.3.32 - Laravel-admin: 1.8.17 ### Description: Selectable filter select style failure. 表单归属选择多对多 过滤器 下拉框样式失效。 ### Steps To Reproduce: selectable截图 异常 ![image](https://user-images.githubusercontent.com/56332579/164455129-268b39b6-3e1f-42d4-b576-81f06ab0703d.png) 列表截图 正常...

- Laravel Version: 5.7 - Laravel-admin: 1.8.18 ### Description: I try to use a multiple selection with form linkage (checkbox) in an edit page, when i use operator has it's...

- Laravel Version: 8.83.6 - PHP Version: 7.3.25 - Laravel-admin: 1.8.17 ### Description: 在數字輸入框中無法輸入減號 "-" 也無法貼上 (Ctrl + V) 我複製好的數字 在數字輸入框中按數字 "2" 以上的值就會直接跳成 "127" ### Steps To Reproduce: $form->number('num', 'Num')->min(-128)->max(127)->default(0);

- Laravel Version: 8.83.5 - PHP Version: 8.0 - Laravel-admin: 1.8.18 ### Description: I have a list() field to edit a 1-dimensional array of strings as described here: https://laravel-admin.org/docs/en/model-form-json-fields#One-dimensional%20array I...

- Laravel Version: 5.8.35 - PHP Version: 7.2 - Laravel-admin: 1.*.# ### Description: laravel安装成功,数据库安装成功,安装laravel-admin的时候一直报内存溢出。 PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 4096 bytes) in...

- Laravel Version: 8 - PHP Version: 8.0.12 - Laravel-admin: 1.8.18 ### Description: id是字符串时,Model里定义 protected $keyType = 'string'; grid里使用$grid->column(...)->expand(...) 页面 只有第一行能展开,后面的行都无法展开。 如果把id从字符串换成数字,则所有行都能展开。 ### Steps To Reproduce: 如Description所描述。

- Laravel Version: 9.0 - PHP Version:7.1.9 - Laravel-admin: 1.8.0 ### Description: ` public function form() { $this->image('inspection_process_image', __('Inspection process image'))->required(); } ` ` public function handle(Request $request): { $setting...

### Description: InvalidArgumentException when using MultipleFile field. will be generated. ### Steps To Reproduce: Create some Action class (e.g. `php artisan admin:action Post\UploadMultipleFile`) and add the following code. ``` public...