bestmomo / nice-artisan

This package is to add a web interface for Laravel 5 and earlier Artisan.
214 stars 23 forks source link

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

Open ksorbo opened 2 years ago

ksorbo commented 2 years ago
  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

bestmomo commented 2 years ago

Hello,

I can't reproduce the issue.

ksorbo commented 2 years ago

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!)

bestmomo commented 2 years ago

Hello,

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