esbenp / esbenp/larapi

commands artisan

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
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

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.