-
Hi.
When running `composer install` without existing `vendor/` directory the following errors appears:
```
PHP Fatal error: Uncaught Error: Class 'Dotenv\Dotenv' not found in /home/gustav/Develo…
-
### Description
When a "non-clean" Gatsby build occurs, we always receive the following error.
```
"gatsby-source-craft" threw an error while running the sourceNodes lifecycle:
Cannot read pro…
-
I'm trying to install ACF - everything seems to be running fine but the /vendor/advanced-custom-fields folder is empty.
Here is my package.json:
```
{
"repositories": [
…
-
Please confirm you have done the following before posting your bug report:
Describe the bug
Email notifications: asset picture missing only displaying place holder. Setting to include/not include …
-
On a fresh install and 1.1.3 version of wp-translation-downloader, I am doing the new download command in order to download the languages that I have setted into the json file like so:
```
{
"lang…
-
I've followed the instructions and tried to create a default project below:-
1. What is the default admin a/c name?
2. It's not printing the the default password?
3. If I go to http://localhost/a…
-
We have taking over a laravel system where the original programmer aren't available anymore.
Like to have register user to function but no response.
Nothing happends except that it feels the click…
-
What is the difference between using phpdotenv and the code below?
````````php
function _env($name) {
$envPath = realpath(dirname(__FILE__) . '/.env');
$env = parse_ini_file($envPath);
…
-
Hi,
ich habe Probleme mit den Shopware Plugins (swagimportexport oder swagpaymentpaypalunified).
composer require store.shopware.com/swagimportexport
oder
composer require store.shopware.com/swagp…
-
if i set this `$config['base_url'] = getenv('CONFIG_BASE_URL');`, then whe echoing site_url would return `[::1]`