Closed
Description
I've updated Dingo to the latest version using "dingo/api": "1.0.*@dev"
, but now all my regular Laravel routes outside the Dingo router won't seem to match any requests. Even a simple route isn't recognized as a valid request:
Route::get('test', function() {
die('test');
});
Can u look at this problem?
Metadata
Metadata
Assignees
Labels
No labels