route icon indicating copy to clipboard operation
route copied to clipboard

class not found by php 7.1.8

Open lwl1989 opened this issue 7 years ago • 1 comments

php index.php PHP Fatal error: Uncaught Error: Class 'CutePHP\Route\Router' not found in /www/php/swooleFramework/public/index.php:5

code: `<?php

include '../vendor/autoload.php';

$router = new \CutePHP\Route\Router();exit(); `

autoload_psr4: 'CutePHP\Route\' => array($vendorDir . '/cutephp/route/src'),

lwl1989 avatar Aug 18 '17 06:08 lwl1989

file=> route.php => Route.php router=>Router.php please fixed it

lwl1989 avatar Aug 18 '17 06:08 lwl1989