commands artisan
Open
- Dominant language
- PHP
- Stars
- 399
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
Hi, the commands artisan not working, need update bootsrap/app.php for overrides path your application
**app.php**
```
// $app = new Illuminate\Foundation\Application(
// realpath(__DIR__.'/../')
// );
$app = new Infrastructure\Application(
realpath(__DIR__.'/../')
);
```
**Application**
````
basePath.DIRECTORY_SEPARATOR.'api';
}
}
````
Contributor guide
Assessment
This issue has not been assessed yet.