admin icon indicating copy to clipboard operation
admin copied to clipboard

Administrative interface builder for Laravel

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

Hello! When i am saving form then i am redirected to invalid address. Example: `admin/model_name//edit` Url doesn't has id, because my model doesn't has column 'id'. Bellow code is current...

Не выводится фильтр `$display->filters([` `Filter::field('name'),` `Filter::field('value'),` `]);` В чем может быть причина?

when i leave date field empty and hit save i want to save null to database... now system saves Dec 2, 2 to database... how to solve this (i have...

L5.2 branch works but when I login in admin panel it automatically logs in user from User model with the same id as admin and same thing happens when user...

I've got custom Admin model (v3) that has is_active field. I can edit admins nicely using the admin forms. Question is: how do I add check for is_active = 1...

good time of day. i have an error at row 175 in admin/src/SleepingOwl/Admin/Display/DisplayTable.php in method modifyQuery($query). maybe call_user_func_array([$query,$method], $scope); needs to be changed with call_user_func_array([$method, $query], $scope);

напрвьте, пожалуйста, в нужную сторону. как создать multifield-элемент формы? что-то в таков роде: http://savepic.ru/9092001.png

which might cause unwanted behavior in most cases

Added fix for laravel 5.2 1) changed depricated bindShared() on singleton() in AdminAuthServiceProvider 2) changed defaultDriver from 'eloquent' to 'web', changed createEloquentProvider signature in AdminAuthManager 3) added group middleware 'web'...