Replies: 1 comment 2 replies
-
In your composer.json file, what version is against this package? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello:
I'm creating a new driver that doesn't extend Orbit\Drivers\FileDriver
I installed the version of Orbit that happens when I use
composer require ryangjchandler/orbit
(https://packagist.org/packages/ryangjchandler/orbit#1.x-dev)However, there doesn't seem to be a Orbit\Contracts\Driver interface; I get "Undefined class 'Driver'" from PHPStorm
I'm creating the class under app/OrbitDrivers/SpecialDriver.php in my Laravel application.
I'll admit to being pretty new to Laravel, so I'm probably doing something stupid. But I could use some pointers as to what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions