nice-artisan icon indicating copy to clipboard operation
nice-artisan copied to clipboard

Missing required parameter for [Route: niceartisan.exec] [URI: niceartisan/item/{class}] [Missing parameter: group]

Open ksorbo opened this issue 2 years ago • 3 comments

  1. Installed version 1.4
  2. Set up custom middleware

When I run all of the non-custom commands, run just fine.

When I click on the Customs link, I get the following error:

Illuminate\Routing\Exceptions\UrlGenerationException Missing required parameter for [Route: niceartisan.exec] [URI: niceartisan/item/{class}] [Missing parameter: group]. (View: /home/vagrant/code/mysite/vendor/bestmomo/nice-artisan/views/index.blade.php) http://mysite.test/niceartisan/customs`

Laravel: 8.83.23 Nice-artisan 1.4

ksorbo avatar Sep 16 '22 18:09 ksorbo

Hello,

I can't reproduce the issue.

bestmomo avatar Sep 17 '22 22:09 bestmomo

How can I best debug the issue?

One of the main reasons I want to use the niceartisan package is so that I can make certain custom commands available via web gui. (The package is very nicely done!)

ksorbo avatar Sep 17 '22 22:09 ksorbo

Hello,

What is strange is the URI : niceartisan/item/{class}.

bestmomo avatar Sep 21 '22 15:09 bestmomo