Ahmed Ismail

Results 8 issues of Ahmed Ismail

I have the following relation, file: grade.json ``` "relations": { "students": { "type": "hasMany", "model": "Account", "foreignKey": "gradeId", "through": "Family", "keyThrough": "studentId" }, "mixins": { "Counts": true } } ```...

I am facing a strange behaviour of the extension! original.jpg is being created as a directory and I got the error below when trying to upload ![screenshot from 2018-11-18 11-01-47](https://user-images.githubusercontent.com/9459819/48670491-6245f480-eb21-11e8-91d8-931320c4cb01.png)

'directory' => Yii::getAlias('@webroot') . '/backend/media/transport/gallery', 'url' => Yii::getAlias('@web') . '/backend/media/transport/gallery', The previous two properties read paths differently in backend & frontend. My model in backend, so getUrl() returns true path...

It seems that resizeMode for placeHolder image is set as 'cover', is there an option to pass it as a prop?

Hi, Firstly, I'd like to thank you so much for your extremely helpful module. In my case, the site I am working on has large number of pages, so, in-memory...

- Laravel Version: 8.83.26 - PHP Version: 7.4 - Laravel-admin: 1.8.19 ### Description: I'm trying to set custom configurations to a multipleSelect input. This select is loaded from another select....

Hi I am trying to import an excel sheet, it gives me this exception ![capture33](https://cloud.githubusercontent.com/assets/9459819/22608020/3fb9b930-ea63-11e6-96a0-9ed9e3402b04.PNG) Any solution please?

bug
question

Hello, here's my case: Laravel-admin: v1.8.19 laravel-admin-ext/latlong: v1.2.4 My code: admin.php ``` 'latlong' => [ // Whether to enable this extension, defaults to true 'enable' => true, // Specify the...