-
Re: https://twitter.com/t1mmen/status/441512918950359040
When [FriendOfCake's Crud plugin](https://github.com/FriendsOfCake/crud) is loaded, Opath no longer works, giving the error message:
"No mod…
-
Hi, thank you very much for the tutorial on youtube and the code.
I just tried it out and when I create or update the users, I get a PHP warning like:
`Warning: Cannot modify header information - he…
-
**Short description of what this feature will allow to do:**
Right now EasyAdmin autogenerate field labels as a humanized version of the property name when no label is explicitly set.
This feature w…
-
Так как мы, похоже, определились с роутингом (стандартный resource), то пора взяться за базовый CRUD контроллер для админки.
### Существующие решения в наших проектах
#### CompassPools, Axis Big
[Cru…
-
with Schema::REL_NAME assigned to getFilterRules which come with r::asSantizedString();
I found if i try invalid to test validation, like with "#" as prefix, the validation throws
```php
Limonce…
-
# Bug report
### What I did
I added a repeatable field with an image subfield.
The image has parameters: 'withFiles' => [ 'disk' => 'public', 'path' => 'registration-steps',],
When creating ev…
-
Hello, the columns are being shifted. The values are not matching to the keys in the UI (in the list, on the single entry page it's right), but the API does it right.
Result of [php-crud-api](https…
-
How to reproduce:
1) For example add following line at the end of your `AppController::initialize()`
```php
debug($this->Crud->isActionMapped());
```
2) Bake any controller (confirm that you …
-
php artisan crud:generate workhours
```
Schema::create('workhours', function (Blueprint $table) {
$table->id();
$table->time('start');
$table->time('…
-
When trying to generate a REST file using the command APP_ENV=dev composer run codegen -- --table example_crud rest --save or APP_ENV=dev composer run codegen -- --table example_crud all --save, the…