dingo / dingo/api

Laravel / Lumen 5.5 Commands are broken

Open
#1,462 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
9.4k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | no
| Framework | Laravel/Lumen
| Framework version | 5.5.*
| Package version | 1.0.*
| PHP version 7.0.0

#### Actual Behaviour

when you try to run a command for example, php artisan route:list it breaks due to change in Laravel 5.5 about not using fire but handle in Commands

#### Expected Behaviour

It must work

#### Steps to Reproduce

Use any command under laravel / lumen 5.5

#### Possible Solutions

add:
public handle() { $this->fire(); }
to the commands

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.