Roman Lankin
Roman Lankin
But I think, you know about this. I like your panel but It doesn't gives flexibility, as for example SeleepingOwl :(
Editing of nested menus became hell: http://joxi.ru/brRKqyIQ0EKDm1 I am just started to explore Laravel and used your solution as admin panel (Cool-Cool-Cool). Maybe it will be good to add the...
Broked my mind, can you give any sample?
Subj :-)
Было бы клёво его подкрутить в фреймворк на радость юзерам.
1. Неплохо бы прикрепить простой минифаер, который будет только убирать пробелы в начале строк. Сбивка в одну строку не подойдёт насколько я понял из чтения просторов тырнета, т.к. некоторые мейл...
Example: ... ``` ->includes(['states' => function($query) use ($stateNamesList){ $query ->whereIn('id', function($query) use ($stateNamesList) { $query ->selectRaw('max(id)') ->from(\App\ScenarioState::tableName()) ->groupBy('client_id'); }) ->whereIn('name', $stateNamesList); }]) ``` Gives: Call to undefined method SleepingOwl\WithJoin\WithJoinEloquentBuilder::includes()
If table structure was changed in the background, there is no way to update state in UI. Needed some 🔃 UI control.
I have a list of features that can make DbGate best UX product between SQL managers. Will post in issues, 1 feature per issue. P.S. Thank you for great project!