Closed OwenMelbz closed 6 years ago
Hi @OwenMelbz,
It looks like the issue template is missing from this issue. Please take a look at the Contribution Guidelines, which will tell you exactly what your ticket has to contain in order to be processable.
Please do not use the issue tracker for personal support requests (use the Roots Discourse to ask the Roots Community for help, or if you want the Roots Team to dedicate some time to your issue, we offer our services as well).
Hi - I'm aware some of you like to have the separation of a theme composer.json and a plugins composer.json - however for a variety of reasons we just want to have it in the same root one.
I've set up a normal bedrock and sage install to start with that works and activates etc.
Then I start to move the dependencies into the root file by moving..
to the root
composer.json
- I then move the PSR-4 mapping so it resemblesthen run
composer update
and for extra piece of mindcomposer du
The install goes fine - clear the blade cache just incase and refresh. However it then throws this error
It comes across like it's not autoloading things correctly.
Below are the main configs from the composer.json
-- Are you guys able to see whats going wrong? or able to provide some information how to hook this up properly?
Thanks