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.2 - PHP Version:7.3.4 - Laravel-admin: 1.8.14 ### Description: Sorry, I may not understand the usage of modal. I want to output the details of the current...

- Laravel Version:8.83.2 - PHP Version:8.0.15 - Laravel-admin: ^1.8 ### Description: I,m trying to upload multiple images $form->multipleImage('pictures')->removable()->sortable(); I modified my model : public function getPicturesAttribute($pictures) { if (is_string($pictures)) {...

- Laravel Version: 6.* - PHP Version:7.3 - Laravel-admin: 1.* ### Description: 请问图片如何上传至指定接口?再回显 ### Steps To Reproduce:

- Laravel Version: 8.49.0 - PHP Version: 7.4.3 - Laravel-admin: 1.8.11 ### Description: I haven't been able to find a way to create default filters that get reset when a...

Laravel Version: 5.6 PHP Version: 7.3 Laravel-admin:1.7 Description: How to do sortable with the column not in the table ? I have 2 table join and I count it to...

https://laravel-admin.org/docs/zh/1.x 発行日 2022年6月9日木曜日 10:29:01 有効期限 2022年9月7日水曜日 10:29:00

Laravel-admin version 1.8.17 - 控制器中设置初始化信息(主要是这个 最大总文件数 maxTotalFileCount) ``` $form->multipleImage('goods_images', __('Goods images'))->options([ 'language' => 'zh', // 设置语言(不管用,我是去 public/vendor/laravel-admin/bootstrap-fileinput/js/fileinput.min.js 手动改的) 'maxFileCount' => Goods::GOODS_IMAGES_COUNT, // 单次上传最大文件数 'maxTotalFileCount' => Goods::GOODS_IMAGES_COUNT, // 最大总文件数 'maxFileSize' =>...

currently website https://laravel-admin.org/docs/en workds under outdated ssl certifiate. please update letsencrypt ssl @z-song

when enabling $form->confirm() option, fields that marked as required are ignoring and causes database error @z-song