Nowi5

Results 11 comments of Nowi5

Does it work by sorting via backend API?

Why not bringing this function from the fork back to this repo?

@jmtech-online That sounds really interesting. I need this for a similar setup. Can you share the code so that I can have a look? Thanks :-)

I change the following lines and than it looks fine: Around Line 110: ``` if(config('commands.commands') === null){ $options = array_keys(config('commands')); } else{ $options = array_keys(config('commands.commands')); } ``` and a few...

Sorry, should that be the solution or just a comment that both issues describe the same?

@VardanBhanot Please show your composer.json and check php version php -v.

For the route issue. the right route name is admin.role.edit and need to be replaced in the views.

Great, a solving one issue, coming to the next. Method MicroweberPackages\Role\Http\Controllers\Admin\RolesController::show does not exist. Created now a show function which uses the same as edit; ` public function show($id) {...

> Any update on capturing sound / audio?