Daniil S.
Daniil S.
### Describe the problem: Still in 2021-01 with MariaDB, JSON is still just an alias for LONGTEXT, they don't have a proper JSON datatype - but MySQL has supported it...
If I use example code: ```php Menu::make('MyNavBar', function($menu){ $menu->group(['prefix' => 'pages', 'data-info' => 'test'], function($m){ $m->add('About', 'about'); $m->group(['prefix' => 'about', 'data-role' => 'navigation'], function($a){ $a->add('Who we are', 'who-we-are?'); $a->add('What we...
Hello! Is it possible to change language of the database? For example we have a client with russian language.Can i somehow make this item database with russian names, descriptions and...
Package that renders a resource tree and allows the use of nova fields, panel display, index view, etc. Also you should be able to drag&drop resources like you do it...