installed it using
composer require hanwenbo/ttlock
and used it with
use hanwenbo\ttlock;
but received Error: Class 'hanwenbo\ttlock' not found in file C:\Users\User\Documents\laravue\app\Http\Controllers\LockController.php on line 23.
Am I the only one getting this error because im calling it uncorrectly?
installed it using
composer require hanwenbo/ttlockand used it with
use hanwenbo\ttlock;but received Error: Class 'hanwenbo\ttlock' not found in file C:\Users\User\Documents\laravue\app\Http\Controllers\LockController.php on line 23.
Am I the only one getting this error because im calling it uncorrectly?