-
I found an issue in FormItem::file upload validation (V3 version), i only can upload image files, for example if i try to upload a zip file i get a validation error with the message 'The file must be …
-
Adding `$('.dropdown-toggle').dropdown();` to the page (ie in `resources/views/vendor/adminlte/_layout/js.blade.php`) fixed it. Is there a better way to do it ?
-
Здравствуйте, спасибо за очень интересную админку.
я в своем проекте использую jenssegers/laravel-mongodb.
при выполнении команды $ php artisan admin:install --title="sleeping-owl Admin Page" мы вылет…
-
hi
as the title,
I use the custom form field and i want to bind some "validation" when the form commit ,when i use 'required unique' in the FormItem::custom()->callback() method,i get a error "can not…
-
1. ->model('App\MyModel')->display('title') - очень хотелось бы иметь возможность выборки, аля where().
2.Возможно, дать возможность вешать в конструкторе свои классы и id, дабы можно было хоть как…
-
I have two icons: fa-futbol-o and fa-bar-chart that are not showing up. I already downloaded the latest fontawesome pack to see if that was the problem.
Perhaps the dashes are a problem??
-
I plan to translate the Russian docs (with the help from google translate) into English. Is there anything I should know before I proceed?
-
Could you please write a detailed documentation
-
I have a table with id and product_code
I want to use product_code as primary key, this is possibile:
``` php
Model ...
protected $primaryKey = 'product_code';
```
The problem is if I try to edi…
-
Не работает с Laravel 5.2