-
Is it possibile to configure different upload directory for different models?
Something like
`AdminFormElement::image('photo', 'Photo')->uploadDirectory('/uploads/contact'),`
would be great.
In the …
-
```
-
Not able to install master stable branch. This command given in the doc install the development branch:
composer require laravelrus/sleepingowl:4.*@dev
-
-
Как правильно организовать в sleeping-owl, Multi-Language Content?
Я начинала это с помощью tabbed, для каждого языка отдельный таб.
## [my project](http://joxi.ru/Grqe16MUN86BVr)
есть tabel categor…
-
В документации указано, что использование `AdminSectionsServiceProvider` и конфигурационных классов позволяет полностью отказаться от директории `app/Admin`.
Подскажите, пожалуйста, как можно таким о…
-
This is causing a number of issues on the current develop branch at the follow snapshot https://github.com/LaravelRUS/SleepingOwlAdmin/tree/83c3eed04775067679a98cc72bfd17eab18e23a0. The script in admi…
-
Probably the capability to search text in a column coming from a related table could be useful.
The solution in
https://github.com/sleeping-owl/admin/issues/264
could be used.
-
I update sleepingOwlAdmin to lastest, I find this error when I run http://localhost/admin
`{
"message":"Call to undefined method KodiCMS\\Assets\\Meta::getJsList()","code":1,"status_code":500,"debug"…
feefk updated
8 years ago
-
I have installed new version 4.52. And according to documentation I have added Model configuration in Admin/bootstrap.php as given in the below link:
http://sleeping-owl.github.io/en/Getting_Started/…