-
-
# Bug report
### What I did
I am using relationship field to create contracts for my projects. Every contract has a multiple upload field:
```
CRUD::addFields([
[
'name' => 'na…
-
hello @mevdschee
When i call php-crud-api "http://XXXXXXXXXX/records/test", i constate that php-crud-api sort data by the first col.
I don't want sort.
How do to no sort by the first col by de…
-
# Bug report
### What I did
After deleting a record, the modal window (dtr-modal) does not close and does not redirect to the list.
### What I expected to happen
Close the window or redire…
-
# Bug report
### What I did
CRUD article controller with field:
```
CRUD::addField([
'name' => 'image',
'label' => 'Image',
'type' => 'image',
'withFiles' => [
'di…
-
# Bug report
I have added the "inline create" function to BelongsTo relationships several times and have never had any problems.
I tried adding that function in a field with the hasMany relationsh…
-
# Bug report
### What I did
Created a CRUD::Field on an morphable relation, defining an ajax datasource for the results:
```
CRUD::field([
'name' => 'morphable',
'l…
-
Cannot access offset of type string on string
at vendor/san-kumar/laravel-crud/src/Utils/SchemaUtils.php:79
Erro ocurred when execute this command php artisan crud:generate estrutura
-
# Bug report
### What I did
Let's have a CRUD controller with these fields:
```
[
'name' => 'cover',
'type' => 'image',
'labe…
-
# Bug report
### What I did
I followed the installation on https://github.com/Laravel-Backpack/translation-manager
composer require backpack/translation-manager
php artisan vendor:publish --pr…