webpatser/laravel-uuid

Fatal error: Class 'App\Http\Controllers\Uuid' not found

mengheangrat opened this issue · 1 comments

Fatal error: Class 'App\Http\Controllers\Uuid' not found on laravel 5.2

if you would like to use the facade first add this to your config/app.php

'aliases' => [
    // omitted
    'Uuid' => Webpatser\Uuid\Uuid::class,
]