Describe the issue
When installing the CMS from a fresh Laravel installation or running a fresh suite of tests, tests immediately fail as the storage/app/themes directory is not present or generated. This directory is responsible for storing the cached theme manifests.
To reproduce
- Grab a fresh copy of the CMS package
composer install
phpunit
Expected behavior
The necessary directory to be created if it doesn't exist.
Version and browser
Version: v6.0.0 Beta 9
Bug report checklist
Describe the issue
When installing the CMS from a fresh Laravel installation or running a fresh suite of tests, tests immediately fail as the
storage/app/themesdirectory is not present or generated. This directory is responsible for storing the cached theme manifests.To reproduce
composer installphpunitExpected behavior
The necessary directory to be created if it doesn't exist.
Version and browser
Version: v6.0.0 Beta 9
Bug report checklist