-
If you have any issues with your drivers, all custom drivers (including the
SampleValetDriverpublished by previous versions of Valet) must have the following:-
Have the namespace of
Valet\Drivers\Custom. -
Extend the new namespaced drivers instead of the old non-namespaced drivers by specifying a
usekeyword likeuse Valet\Drivers\ValetDriver;
See the new SampleValetDriver for an example.
-