You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the "Get started" steps I get this exception,
Fatal error: Uncaught Exception: Unable to load the "app" configuration file. in /home/vagrant/code/vendor/themosis/framework/src/Core/Bootstrap/ConfigurationLoader.php on line 69
The Finder Symfony component can't find any file in the config folder although these do exist,
ls -lah /home/vagrant/code/config/
total 60K
drwxr-xr-x 1 vagrant vagrant 448 Feb 11 05:31 .
drwxr-xr-x 1 vagrant vagrant 1.1K Feb 14 05:46 ..
-rw-r--r-- 1 vagrant vagrant 11K Feb 3 20:45 app.php
-rw-r--r-- 1 vagrant vagrant 844 Feb 3 20:45 assets.php
-rw-r--r-- 1 vagrant vagrant 3.2K Feb 3 20:45 auth.php
-rw-r--r-- 1 vagrant vagrant 2.7K Feb 3 20:45 cache.php
-rw-r--r-- 1 vagrant vagrant 3.1K Feb 3 20:45 database.php
-rw-r--r-- 1 vagrant vagrant 2.1K Feb 3 20:45 filesystems.php
-rw-r--r-- 1 vagrant vagrant 521 Feb 3 20:45 hashing.php
-rw-r--r-- 1 vagrant vagrant 2.0K Feb 3 20:45 logging.php
-rw-r--r-- 1 vagrant vagrant 3.9K Feb 3 20:45 mail.php
-rw-r--r-- 1 vagrant vagrant 6.8K Feb 3 20:45 session.php
-rw-r--r-- 1 vagrant vagrant 1.3K Feb 3 20:45 view.php
-rw-r--r-- 1 vagrant vagrant 3.7K Feb 13 16:11 wordpress.php
Description
Following the "Get started" steps I get this exception,
The Finder Symfony component can't find any file in the config folder although these do exist,
Steps to reproduce
https://framework.themosis.com/docs/2.0/installation
Attach the file themosis_issue.zip which includes the composer.json, composer.lock and Homestead.yaml files.
Thank you in advance.
themosis_issue.zip
The text was updated successfully, but these errors were encountered: