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.0 - PHP Version: 7.4 - Laravel-admin: 1.8 ### Description: https://github.com/advisories/GHSA-g857-47pm-3r32 An arbitrary file upload vulnerability in laravel-admin v1.8.19 allows attackers to execute arbitrary code via a...

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: ### Steps To Reproduce:

how to copy a row with a preview with the ability to change the data

- Laravel Version: 10 - PHP Version: 8.1 - Laravel-admin: #.#.# ### Description: in Replicate form how to use json type for form fields, installed json-editor extension, in regular forms...

- Laravel Version: 8.83.27 - PHP Version:8.0.27 - Laravel-admin: 1.8.17 ### Description: ![屏幕截图 2023-04-22 171156](https://user-images.githubusercontent.com/47996900/233775002-92096208-5de5-498e-8f71-f77a96bd1b0f.png) ### Steps To Reproduce:

- Laravel Version: 10 - PHP Version: 7.4 - Laravel-admin: 1.8.19 ### Description: What would be the most appropriate way to insert a field in the user registration form? changing...

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: 我的问题是,我有select选项,比如叫type,里面有两个值,0,1;然后在不同的值下面,有个radio框的status字段,都给了默认值为0,但是页面上却无法选中,原因是在select0,1的情况下,radio里面的name都叫status,如果此时我把他改为status_1,status_2,页面是可以选中了,但是无法保存,因为我数据库字段叫status 代码如下 ``` $form->select('type', __('流程类型'))->options( [ 0 => '类型1', 1 => '类型1' ])->when(0,function(Form $form) { $form->radio('status',__('状态'))->options([ 0 =>...

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: With Encore\Admin\Form I can use $form->tab() $form->tab('General', function ($form) { $form->text('name', __("Name"))->required(); }); But, Widgets\Form I can not....