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:7.4 - Laravel-admin: 1.8.19 ### Description: ![image](https://user-images.githubusercontent.com/46362400/225243633-27943663-48ca-4f55-90ca-a3b62669cdc0.png) ![image](https://user-images.githubusercontent.com/46362400/225243713-30314520-30d5-4569-9f30-22385d21f14a.png) ![image](https://user-images.githubusercontent.com/46362400/225243487-efd25f7c-91d5-4081-8c61-897eecde877f.png) ![image](https://user-images.githubusercontent.com/46362400/225243941-3e99c964-5836-41cc-86ac-cfedcbb1a5db.png) ### Steps To Reproduce:

Laravel Version: 5.6.39 PHP Version: 73 Laravel-admin: 1.6 ### Description: I am using the password field in the create menu but, I enter the password in the field it shows...

- Laravel Version: 8.83 - PHP Version: 8.0 - Laravel-admin: 1.8.19 ### Description: My code: $form->multipleImage('attachments', 'Images')->removable(); Model: public function attachments() { return $this->hasMany(Attachment::class); } ![Screenshot_2](https://user-images.githubusercontent.com/86147621/204330451-2c480831-0cd9-4cb6-ad33-f55b98c65680.png) ![Screenshot_4](https://user-images.githubusercontent.com/86147621/204330443-eccb5a71-f581-49c5-9d64-9513122c8ffe.png) ![Screenshot_3](https://user-images.githubusercontent.com/86147621/204330448-0668342d-ea0b-4bd6-9602-3f941aa851f8.png) ### Steps...

by Encore\Admin\Form\Field::rules method, we can just pass a string or closure that returns a string of predefined rules. but I need to create my own rules as a closure (like...

Laravel Version: 8.83 PHP Version: 8.0 Laravel-admin: 1.8.19 ### Description: How can i change the layout in **Data form** to somthing like this https://laravel-admin.org/docs/en/data-form `$content->row(function(Row $row) { $row->column(4, 'foo'); $row->column(8,...

- Laravel Version: #.#.# - PHP Version: - Laravel-admin: #.#.# ### Description: Failure to cascade in a multiple form ### Steps To Reproduce: Failure to cascade in a multiple form

react中 > useEffect(() => { > editor.current = new E(ref.current) > editor.current.create() > editor.current.txt.html(props.value)} > , []) > > return > > > {error} >

- Laravel Version: 8.7.# - PHP Version: 8.0 - Laravel-admin: 1.8.3 ### Description: htmlspecialchars(): Argument #1 ($string) must be of type string, array given (View: /application/vendor/encore/laravel-admin/resources/views/components/column-modal.blade.php) $grid->column('files', 'Файлы')->modal('File' ,function ($model)...