Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 528 Bytes

File metadata and controls

9 lines (5 loc) · 528 Bytes

Upgrading

  • If you have any issues with your drivers, all custom drivers (including the SampleValetDriver published 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 use keyword like use Valet\Drivers\ValetDriver;

    See the new SampleValetDriver for an example.