#634

Hi

In file /root/app/Http/Controllers/CategoriesController.php On line 40

Replace the line $upload_dir = public_path('uploads/images/'); with $upload_dir = './uploads/images/';

So the categories image will be start working

Best regards