We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing statimic into an existing app with a custom namespace the installation fails.
PHP Fatal error: Uncaught Error: Class 'App\Exceptions\Handler' not found in /XXX/vendor/statamic/cms/src/Exceptions/Handler.php:12 Stack trace: #0 /XXX/vendor/composer/ClassLoader.php(444): include() #1 /XXX/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/Users/philbeno...') #2 [internal function]: Composer\Autoload\ClassLoader->loadClass('Statamic\\Except...') #3 [internal function]: spl_autoload_call('Statamic\\Except...') #4 /XXX/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): ReflectionClass->__construct('Statamic\\Except...') #5 /XXX/vendor/laravel/framework/src/Illuminate/Container/Container.php(681): Illuminate\Container\Container->build('Statamic\\Except...') #6 /XXX/vendor/larav in /XXX/vendor/statamic/cms/src/Exceptions/Handler.php on line 12
To replicate this,
The text was updated successfully, but these errors were encountered:
Thanks for the heads up! We'll see what can be done. I'm sure there are things.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When installing statimic into an existing app with a custom namespace the installation fails.
PHP Fatal error: Uncaught Error: Class 'App\Exceptions\Handler' not found in /XXX/vendor/statamic/cms/src/Exceptions/Handler.php:12 Stack trace: #0 /XXX/vendor/composer/ClassLoader.php(444): include() #1 /XXX/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/Users/philbeno...') #2 [internal function]: Composer\Autoload\ClassLoader->loadClass('Statamic\\Except...') #3 [internal function]: spl_autoload_call('Statamic\\Except...') #4 /XXX/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): ReflectionClass->__construct('Statamic\\Except...') #5 /XXX/vendor/laravel/framework/src/Illuminate/Container/Container.php(681): Illuminate\Container\Container->build('Statamic\\Except...') #6 /XXX/vendor/larav in /XXX/vendor/statamic/cms/src/Exceptions/Handler.php on line 12
To replicate this,
The text was updated successfully, but these errors were encountered: