webpatser/laravel-uuid

Uuid Not Creating

githubgobi opened this issue · 2 comments

I installed uuid but uuid not creating. i added alias code in config /app.php and Uuid::generate() in controller function

What laravel version are you using?

Laravel 5.3,Now i find solution for that... thanks... @webpatser
Code Is:
$uuid = Uuid::generate();
$uuid->string;