admin icon indicating copy to clipboard operation
admin copied to clipboard

Administrative interface builder for Laravel

Results 107 admin issues
Sort by recently updated
recently updated
newest added

Hi, Could you help me resolve following issue (or explain it at least) - after enabling sleepingowl I've being redirected to /public context in my url. I mean that href...

Change Illuminate\Html to Collective\Html

In PHP7 you can't have a class with the name String. http://php.net/manual/en/reserved.other-reserved-words.php ``` Cannot use SleepingOwl\Admin\Columns\Column\String as String because 'String' is a special class name ``` This causes a error...

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...

For no longer maintained.... @sleeping-owl ty for advance

В моём Laravel 5.4 приложении есть route: /{category_slug}/{good_slug} При регистрации моделей в Sleeping Owl через сервис провайдер, routes для них создаются автоматически и с административным префиксом: /admin будут примерно такие:...

Hi, there is an element AdminColumn::text. If I use it with relationships with 2 models - everything is OK. But I have One model: Categories with fields id,name,alias,parent_id,created_at,updated_at and I...

Added nullable() to Date, Time and Timestamp

It would be great to be able to use [this](https://www.datatables.net/extensions/rowreorder/) new functionality in Datatables to sort models. Hopefully this would also remove the reliance on the 0-x consecutively numbered order...