-
docker build fails on this line:
`RUN php artisan df:setup --no-app-key --db_connection=sqlite --df_install=Docker`
Displays:
`The "--db_connection" option does not exist.`
zorel updated
7 years ago
-
Hi,
I am getting the error:
> Laravel\Socialite\Two\AbstractProvider and DreamFactory\Core\OAuth\Components\DfOAuthTwoProvider define the same property ($request) in the composition of DreamFactory\…
-
This question may be related to https://github.com/SpoonX/aurelia-api/issues/185
I have setup two endpoints auth and api. The auth endpoint returns a session token which I need to use for further …
-
official api can not control synchronous/asynchronous,so I write this code,share with everyone.
``` javascript
var DfServer = 'http://192.168.100.216:8888/';
var AppName = 'myApp1';
function login…
-
A recent upgrade to version 2.5 is causing a GET request with grouping to break. See this post on the community -[http://community.dreamfactory.com/t/grouping-broken-in-version-2-5-had-to-rollback-upg…
-
_This issue was originally opened by @nrcxcia as hashicorp/terraform#2587. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-…
-
Hello,
I have problems to make to work an upload to Amazon S3 using the PHP script service.
I have activate the “File” > “AWS S3” service, configured and tested with API DOCS, using an upload of…
-
**Admin Application Version**: 2.3.1
**DreamFactory Version**: 2.3.0
When editing column and hitting "Cancel" view returns to table overview but list of columns is shorter - last one is removed. Sele…
-
I'm calling a Remote Service, HTTP Service from another PHP Scripting service like this:
```
$get = $platform['api']->get;
$options['headers']['Authorization'] = "OAuth2 $token";
$response = $ge…
-
When I run this command:
```
composer init
```
I get the following output:
```
Would you like to define your dependencies (require) interactively [yes]? yes
Search for a package: installe…
ghost updated
7 years ago