Facade class not found #160
Unanswered
larswoltersdev
asked this question in
Q&A
Replies: 1 comment
-
Can I see the composer.json of your package and app? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added the package to a fresh Laravel project (non-Sail).
Then I did
php artisan packager:new testvendor testpackage
My
Testpackage
class contains:Now, when I try to use the facade class in web.php, I get
Class "Testvendor\Testpackage\Facades\Testpackage" not found
.I changed nothing else. What is happening?
Beta Was this translation helpful? Give feedback.
All reactions